[python-zope-schema] - Update to 3.8.1 (#741003) - Fix ends of lines

cheeselee cheeselee at fedoraproject.org
Mon Sep 26 03:01:14 UTC 2011


commit b097f0adb22aeff9e51abc22e0a9231a1b138ba2
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Mon Sep 26 11:00:29 2011 +0800

    - Update to 3.8.1 (#741003)
    - Fix ends of lines

 .gitignore              |    1 +
 python-zope-schema.spec |   10 ++++++++--
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e8c139..8d47a79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /zope.schema-3.7.0.zip
 /zope.schema-3.7.1.tar.gz
 /zope.schema-3.8.0.tar.gz
+/zope.schema-3.8.1.zip
diff --git a/python-zope-schema.spec b/python-zope-schema.spec
index 10cfbff..4a0799c 100644
--- a/python-zope-schema.spec
+++ b/python-zope-schema.spec
@@ -2,9 +2,9 @@
 
 Summary: Zope 3 schemas
 Name: python-zope-schema
-Version: 3.8.0
+Version: 3.8.1
 Release: 1%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
+Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
 License: ZPLv2.1
 Group: Development/Libraries
 BuildArch: noarch
@@ -13,6 +13,7 @@ URL: http://pypi.python.org/pypi/zope.schema
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
 BuildRequires: python-sphinx
+BuildRequires: /usr/bin/dos2unix
 # For tests
 BuildRequires: python-zope-testing
 BuildRequires: python-zope-interface
@@ -27,6 +28,7 @@ This package is a zope.interface extension for defining data schemas.
 
 %prep
 %setup -q -n %{modname}-%{version}
+dos2unix PKG-INFO *.txt ./src/zope/schema/*.txt ./src/zope/schema/*.py
 
 %build
 %{__python} setup.py build
@@ -68,6 +70,10 @@ rm -fr html/{.buildinfo,.doctrees}
 
 
 %changelog
+* Mon Sep 26 2011 Robin Lee <cheeselee at fedoraproject.org> - 3.8.1-1
+- Update to 3.8.1 (#741003)
+- Fix ends of lines
+
 * Thu Mar 31 2011 Robin Lee <cheeselee at fedoraproject.org> - 3.8.0-1
 - Update to 3.8.0 (#689215)
 
diff --git a/sources b/sources
index e672ac4..1ecca0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbd6961e4a4f4cd104b5398a663fcbd6  zope.schema-3.8.0.tar.gz
+dc7639db9f8c08fac0fd42db9c8cb9b9  zope.schema-3.8.1.zip


More information about the scm-commits mailing list