rpms/python-fedora/devel python-fedora.spec,1.2,1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Nov 7 22:40:42 UTC 2007


Author: lmacken

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

Modified Files:
	python-fedora.spec 
Log Message:
* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-2
- Require SQLAlchemy 0.3 for python-fedora-infrastructure

* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-1
- Latest upstream release




Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/python-fedora.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-fedora.spec	25 Sep 2007 18:04:40 -0000	1.2
+++ python-fedora.spec	7 Nov 2007 22:40:09 -0000	1.3
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-fedora
-Version:        0.2.90.19
-Release:        1%{?dist}
+Version:        0.2.90.20
+Release:        2%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -13,13 +13,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires:  python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
-Requires: python-simplejson
+BuildRequires:  python-devel python-setuptools-devel
+Requires:       python-simplejson
 
 %description
 Python modules that handle communication with Fedora Infrastructure services.
@@ -32,7 +27,7 @@
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: python-psycopg2
-Requires: python-sqlalchemy
+Requires: python-sqlalchemy0.3
 
 %description infrastructure
 Additional python modules that can be used on Fedora Infrastructure Servers to
@@ -72,6 +67,12 @@
 %{python_sitelib}/fedora/tg/visit/
 
 %changelog
+* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-2
+- Require SQLAlchemy 0.3 for python-fedora-infrastructure
+
+* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-1
+- Latest upstream release
+
 * Tue Sep 25 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2.90.19-1
 - New upstream release with a FAS2 unicode fix.
 




More information about the fedora-extras-commits mailing list