rpms/python-paste-deploy/EL-5 .cvsignore, 1.6, 1.7 python-paste-deploy.spec, 1.7, 1.8 sources, 1.6, 1.7

Luke Macken lmacken at fedoraproject.org
Thu Oct 23 20:42:49 UTC 2008


Author: lmacken

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

Modified Files:
	.cvsignore python-paste-deploy.spec sources 
Log Message:
Update to PasteScript 1.3.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste-deploy/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 May 2008 02:24:41 -0000	1.6
+++ .cvsignore	23 Oct 2008 20:42:19 -0000	1.7
@@ -1 +1 @@
-PasteDeploy-1.3.1.tar.gz
+PasteDeploy-1.3.2.tar.gz


Index: python-paste-deploy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste-deploy/EL-5/python-paste-deploy.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-paste-deploy.spec	15 May 2008 02:24:41 -0000	1.7
+++ python-paste-deploy.spec	23 Oct 2008 20:42:19 -0000	1.8
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-paste-deploy
-Version:        1.3.1
+Version:        1.3.2
 Release:        1%{?dist}
 Summary:        Load, configure, and compose WSGI applications and servers
 Group:          System Environment/Libraries
@@ -11,8 +11,12 @@
 Source0:        http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-paste
 
 %description
@@ -52,7 +56,13 @@
 
 
 %changelog
-* Wed May 14 2007 Luke Macken <lmacken at redhat.com> - 1.3.1-1
+* Sat Jun 14 2008 Luke Macken <lmacken at redhat.com> - 1.3.2-3
+- Update to PasteDeploy 1.3.2
+
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.3.1-2
+- Update for python-setuptools changes in rawhide
+
+* Sun Jul  8 2007 Luke Macken <lmacken at redhat.com> - 1.3.1-1
 - 1.3.1
 
 * Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> - 1.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste-deploy/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 May 2008 02:24:41 -0000	1.6
+++ sources	23 Oct 2008 20:42:19 -0000	1.7
@@ -1 +1 @@
-a14b360b4ddb0d3ca7aa9bad41d6c91c  PasteDeploy-1.3.1.tar.gz
+877fcf3fa025a65147fbae87e1765b65  PasteDeploy-1.3.2.tar.gz




More information about the scm-commits mailing list