diff --git a/.gitignore b/.gitignore index 69c47cd..7b6de6f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pysnmp-4.1.12a.tar.gz /pysnmp-4.2.2rc1.tar.gz /pysnmp-4.2.3.tar.gz /pysnmp-4.2.4.tar.gz +/pysnmp-4.2.5.tar.gz diff --git a/pysnmp.spec b/pysnmp.spec index 8f7e35a..0257717 100644 --- a/pysnmp.spec +++ b/pysnmp.spec @@ -1,9 +1,8 @@ Name: pysnmp -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist} Summary: SNMP engine written in Python -Group: Development/Libraries License: BSD URL: http://pysnmp.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -26,18 +25,21 @@ networking. %setup -q %build -%{__python} setup.py build +%{__python2} setup.py build %install -%{__python} setup.py install -O1 --skip-build --root=%{buildroot} +%{__python2} setup.py install -O1 --skip-build --root=%{buildroot} %files %doc CHANGES LICENSE README THANKS TODO examples/ docs/ %{_bindir}/*%{name}* -%{python_sitelib}/%{name}/ -%{python_sitelib}/%{name}*.egg-info +%{python2_sitelib}/%{name}/ +%{python2_sitelib}/%{name}*.egg-info %changelog +* Fri Oct 18 2013 Fabian Affolter - 4.2.5-1 +- Updated to new upstream version 4.2.5 + * Tue Feb 19 2013 Fabian Affolter - 4.2.4-1 - Updated to new upstream version 4.2.4 @@ -81,9 +83,9 @@ networking. * Thu Feb 26 2009 Fedora Release Engineering - 2.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Wed Jan 28 2008 Fabian Affolter - 2.0.9-2 +* Mon Jan 28 2008 Fabian Affolter - 2.0.9-2 - Changed license to BSD (#478603) - Removed duplicated content, removed examples subpackage -* Thu Jan 01 2008 Fabian Affolter - 2.0.9-1 +* Tue Jan 01 2008 Fabian Affolter - 2.0.9-1 - Initial spec for Fedora diff --git a/sources b/sources index 2312bf2..7ae4bac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de76141562b89909ae8dada0a4fcef9e pysnmp-4.2.4.tar.gz +1f75d3e392a050e84348904fc1be3212 pysnmp-4.2.5.tar.gz