diff --git a/.gitignore b/.gitignore index effb2b1..74c6513 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libmnl-1.0.2.tar.bz2 /libmnl-1.0.3.tar.bz2 +/libmnl-1.0.4.tar.bz2 diff --git a/libmnl.spec b/libmnl.spec index 017d09a..ffcf48d 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -1,6 +1,6 @@ Name: libmnl -Version: 1.0.3 -Release: 11%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: A minimalistic Netlink library Group: System Environment/Libraries @@ -22,7 +22,7 @@ Group: Development/Libraries Requires: %{name}%{_isa} = %{version}-%{release} %package static -Summary: Static development files for %{name} +Summary: Static development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -74,6 +74,9 @@ mv examples examples-%{_arch} %{_libdir}/*.a %changelog +* Fri Jul 15 2016 Hushan Jia 1.0.4-1 +- Update to 1.0.4. + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 28211b1..6b0ca22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d95fc3bea3365bc03c48e484224f65f libmnl-1.0.3.tar.bz2 +be9b4b5328c6da1bda565ac5dffadb2d libmnl-1.0.4.tar.bz2