rpms/python-fedora/EL-5 .cvsignore, 1.2, 1.3 python-fedora.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Fri Nov 16 03:26:53 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-fedora/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13536

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
0.2.90.21 bugfix release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Sep 2007 18:26:44 -0000	1.2
+++ .cvsignore	16 Nov 2007 03:26:21 -0000	1.3
@@ -1 +1 @@
-python-fedora-0.2.90.19.tar.gz
+python-fedora-0.2.90.21.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/python-fedora.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-fedora.spec	25 Sep 2007 18:30:08 -0000	1.1
+++ python-fedora.spec	16 Nov 2007 03:26:21 -0000	1.2
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-fedora
-Version:        0.2.90.19
+Version:        0.2.90.21
 Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
@@ -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,12 @@
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: python-psycopg2
+# This can go away when TurboGears can use SQLAlchemy >= 0.4
+%if 0%{?fedora} >= 8
+Requires: python-sqlalchemy0.3
+%else
 Requires: python-sqlalchemy
+%endif
 
 %description infrastructure
 Additional python modules that can be used on Fedora Infrastructure Servers to
@@ -72,6 +72,19 @@
 %{python_sitelib}/fedora/tg/visit/
 
 %changelog
+* Thu Nov 15 2007 Toshio Kuratomi <tkuratom at redhat.com> - 0.2.90.21-1
+- Bugfix release for expired sessions.
+
+* Wed Nov 14 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-3
+- Handle our SQLAlchemy requirement differently for Fedora 8+, until
+  TurboGears can use SQLAlchemy >= 0.4
+
+* 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Sep 2007 18:26:44 -0000	1.2
+++ sources	16 Nov 2007 03:26:21 -0000	1.3
@@ -1 +1 @@
-f6e8e786d08876c8833f44444a74af02  python-fedora-0.2.90.19.tar.gz
+71bb9242884cddbf6a364cfa9b835e20  python-fedora-0.2.90.21.tar.gz




More information about the fedora-extras-commits mailing list