diff --git a/.gitignore b/.gitignore index 7e898e3..33b86b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libnftnl-20140125.tar.bz2 /libnftnl-20140307.tar.bz2 /libnftnl-20140326.tar.bz2 +/libnftnl-20140330.tar.bz2 diff --git a/libnftnl.spec b/libnftnl.spec index ed2c117..895774b 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,8 +1,8 @@ -%global snapdate 20140326 +%global snapdate 20140330 Name: libnftnl -Version: 0 -Release: 0.10.%{snapdate}git%{?dist} +Version: 1.0.0 +Release: 1.%{snapdate}git%{?dist} Summary: Library for low-level interaction with nftables Netlink's API over libmnl License: GPLv2+ @@ -68,6 +68,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %{_includedir}/libnftnl %changelog +* Sun Mar 30 2014 Kevin Fenzi 1.0.0-1.20140330git +- Update to 20140330 snapshot +- Sync version to be a post 1.0.0 snapshot + * Wed Mar 26 2014 Kevin Fenzi 0-0.10.20140326git - Update to 20140326 snapshot diff --git a/sources b/sources index 92712e4..195e0b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c0ca949e2c8e9b4725e1c5870ec5441 libnftnl-20140326.tar.bz2 +c04c94fa135d1bdd09ad842a9c88a2f2 libnftnl-20140330.tar.bz2