rpms/python-simplejson/F-11 python-simplejson.spec,1.26,1.27

Kyle VanderBeek kylev at fedoraproject.org
Fri Jun 5 20:25:46 UTC 2009


Author: kylev

Update of /cvs/pkgs/rpms/python-simplejson/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27812/F-11

Modified Files:
	python-simplejson.spec 
Log Message:
I shouldn't be putting gcc in the BuildRequires, says the guidelines



Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/F-11/python-simplejson.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- python-simplejson.spec	5 Jun 2009 06:29:08 -0000	1.26
+++ python-simplejson.spec	5 Jun 2009 20:25:15 -0000	1.27
@@ -3,7 +3,7 @@
 
 Name:           python-simplejson
 Version:        2.0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -15,7 +15,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-nose
-BuildRequires:  gcc
 
 
 %description
@@ -66,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun  5 2009 Kyle VanderBeek <kylev at kylev.com> - 2.0.9-2
+- Remove ill-advised gcc BuildRequires
+
 * Thu Jun  4 2009 Kyle VanderBeek <kylev at kylev.com> - 2.0.9-1
 - Update to 2.0.9
 - Make sure to require gcc to the speedups get compiled




More information about the fedora-extras-commits mailing list