rpms/python-paver/EL-5 .cvsignore, 1.2, 1.3 python-paver.spec, 1.1, 1.2 sources, 1.2, 1.3

Toshio くらとみ toshio at fedoraproject.org
Wed Apr 8 14:08:54 UTC 2009


Author: toshio

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

Modified Files:
	.cvsignore python-paver.spec sources 
Log Message:

* Tue Mar 24 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-1
- New upstream final.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Aug 2008 02:17:27 -0000	1.2
+++ .cvsignore	8 Apr 2009 14:08:24 -0000	1.3
@@ -1 +1 @@
-Paver-0.8.1.tar.gz
+Paver-1.0.tar.gz


Index: python-paver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/EL-5/python-paver.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-paver.spec	12 Aug 2008 02:17:27 -0000	1.1
+++ python-paver.spec	8 Apr 2009 14:08:24 -0000	1.2
@@ -1,9 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define srcname Paver
 Name: python-paver
-Version: 0.8.1
-Release: 2%{?dist}
+Version: 1.0
+Release: 1%{?dist}
 Summary: Python-based build/distribution/deployment scripting tool
 
 Group: Development/Languages
@@ -18,6 +18,9 @@
 BuildRequires: python-sphinx
 BuildRequires: python-nose
 
+Requires:      python-devel
+Requires:      python-setuptools
+
 %description
 Paver is a Python-based build/distribution/deployment scripting tool along the
 lines of Make or Rake. What makes Paver unique is its integration with commonly
@@ -76,6 +79,24 @@
 
 
 %changelog
+* Tue Mar 24 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-1
+- New upstream final.
+
+* Thu Mar 19 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0-0.1.b1
+- New upstream beta.
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Dec 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-5
+- Require python-setuptools as the paver app is a setuptools script.
+
+* Mon Dec 15 2008 Luke Macken <lmacken at redhat.com> - 0.8.1-4
+- Require python-devel.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.1-3
+- Rebuild for Python 2.6
+
 * Sat Aug 9 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.8.1-2
 - Run the unittests.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paver/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Aug 2008 02:17:27 -0000	1.2
+++ sources	8 Apr 2009 14:08:24 -0000	1.3
@@ -1 +1 @@
-e8bb7e93d97666af6ffc4574335c3434  Paver-0.8.1.tar.gz
+3f1a8346e7cadf9ae362e28360541117  Paver-1.0.tar.gz




More information about the fedora-extras-commits mailing list