rpms/python-simplejson/devel python-simplejson.spec,1.11,1.12

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


Author: lmacken

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

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


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/python-simplejson.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-simplejson.spec	21 Aug 2007 20:41:55 -0000	1.11
+++ python-simplejson.spec	2 Sep 2007 04:49:32 -0000	1.12
@@ -3,7 +3,7 @@
 
 Name:           python-simplejson
 Version:        1.7.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -12,7 +12,13 @@
 Source0:        http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires:  python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
+
 
 %description
 simplejson is a simple, fast, complete, correct and extensible
@@ -60,6 +66,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 1.7.1-3
+- Update for python-setuptools changes in rawhide
+
 * Tue Aug 21 2007 Luke Macken <lmacken at redhat.com> - 1.7.1-2
 - Rebuild
 




More information about the fedora-extras-commits mailing list