rpms/python-decorator/EL-5 python-decorator.spec, 1.4, 1.5 sources, 1.3, 1.4

Luke Macken lmacken at fedoraproject.org
Tue Oct 6 21:01:21 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-decorator/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28088

Modified Files:
	python-decorator.spec sources 
Log Message:
Revert back to 2.2.0 in favor of a seperate python-decorator3 package



Index: python-decorator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/EL-5/python-decorator.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-decorator.spec	6 Oct 2009 19:13:24 -0000	1.4
+++ python-decorator.spec	6 Oct 2009 21:01:21 -0000	1.5
@@ -2,14 +2,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-decorator
-Version:        2.3.2
+Version:        2.2.0
 Release:        1%{?dist}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.phyast.pitt.edu/~micheles/python/documentation.html
-Source0:        http://www.phyast.pitt.edu/~micheles/python/decorator-%{version}.tar.gz
+Source0:        http://www.phyast.pitt.edu/~micheles/python/decorator-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,6 +25,7 @@ etc.  The core of this module is a decor
 %prep
 %setup -q -c -n decorator-%{version}
 chmod a-x *
+%{__sed} -i 's/\r//' README.txt
 
 %build
 %{__python} setup.py build
@@ -46,8 +47,5 @@ export PYTHONPATH=$RPM_BUILD_ROOT/%{pyth
 %{python_sitelib}/*
 
 %changelog
-* Tue Oct 06 2009 Luke Macken <lmacken at redhat.com> - 2.3.2-1
-- Update to 2.3.2
-
 * Thu Dec 20 2007 Toshio Kuratomi <toshio at fedoraproject.org> - 2.2.0-1
 - Initial Fedora Build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-decorator/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	6 Oct 2009 18:58:08 -0000	1.3
+++ sources	6 Oct 2009 21:01:21 -0000	1.4
@@ -1 +1 @@
-c52e22e9d8f5bc0c5d70e990dbe761e0  decorator-2.3.2.tar.gz
+4732d42d7b9f1b19de960a84b57a63da  decorator-2.2.0.zip




More information about the fedora-extras-commits mailing list