rpms/python-formencode/devel python-formencode-0.5.1-badurl.patch, NONE, 1.1 python-formencode.spec, 1.5, 1.6 python-formencode-0.4-badurl.patch, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jul 29 21:30:33 UTC 2006


Author: lmacken

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

Modified Files:
	python-formencode.spec 
Added Files:
	python-formencode-0.5.1-badurl.patch 
Removed Files:
	python-formencode-0.4-badurl.patch 
Log Message:
0.5.1

python-formencode-0.5.1-badurl.patch:

--- NEW FILE python-formencode-0.5.1-badurl.patch ---
--- setup.cfg.orig	2006-07-29 16:59:12.000000000 -0400
+++ setup.cfg	2006-07-29 16:59:16.000000000 -0400
@@ -1,5 +1,4 @@
 [easy_install]
-find_links = http://svn.pythonpaste.org/package_index.html
 
 [pudge]
 title = FormEncode


Index: python-formencode.spec
===================================================================
RCS file: /cvs/extras/rpms/python-formencode/devel/python-formencode.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-formencode.spec	4 Feb 2006 21:14:25 -0000	1.5
+++ python-formencode.spec	29 Jul 2006 21:30:32 -0000	1.6
@@ -2,15 +2,15 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-formencode
-Version:        0.4
-Release:        2%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        HTML form validation, generation, and convertion package  
 
 Group:          Development/Libraries
 License:        PSF
 URL:            http://formencode.org/
 Source0:        http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz  
-Patch:          python-formencode-0.4-badurl.patch
+Patch:          %{name}-%{version}-badurl.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
@@ -26,7 +26,7 @@
 
 %prep
 %setup -q -n FormEncode-%{version}
-%patch -p1 -b .badurl
+%patch -b .badurl
 
 %build
 %{__python} setup.py build
@@ -48,6 +48,9 @@
 %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sat Jul 29 2006 Luke Macken <lmacken at redhat.com> 0.5.1-1
+- 0.5.1
+
 * Sat Feb  4 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.4-2
 - Fix build on devel
 - Switch to unmanaged egg


--- python-formencode-0.4-badurl.patch DELETED ---




More information about the fedora-extras-commits mailing list