Update to libmnl 1.0.4
Signed-off-by: Hushan Jia <hushan.jia@gmail.com>
This commit is contained in:
parent
049398e0d9
commit
c822792941
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libmnl-1.0.2.tar.bz2
|
/libmnl-1.0.2.tar.bz2
|
||||||
/libmnl-1.0.3.tar.bz2
|
/libmnl-1.0.3.tar.bz2
|
||||||
|
/libmnl-1.0.4.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libmnl
|
Name: libmnl
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A minimalistic Netlink library
|
Summary: A minimalistic Netlink library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -22,7 +22,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name}%{_isa} = %{version}-%{release}
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static development files for %{name}
|
Summary: Static development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -74,6 +74,9 @@ mv examples examples-%{_arch}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2016 Hushan Jia <hushan.jia@gmail.com> 1.0.4-1
|
||||||
|
- Update to 1.0.4.
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-11
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user