[pysnmp/el6] * Fri Oct 18 2013 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.5-1 - Updated to new upstream vers

Fabian Affolter fab at fedoraproject.org
Fri Oct 18 21:27:03 UTC 2013


commit 73a6d67c098da3fc2dd94b59d91ee80d4bf84a57
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Oct 18 23:26:59 2013 +0200

    * Fri Oct 18 2013 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.5-1
    - Updated to new upstream version 4.2.5

 .gitignore  |    1 +
 pysnmp.spec |   18 ++++++++++--------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
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 <mail at fabian-affolter.ch> - 4.2.5-1
+- Updated to new upstream version 4.2.5
+
 * Tue Feb 19 2013 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.4-1
 - Updated to new upstream version 4.2.4
 
@@ -81,9 +83,9 @@ networking.
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Jan 28 2008 Fabian Affolter <mail at fabian-affolter.ch> - 2.0.9-2
+* Mon Jan 28 2008 Fabian Affolter <mail at fabian-affolter.ch> - 2.0.9-2
 - Changed license to BSD (#478603)
 - Removed duplicated content, removed examples subpackage
 
-* Thu Jan 01 2008 Fabian Affolter <mail at fabian-affolter.ch> - 2.0.9-1
+* Tue Jan 01 2008 Fabian Affolter <mail at fabian-affolter.ch> - 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


More information about the scm-commits mailing list