diff --git a/.gitignore b/.gitignore index 0ab8e29..c326b0b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /pyroute2-0.3.2.tar.gz /pyroute2-0.3.3.tar.gz /pyroute2-0.3.4.tar.gz +/pyroute2-0.3.14.tar.gz diff --git a/python-pyroute2.spec b/python-pyroute2.spec index 550bd39..074b3f9 100644 --- a/python-pyroute2.spec +++ b/python-pyroute2.spec @@ -1,8 +1,8 @@ %global pkgname pyroute2 Name: python-%{pkgname} -Version: 0.3.4 -Release: 2%{?dist} +Version: 0.3.14 +Release: 1%{?dist} Summary: Pure Python netlink library License: GPLv2+ Group: Development/Languages @@ -27,10 +27,21 @@ IPQ. %{__python} setup.py install --root $RPM_BUILD_ROOT %files -%doc README* LICENSE +%doc README* LICENSE.GPL.v2 LICENSE.Apache.v2 %{python_sitelib}/%{pkgname}* %changelog +* Tue Sep 1 2015 Peter V. Saveliev 0.3.14-1 +- bogus rpm dates in the changelog are fixed +- both licenses added + +* Tue Sep 1 2015 Peter V. Saveliev 0.3.13-1 +- BPF filters support +- MPLS routes support +- MIPS platform support +- multiple improvements on iwutil +- memory consumption improvements + * Thu Jun 18 2015 Fedora Release Engineering - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild @@ -59,7 +70,7 @@ IPQ. * Sun Aug 04 2013 Fedora Release Engineering - 0.1.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Tue Jun 26 2013 Peter V. Saveliev 0.1.10-1 +* Wed Jun 26 2013 Peter V. Saveliev 0.1.10-1 - fd and threads leaks fixed - shutdown sequence fixed (release() calls) - ipdb: interface removal @@ -72,6 +83,6 @@ IPQ. - several races fixed - Python 2.6 compatibility issues fixed -* Thu Jun 05 2013 Peter V. Saveliev 0.1.8-1 +* Wed Jun 05 2013 Peter V. Saveliev 0.1.8-1 - initial RH build diff --git a/sources b/sources index 91a47c6..3fb5860 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9cca08465a52db6d2a19935445edcf7c pyroute2-0.3.4.tar.gz +ae404ff363eafdf90017d27c1e3a8d9e pyroute2-0.3.14.tar.gz