[python3-zope-fixers] Latest upstream.

Ralph Bean ☃ ralph at fedoraproject.org
Mon Feb 25 20:14:19 UTC 2013


commit 1c1a503e76d51dd09769ef395bde8ace73001688
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Feb 25 15:13:58 2013 -0500

    Latest upstream.

 .gitignore               |    1 +
 python3-zope-fixers.spec |   16 +++++++++++-----
 sources                  |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7abfba..ea44f99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zope.fixers-1.0.tar.gz
+/zope.fixers-1.1.2.zip
diff --git a/python3-zope-fixers.spec b/python3-zope-fixers.spec
index 2c9337c..4669da3 100644
--- a/python3-zope-fixers.spec
+++ b/python3-zope-fixers.spec
@@ -2,9 +2,9 @@
 
 Summary: 2to3 fixers for Zope
 Name: python3-%(echo %{modname} | sed -r 's|\.|-|g')
-Version: 1.0
-Release: 5%{?dist}
-Source0: http://pypi.python.org/packages/source/%(echo %{modname} | sed -r 's|^(.).*|\1|')/%{modname}/%{modname}-%{version}.tar.gz
+Version: 1.1.2
+Release: 1%{?dist}
+Source0: http://pypi.python.org/packages/source/%(echo %{modname} | sed -r 's|^(.).*|\1|')/%{modname}/%{modname}-%{version}.zip
 License: ZPLv2.1
 Group: Development/Libraries
 BuildArch: noarch
@@ -35,15 +35,21 @@ zope.interfaces implements statements.
 %{__python3} setup.py test
 
 %files
-%defattr(-,root,root,-)
-%doc CHANGES.txt README.txt ZPL.txt docs/*
+%doc CHANGES.txt README.txt ZPL.txt
 %{python3_sitelib}/%(echo %{modname} | sed -r 's|\.|/|g')
 %dir %{python3_sitelib}/zope/
 %{python3_sitelib}/%{modname}-*.egg-info
 %{python3_sitelib}/%{modname}-*-nspkg.pth
+%{_bindir}/zope-2to3
 
 
 %changelog
+* Mon Feb 25 2013 Ralph Bean <rbean at redhat.com> - 1.1.2-1
+- Latest upstream.
+- Removed defattr.
+- docs are no longer shipped by upstream.
+- Packaged new zope-2to3 executable.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 969d480..0e205f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f8c87752660ba503e0705166cc9c7a8  zope.fixers-1.0.tar.gz
+4bcdc78798c772e6d1dd03ff3870d4a9  zope.fixers-1.1.2.zip


More information about the scm-commits mailing list