rpms/python-paste/EL-5 .cvsignore, 1.9, 1.10 python-paste.spec, 1.10, 1.11 sources, 1.9, 1.10

Luke Macken lmacken at fedoraproject.org
Thu Jun 24 16:03:50 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-paste/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21473

Modified Files:
	.cvsignore python-paste.spec sources 
Log Message:
1.7.4 security release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	17 Oct 2009 17:53:45 -0000	1.9
+++ .cvsignore	24 Jun 2010 16:03:50 -0000	1.10
@@ -1 +1 @@
-Paste-1.7.2.tar.gz
+Paste-1.7.4.tar.gz


Index: python-paste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/python-paste.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-paste.spec	17 Oct 2009 17:53:46 -0000	1.10
+++ python-paste.spec	24 Jun 2010 16:03:50 -0000	1.11
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-paste
-Version:        1.7.2
+Version:        1.7.4
 Release:        1%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
@@ -24,11 +24,12 @@ interfaces.
 
 %prep
 %setup -q -n Paste-%{version}
+# Strip #! lines that make these seeme like scripts
 %{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py
 
 # clean docs directory
 pushd docs
-rm StyleGuide.txt *.css */*.css */*.js
+rm StyleGuide.txt
 popd
 
 
@@ -52,9 +53,25 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jun 24 2010 Luke Macken <lmacken at redhat.com> - 1.7.4-1
+- 1.7.4 security release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 22 2009 Kyle VanderBeek <kylev at kylev.com> - 1.7.2-3
+- Package formerly ghost'ed .pyo files
+- Update to current python package methods
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 1.7.2-1
 - Update to 1.7.2
 
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.7.1-2
+- Rebuild for Python 2.6
+
 * Sat Jun 14 2008 Luke Macken <lmacken at redhat.com> - 1.7.1-1
 - Update to Paste 1.7.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	17 Oct 2009 17:53:46 -0000	1.9
+++ sources	24 Jun 2010 16:03:50 -0000	1.10
@@ -1 +1 @@
-a6a58d08dc4bff91d5d1c519d2277f8a  Paste-1.7.2.tar.gz
+e5c6b93ebb8f6f66356430c84e694775  Paste-1.7.4.tar.gz



More information about the scm-commits mailing list