rpms/python-mechanize/devel .cvsignore, 1.2, 1.3 python-mechanize.spec, 1.4, 1.5 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 10 03:33:53 UTC 2006


Author: lmacken

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

Modified Files:
	.cvsignore python-mechanize.spec sources 
Log Message:
0.1.5b


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-mechanize/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 May 2006 21:08:38 -0000	1.2
+++ .cvsignore	10 Dec 2006 03:33:23 -0000	1.3
@@ -1 +1 @@
-mechanize-0.1.1a.tar.gz
+mechanize-0.1.5b.tar.gz


Index: python-mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/python-mechanize/devel/python-mechanize.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-mechanize.spec	3 Sep 2006 21:15:02 -0000	1.4
+++ python-mechanize.spec	10 Dec 2006 03:33:23 -0000	1.5
@@ -1,18 +1,20 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%define _ver 0.1.5b
+
 Name:           python-mechanize
-Version:        0.1.1a
-Release:        5%{?dist}
+Version:        0.1.5
+Release:        0.1.b%{?dist}
 Summary:        Stateful programmatic web browsing
 
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://wwwsearch.sourceforge.net/mechanize
-Source0:        http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{version}.tar.gz
+Source0:        http://wwwsearch.sourceforge.net/mechanize/src/mechanize-%{_ver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools
+BuildRequires:  python-setuptools python-devel
 Requires:       python-clientform
 
 
@@ -35,7 +37,7 @@
 
 
 %prep
-%setup -q -n mechanize-%{version}
+%setup -q -n mechanize-%{_ver}
 
 
 %build
@@ -59,6 +61,10 @@
 
 
 %changelog
+* Fri Nov 24 2006 Luke Macken <lmacken at redhat.com> - 0.1.5-0.1.b
+- Rebuild for python 2.5
+- 0.1.5b
+
 * Sun Sep  3 2006 Luke Macken <lmacken at redhat.com> - 0.1.1a-5
 - Rebuild for FC6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-mechanize/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 May 2006 21:08:38 -0000	1.2
+++ sources	10 Dec 2006 03:33:23 -0000	1.3
@@ -1 +1 @@
-23259f64e065a5c49b8fea233fe31f0c  mechanize-0.1.1a.tar.gz
+d461dc4c2a9b050ff1e684e65068d25a  mechanize-0.1.5b.tar.gz




More information about the scm-commits mailing list