rpms/python-decoratortools/F-7 .cvsignore, 1.2, 1.3 python-decoratortools.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Nov 27 20:48:46 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-decoratortools/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13926

Modified Files:
	.cvsignore python-decoratortools.spec sources 
Log Message:
1.6


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-decoratortools/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 May 2007 21:20:09 -0000	1.2
+++ .cvsignore	27 Nov 2007 20:48:14 -0000	1.3
@@ -1 +1 @@
-DecoratorTools-1.4.zip
+DecoratorTools-1.6.zip


Index: python-decoratortools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-decoratortools/F-7/python-decoratortools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-decoratortools.spec	9 May 2007 21:20:09 -0000	1.1
+++ python-decoratortools.spec	27 Nov 2007 20:48:14 -0000	1.2
@@ -4,17 +4,17 @@
 %define module DecoratorTools
 
 Name:           python-decoratortools
-Version:        1.4
-Release:        2%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        Use class and function decorators -- even in Python 2.3
 Group:          Development/Languages
-License:        PSF or ZPL
+License:        Python or ZPLv2.1
 URL:            http://cheeseshop.python.org/pypi/DecoratorTools
 Source0:        http://cheeseshop.python.org/packages/source/D/DecoratorTools/%{module}-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel python-setuptools-devel
 
 %description
 Want to use decorators, but still need to support Python 2.3? Wish you could
@@ -32,7 +32,7 @@
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
 
 
 %clean
@@ -48,6 +48,17 @@
 
 
 %changelog
+* Tue Nov 27 2007 Luke Macken <lmacken at redhat.com> - 1.6-1
+- 1.6
+
+* Sat Sep 01 2007 Toshio Kuratomi <a.badger at gmail.com> - 1.5-2
+- Verify that .pth files are correct.
+- Update license tag for new guidelines.
+- Update setuptools BR for changes in rawhide.
+
+* Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> - 1.5-1
+- 1.5
+
 * Tue May  8 2007 Luke Macken <lmacken at redhat.com>  - 1.4-2
 - Own the peak namespace, for now.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-decoratortools/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 May 2007 21:20:09 -0000	1.2
+++ sources	27 Nov 2007 20:48:14 -0000	1.3
@@ -1 +1 @@
-8b073d17ba19d9d053731e668a4e36e0  DecoratorTools-1.4.zip
+ecfbdb2448cd9ceab09cd6fb9dd90b58  DecoratorTools-1.6.zip




More information about the fedora-extras-commits mailing list