rpms/python-cherrypy/devel .cvsignore, 1.4, 1.5 python-cherrypy-tutorial-doc.patch, 1.3, 1.4 python-cherrypy.spec, 1.5, 1.6 sources, 1.4, 1.5

Gijs Hollestelle (gijs) fedora-extras-commits at redhat.com
Tue Feb 21 22:36:03 UTC 2006


Author: gijs

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

Modified Files:
	.cvsignore python-cherrypy-tutorial-doc.patch 
	python-cherrypy.spec sources 
Log Message:
* Wed Feb 22 2006 Gijs Hollestelle <gijs at gewis.nl> 2.1.1-1
- Update to 2.1.1 (Security fix)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Nov 2005 11:58:15 -0000	1.4
+++ .cvsignore	21 Feb 2006 22:36:02 -0000	1.5
@@ -1 +1 @@
-CherryPy-2.1.0.tar.gz
+CherryPy-2.1.1.tar.gz

python-cherrypy-tutorial-doc.patch:

Index: python-cherrypy-tutorial-doc.patch
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy-tutorial-doc.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-cherrypy-tutorial-doc.patch	1 Nov 2005 11:58:15 -0000	1.3
+++ python-cherrypy-tutorial-doc.patch	21 Feb 2006 22:36:02 -0000	1.4
@@ -1,12 +1,11 @@
---- CherryPy-2.1.0/setup.py-orig	2005-11-01 12:01:25.000000000 +0100
-+++ CherryPy-2.1.0/setup.py	2005-11-01 12:02:10.000000000 +0100
-@@ -35,22 +35,10 @@
+--- CherryPy-2.1.1-orig/setup.py	2006-02-22 00:28:44.000000000 +0100
++++ CherryPy-2.1.1/setup.py	2006-02-22 00:31:11.000000000 +0100
+@@ -35,21 +35,9 @@
  cp_license="BSD"
  packages=[
      "cherrypy", "cherrypy.lib", "cherrypy.lib.filter",
 -    "cherrypy.tutorial", "cherrypy.test",
  ]
- download_url="http://sourceforge.net/project/showfiles.php?group_id=56099"
  data_files=[
 -    ('cherrypy/tutorial',
 -        [


Index: python-cherrypy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-cherrypy.spec	1 Nov 2005 11:58:15 -0000	1.5
+++ python-cherrypy.spec	21 Feb 2006 22:36:02 -0000	1.6
@@ -2,13 +2,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-cherrypy
-Version:        2.1.0
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        A pythonic, object-oriented web development framework
 Group:          Development/Libraries
 License:        BSD
 URL:            http://www.cherrypy.org/
-Source0:        http://dl.sf.net/cherrypy/CherryPy-2.1.0.tar.gz
+Source0:        http://dl.sf.net/cherrypy/CherryPy-2.1.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:         python-cherrypy-tutorial-doc.patch
 Patch1:         python-cherrypy-regression-test.patch
@@ -22,7 +22,7 @@
 results in smaller source code developed in less time.
 
 %prep
-%setup -q -n CherryPy-2.1.0
+%setup -q -n CherryPy-2.1.1
 %patch0 -p1 
 %patch1 -p1
 
@@ -60,6 +60,9 @@
 %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo
 
 %changelog
+* Wed Feb 22 2006 Gijs Hollestelle <gijs at gewis.nl> 2.1.1-1
+- Update to 2.1.1 (Security fix)
+
 * Tue Nov  1 2005 Gijs Hollestelle <gijs at gewis.nl> 2.1.0-1
 - Updated to 2.1.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-cherrypy/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Nov 2005 11:58:15 -0000	1.4
+++ sources	21 Feb 2006 22:36:02 -0000	1.5
@@ -1 +1 @@
-10bd559bdfdf783101d83335dd8acf58  CherryPy-2.1.0.tar.gz
+f36d73a8c38c1444285b37c3451dce86  CherryPy-2.1.1.tar.gz




More information about the scm-commits mailing list