[python-zope-sqlalchemy] - Update to 0.6.1 (#668182)

cheeselee cheeselee at fedoraproject.org
Mon Jan 10 13:58:18 UTC 2011


commit 677e4b44a71304b5ca262b37c4e467b2f69c8e46
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Jan 10 21:59:04 2011 +0800

    - Update to 0.6.1 (#668182)

 .gitignore                  |    1 +
 python-zope-sqlalchemy.spec |    9 +++++++--
 sources                     |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73cc3dc..c55d13b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 zope.sqlalchemy-0.4.tar.gz
 /zope.sqlalchemy-0.6.tar.gz
+/zope.sqlalchemy-0.6.1.tar.gz
diff --git a/python-zope-sqlalchemy.spec b/python-zope-sqlalchemy.spec
index 7b3ad8b..d341602 100644
--- a/python-zope-sqlalchemy.spec
+++ b/python-zope-sqlalchemy.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-zope-sqlalchemy
-Version:        0.6
+Version:        0.6.1
 Release:        1%{?dist}
 Summary:        Minimal Zope/SQLAlchemy transaction integration
 
@@ -43,13 +43,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGES.txt COPYRIGHT.txt CREDITS.txt LICENSE.txt
+%doc src/zope/sqlalchemy/README.txt
+%doc CHANGES.txt COPYRIGHT.txt CREDITS.txt LICENSE.txt
 # Co-own %%{python_sitelib}/zope/
 %{python_sitelib}/*
+%exclude %{python_sitelib}/zope/sqlalchemy/*.txt
 
 
 
 %changelog
+* Mon Jan 10 2011 Robin Lee <cheeselee at fedoraproject.org> - 0.6.1-1
+- Update to 0.6.1 (#668182)
+
 * Sun Sep 12 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.6-1
 - Update to 0.6
 - More texts included
diff --git a/sources b/sources
index 2464e86..47a24c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c0527e00b4b3a7843c25cf5bc52237f  zope.sqlalchemy-0.6.tar.gz
+581205d24a7c87d1e8fa627a32a49bad  zope.sqlalchemy-0.6.1.tar.gz


More information about the scm-commits mailing list