[python-pyroute2] 0.1.9-2: fedpkg import fix

Peter V. Saveliev psavelye at fedoraproject.org
Tue Jun 11 12:05:49 UTC 2013


commit 4cfce287ed5e0530537bb63d2aaa5f313257f15b
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Tue Jun 11 14:09:15 2013 +0200

    0.1.9-2: fedpkg import fix

 .gitignore           |    1 +
 python-pyroute2.spec |   11 +++++++++--
 sources              |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61f562e..ea7b32a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pyroute2-0.1.8.tar.gz
+/pyroute2-0.1.9.tar.gz
diff --git a/python-pyroute2.spec b/python-pyroute2.spec
index cc60b68..5259023 100644
--- a/python-pyroute2.spec
+++ b/python-pyroute2.spec
@@ -1,8 +1,8 @@
 %global pkgname pyroute2
 
 Name: python-%{pkgname}
-Version: 0.1.8
-Release: 1%{?dist}
+Version: 0.1.9
+Release: 2%{?dist}
 Summary: Pure Python netlink library
 License: GPLv2+
 Group: Development/Languages
@@ -32,6 +32,13 @@ progress.
 %{python_sitelib}/%{pkgname}*
 
 %changelog
+* Tue Jun 11 2013 Peter V. Saveliev <peet at redhat.com> 0.1.9-2
+- fedpkg import fix
+
+* Tue Jun 11 2013 Peter V. Saveliev <peet at redhat.com> 0.1.9-1
+- several races fixed
+- Python 2.6 compatibility issues fixed
+
 * Thu Jun 05 2013 Peter V. Saveliev <peet at redhat.com> 0.1.8-1
 - initial RH build
 
diff --git a/sources b/sources
index d41354e..bd46ffc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a4e852800197bfc5283874dcfdd6e69  pyroute2-0.1.8.tar.gz
+578d1efb339fe0120c5e4a565132f745  pyroute2-0.1.9.tar.gz


More information about the scm-commits mailing list