[python-ipaddr] New version 2.1.8

Leon Keijser leon at fedoraproject.org
Fri Feb 11 08:03:53 UTC 2011


commit d65ad3e6d9c1c0d1a5fa836ff70fb3ad8463e502
Author: Léon Keijser <keijser at stone-it.com>
Date:   Fri Feb 11 09:03:52 2011 +0100

    New version 2.1.8

 .gitignore         |    1 +
 python-ipaddr.spec |    7 +++++--
 sources            |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e4ed06..19967a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ipaddr-2.1.3.tar.gz
 /ipaddr-2.1.7.tar.gz
+/ipaddr-2.1.8.tar.gz
diff --git a/python-ipaddr.spec b/python-ipaddr.spec
index 1fd3a43..d7c22dd 100644
--- a/python-ipaddr.spec
+++ b/python-ipaddr.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-ipaddr
-Version:        2.1.7
-Release:        2%{?dist}
+Version:        2.1.8
+Release:        1%{?dist}
 Summary:        A python library for working with IP addresses, both IPv4 and IPv6
 
 Group:          Development/Languages
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 11 2011 L.S. Keijser <keijser at stone-it.com> - 2.1.8-1
+- new version from upstream
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e99aa6c..b19362c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71a2be9f1d528d9a945ef555de312685  ipaddr-2.1.7.tar.gz
+8d34e2d5f9c4ae0bd38ae9058080b56c  ipaddr-2.1.8.tar.gz


More information about the scm-commits mailing list