[python-zope-sqlalchemy] - Update to 0.6 - More texts included - Version of python-sqlalchemy requirement updated

cheeselee cheeselee at fedoraproject.org
Sun Sep 12 14:01:06 UTC 2010


commit 7b70d60a70345c19b5ae4c5d28e2955679b9aa5d
Author: Robin Lee <robinlee.sysu at gmail.com>
Date:   Sun Sep 12 22:00:03 2010 +0800

    - Update to 0.6
    - More texts included
    - Version of python-sqlalchemy requirement updated

 .gitignore                  |    1 +
 python-zope-sqlalchemy.spec |   14 ++++++++++----
 sources                     |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ac8dc9..73cc3dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zope.sqlalchemy-0.4.tar.gz
+/zope.sqlalchemy-0.6.tar.gz
diff --git a/python-zope-sqlalchemy.spec b/python-zope-sqlalchemy.spec
index 2ed63f3..7b3ad8b 100644
--- a/python-zope-sqlalchemy.spec
+++ b/python-zope-sqlalchemy.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-zope-sqlalchemy
-Version:        0.4
-Release:        4%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 Summary:        Minimal Zope/SQLAlchemy transaction integration
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel
 Requires:       python-transaction
-Requires:       python-sqlalchemy >= 0.4.7
+Requires:       python-sqlalchemy >= 0.5.1
 Requires:       python-zope-interface
 
 %description
@@ -43,12 +43,18 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.txt CHANGES.txt COPYRIGHT.txt CREDITS.txt LICENSE.txt
+# Co-own %%{python_sitelib}/zope/
 %{python_sitelib}/*
 
 
 
 %changelog
+* Sun Sep 12 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.6-1
+- Update to 0.6
+- More texts included
+- Version of python-sqlalchemy requirement updated
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 4f3f4ec..2464e86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-245885dc0923fa36216386867cf450ae  zope.sqlalchemy-0.4.tar.gz
+5c0527e00b4b3a7843c25cf5bc52237f  zope.sqlalchemy-0.6.tar.gz


More information about the scm-commits mailing list