rpms/python-mechanize/devel python-mechanize.spec,1.6,1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:44:39 UTC 2007


Author: lmacken

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

Modified Files:
	python-mechanize.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-mechanize.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mechanize/devel/python-mechanize.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-mechanize.spec	3 Mar 2007 20:24:27 -0000	1.6
+++ python-mechanize.spec	2 Sep 2007 04:44:06 -0000	1.7
@@ -4,7 +4,7 @@
 
 Name:           python-mechanize
 Version:        0.1.6
-Release:        0.1.b%{?dist}
+Release:        0.2.b%{?dist}
 Summary:        Stateful programmatic web browsing
 
 Group:          System Environment/Libraries
@@ -14,7 +14,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 Requires:       python-clientform
 
 
@@ -61,6 +66,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 0.1.6-0.2.b
+- Update for python-setuptools changes in rawhide
+
 * Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> - 0.1.6-0.1.b
 - 0.1.6b
 




More information about the fedora-extras-commits mailing list