[pysnmp] * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.3-1 - Updated to new upstream vers

Fabian Affolter fab at fedoraproject.org
Sat Nov 10 11:53:03 UTC 2012


commit 25c396e8c6818e9d1c05d946c5965d10513e3f29
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sat Nov 10 12:52:53 2012 +0100

    * Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.3-1
    - Updated to new upstream version 4.2.3

 .gitignore  |    1 +
 pysnmp.spec |   21 ++++++---------------
 sources     |    2 +-
 3 files changed, 8 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c2ab41..b5f8dbf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pysnmp-4.1.12a.tar.gz
 /pysnmp-4.1.14a.tar.gz
 /pysnmp-4.2.2rc1.tar.gz
+/pysnmp-4.2.3.tar.gz
diff --git a/pysnmp.spec b/pysnmp.spec
index 3ecd6c9..0b8d93a 100644
--- a/pysnmp.spec
+++ b/pysnmp.spec
@@ -1,13 +1,12 @@
 Name:           pysnmp
-Version:        4.2.2
-Release:        1.rc1%{?dist}.2
+Version:        4.2.3
+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}rc1.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -23,33 +22,25 @@ from/into given SNMP Object IDs along with associated values.
 PySNMP also provides a few transport methods specific to TCP/IP
 networking.
 
-
 %prep
 %setup -q -n %{name}-%{version}rc1
 
-
 %build
 %{__python} setup.py build
 
-
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc CHANGES LICENSE README THANKS TODO examples/ docs/
 %{_bindir}/*%{name}*
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}*.egg-info
 
-
 %changelog
+* Sat Nov 10 2012 Fabian Affolter <mail at fabian-affolter.ch> - 4.2.3-1
+- Updated to new upstream version 4.2.3
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.2-1.rc1.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 402aaa4..81a521a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9502d868774a2939f35b404fc216c34  pysnmp-4.2.2rc1.tar.gz
+6ddc2cf14081361a61191632f22b7c15  pysnmp-4.2.3.tar.gz


More information about the scm-commits mailing list