rpms/python-setuptools/devel .cvsignore, 1.10, 1.11 python-setuptools.spec, 1.13, 1.14 sources, 1.10, 1.11

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Fri Sep 14 19:48:56 UTC 2007


Author: icon

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

Modified Files:
	.cvsignore python-setuptools.spec sources 
Log Message:
Attempt to further resolve #251645.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	10 Jun 2007 22:25:58 -0000	1.10
+++ .cvsignore	14 Sep 2007 19:48:23 -0000	1.11
@@ -1 +1 @@
-setuptools-0.6c6.tar.gz
+setuptools-0.6c7.tar.gz


Index: python-setuptools.spec
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-setuptools.spec	27 Aug 2007 23:26:53 -0000	1.13
+++ python-setuptools.spec	14 Sep 2007 19:48:23 -0000	1.14
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-setuptools
-Version:        0.6c6
-Release:        2%{?dist}
+Version:        0.6c7
+Release:        1%{?dist}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 
 Group:          Applications/System
@@ -74,17 +74,24 @@
 %files
 %defattr(-,root,root,-)
 %doc psfl.txt zpl.txt pkg_resources.txt
-%{python_sitelib}/pkg_resources.py*
+%{python_sitelib}/*
+%exclude %{python_sitelib}/easy_install*
+%exclude %{python_sitelib}/setuptools/command
 
 %files devel
 %defattr(-,root,root,-)
 %doc psfl.txt zpl.txt EasyInstall.txt README.txt api_tests.txt setuptools.txt
-%{python_sitelib}/*
-%exclude %{python_sitelib}/pkg_resources.py*
+%{python_sitelib}/easy_install*
+%{python_sitelib}/setuptools/command
 %{_bindir}/*
 
 
 %changelog
+* Fri Sep 14 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c7-1
+- Upstream 0.6c7
+- Move some things from devel into runtime, in order to not break other
+  projects.
+
 * Sat Aug 18 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.6c6-2
 - Make license tag conform to the new Licensing Guidelines
 - Move everything except pkg_resources.py into a separate -devel package


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-setuptools/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Jun 2007 22:25:58 -0000	1.10
+++ sources	14 Sep 2007 19:48:23 -0000	1.11
@@ -1 +1 @@
-e3d56d4d19776042607cbbecae823c8b  setuptools-0.6c6.tar.gz
+dedbf6a4f71cd6deaf13ee885054f16b  setuptools-0.6c7.tar.gz




More information about the fedora-extras-commits mailing list