[python-ipaddr/f14/master] New version 2.1.5

Leon Keijser leon at fedoraproject.org
Tue Sep 14 07:54:29 UTC 2010


commit 17c21667afead7c01efee53cf8b289435637cfbf
Author: Léon Keijser <keijser at stone-it.com>
Date:   Tue Sep 14 09:54:06 2010 +0200

    New version 2.1.5

 .gitignore         |    1 +
 python-ipaddr.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25ca19e..42928a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ipaddr-2.1.3.tar.gz
 /ipaddr-2.1.4.tar.gz
+/ipaddr-2.1.5.tar.gz
diff --git a/python-ipaddr.spec b/python-ipaddr.spec
index d561f36..8fdc0b8 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.4
-Release:        2%{?dist}
+Version:        2.1.5
+Release:        1%{?dist}
 Summary:        A python library for working with IP addresses, both IPv4 and IPv6
 
 Group:          Development/Languages
@@ -38,11 +38,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING README RELEASENOTES
 %{python_sitelib}/*
 
 
 %changelog
+* Tue Sep 14 2010 L.S. Keijser <keijser at stone-it.com> - 2.1.5-1
+- new version from upstream (included releasenotes again)
+
 * Sat Aug 21 2010 L.S. Keijser <keijser at stone-it.com> - 2.1.4-2
 - upstream didn't include RELEASENOTES file
 
diff --git a/sources b/sources
index c5f3344..1e4ba08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec213b720e8a31677685062d1f4eb67d  ipaddr-2.1.4.tar.gz
+1189f0b46bdf1900857cdebe00af8275  ipaddr-2.1.5.tar.gz


More information about the scm-commits mailing list