rpms/python-setuptools/devel .cvsignore, 1.2, 1.3 python-setuptools.spec, 1.2, 1.3 sources, 1.2, 1.3

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Tue Jan 17 00:36:11 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/python-setuptools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18854/devel

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:
Upstream update


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Dec 2005 11:38:56 -0000	1.2
+++ .cvsignore	17 Jan 2006 00:36:11 -0000	1.3
@@ -1 +1 @@
-setuptools-0.6a8.zip
+setuptools-0.6a9.zip


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-setuptools.spec	27 Dec 2005 12:02:49 -0000	1.2
+++ python-setuptools.spec	17 Jan 2006 00:36:11 -0000	1.3
@@ -3,7 +3,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-setuptools
-Version:        0.6a8
+Version:        0.6a9
 Release:        1%{?dist}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 
@@ -33,7 +33,6 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT%{python_sitelib} -name \*.py -exec grep -q '^#!' {} \; -print | while read file ; do sed -i '1d' $file ; done
-#find $RPM_BUILD_ROOT%{python_sitelib} -name \*.py -exec grep -q '^#!' {} \; | while read file ; do grep -q '^#!' $file && sed -i '1d' $file ; done
 echo "setuptools-%{version}-py%{pyver}.egg" > $RPM_BUILD_ROOT%{python_sitelib}/setuptools.pth
 
 %clean
@@ -47,5 +46,8 @@
 %{python_sitelib}/setuptools-%{version}-py%{pyver}.egg
 
 %changelog
+* Mon Jan 16 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.6a9-1
+- Upstream update
+
 * Sat Dec 24 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.6a8-1
 - Initial RPM release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Dec 2005 11:38:56 -0000	1.2
+++ sources	17 Jan 2006 00:36:11 -0000	1.3
@@ -1 +1 @@
-3eecdf66c1a2cf8a6556bc00b69d572a  setuptools-0.6a8.zip
+10bd22507d6115df6ba053228b648a0c  setuptools-0.6a9.zip




More information about the fedora-extras-commits mailing list