[python-ZODB3/f14/master] - Update to 3.10.1

cheeselee cheeselee at fedoraproject.org
Sun Jan 2 17:50:16 UTC 2011


commit 9a488f673bb5f01f1e17fa6077033f133c0c6a3e
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Jan 3 01:50:31 2011 +0800

    - Update to 3.10.1

 .gitignore        |    1 +
 python-ZODB3.spec |   12 ++++++++++--
 sources           |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16f2844..48f7c8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ZODB3-3.10.0b6.tar.gz
 /ZODB3-3.10.0b7.tar.gz
 /ZODB3-3.10.0.tar.gz
+/ZODB3-3.10.1.tar.gz
diff --git a/python-ZODB3.spec b/python-ZODB3.spec
index fde7858..7d6ec83 100644
--- a/python-ZODB3.spec
+++ b/python-ZODB3.spec
@@ -4,7 +4,7 @@
 %filter_setup
 
 Name:           python-ZODB3
-Version:        3.10.0
+Version:        3.10.1
 Release:        1%{?dist}
 Summary:        Zope Object Database: Object Database and Persistence
 Group:          Development/Libraries
@@ -86,7 +86,12 @@ done
 
 popd
 
-cp -p COPYRIGHT.txt LICENSE.txt HISTORY.txt README.txt doc/* $DOCDIR
+cp -p src/CHANGES.txt{,.orig}
+iconv -f ISO-8859-1 -t UTF-8 src/CHANGES.txt.orig >src/CHANGES.txt
+touch -r src/CHANGES.txt{.orig,}
+rm src/CHANGES.txt.orig
+cp -p COPYRIGHT.txt LICENSE.txt HISTORY.txt README.txt src/CHANGES.txt \
+   doc/* $DOCDIR
 
 %files
 %defattr(-,root,root,-)
@@ -110,6 +115,9 @@ cp -p COPYRIGHT.txt LICENSE.txt HISTORY.txt README.txt doc/* $DOCDIR
 %{_includedir}/python?.?/ZODB3
 
 %changelog
+* Mon Jan  3 2011 Robin Lee <cheeselee at fedoraproject.org> - 3.10.1-1
+- Update to 3.10.1
+
 * Wed Oct 13 2010 Robin Lee <cheeselee at fedoraproject.org> - 3.10.0-1
 - Update to 3.10.0 final
 
diff --git a/sources b/sources
index 8cb0fb3..e755729 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee6763f95854816de47efaf4d54338ed  ZODB3-3.10.0.tar.gz
+e71f0b4966e744b2035ead68d0a9bef6  ZODB3-3.10.1.tar.gz


More information about the scm-commits mailing list