[python-zope-filerepresentation] Latest upstream and a check section.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Feb 25 19:42:53 UTC 2013


commit 39091b282bbd9b1f8bba41bead168652adfd8784
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 25 14:42:42 2013 -0500

    Latest upstream and a check section.

 .gitignore                          |    1 +
 python-zope-filerepresentation.spec |   17 +++++++++++++----
 sources                             |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 715b0f1..df35125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zope.filerepresentation-3.6.1.tar.gz
+/zope.filerepresentation-4.0.1.zip
diff --git a/python-zope-filerepresentation.spec b/python-zope-filerepresentation.spec
index fff0dbb..1d4deb9 100644
--- a/python-zope-filerepresentation.spec
+++ b/python-zope-filerepresentation.spec
@@ -2,9 +2,9 @@
 
 Summary: File-system Representation Interfaces
 Name: python-zope-filerepresentation
-Version: 3.6.1
-Release: 3%{?dist}
-Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.tar.gz
+Version: 4.0.1
+Release: 1%{?dist}
+Source0: http://pypi.python.org/packages/source/z/%{modname}/%{modname}-%{version}.zip
 License: ZPLv2.1
 Group: Development/Libraries
 BuildArch: noarch
@@ -12,6 +12,7 @@ URL: http://pypi.python.org/pypi/zope.filerepresentation
 
 BuildRequires: python2-devel
 BuildRequires: python-setuptools
+
 Requires: python-zope-interface
 # This provides {python_sitelib}/zope/
 Requires: python-zope-schema
@@ -30,14 +31,22 @@ WebDAV.
 %install
 %{__python} setup.py install --root=$RPM_BUILD_ROOT
 
+%check
+%{__python} setup.py test
+
 %files
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
 %{python_sitelib}/zope/filerepresentation/
 %{python_sitelib}/%{modname}-*.egg-info
 %{python_sitelib}/%{modname}-*-nspkg.pth
 
 
 %changelog
+* Mon Feb 25 2013 Ralph Bean <rbean at redhat.com> - 4.0.1-1
+- Latest upstream
+- Added check section.
+- README and CHANGES are now .rst, not .txt.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 46ba6b9..f6ad99c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a7a434094f4bfa99a7f22e75966c359  zope.filerepresentation-3.6.1.tar.gz
+531696aa2b479315c7b048a1fb64c8c9  zope.filerepresentation-4.0.1.zip


More information about the scm-commits mailing list