From 3621d5dbba3332d877b5a006c38f952f4a776710 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Apr 26 2008 06:12:27 +0000 Subject: - New upstream release. Fixes some aspects of bugzilla handling. --- diff --git a/.cvsignore b/.cvsignore index f547be3..64abddb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.2.99.9.tar.gz +python-fedora-0.2.99.10.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index fe9e6b2..a7f1560 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-fedora -Version: 0.2.99.9 -Release: 2%{?dist} +Version: 0.2.99.10 +Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -49,8 +49,8 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog -* Tue Apr 22 2008 Toshio Kuratomi - 0.2.99.9-2 -- Forgot to cvs up after mass branch. +* Wed Apr 23 2008 Toshio Kuratomi - 0.2.99.10-1 +- New upstream release. * Sun Apr 20 2008 Toshio Kuratomi - 0.2.99.9-1 - New upstream release. @@ -183,31 +183,3 @@ rm -rf $RPM_BUILD_ROOT * Sun Apr 14 2007 Toshio Kuratomi - 0.2.90.6-1 - Fix bug with the new bugzilla email code. - -* Tue Apr 3 2007 Toshio Kuratomi - 0.2.90.5-1 -- Update to latest fasLDAP.py. -- Return bugzilla email address. -- Add a method to lookup by email address. This includes bugzilla email - addresses given in owners.list. - -* Wed Mar 14 2007 Toshio Kuratomi - 0.2.90.4-1 -- Fix a bug with get_group_info(). -- Fix a bug in exception handling in the turbogears identity handler. - -* Wed Mar 14 2007 Toshio Kuratomi - 0.2.90.3-1 -- Fix a bug in exception handling. -- Fix a bug where we were not seeing updates to the FAS. - + In order to do this efficiently we also introduce a dependency on - sqlalchemy (for database connection pooling). - -* Fri Feb 9 2007 Toshio Kuratomi - 0.2.90.2-1 -- Experimental fas2 support. - -* Fri Feb 9 2007 Toshio Kuratomi - 0.2.1-1 -- Fix a brown paper bag issue. - -* Fri Feb 9 2007 Toshio Kuratomi - 0.2-1 -- Bug fix for tg sessions. - -* Thu Jan 18 2007 Toshio Kuratomi - 0.1-1 -- Initial RPM Package. diff --git a/sources b/sources index b09169d..6588044 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce4d7e22213729dc53789ad2489b9cb7 python-fedora-0.2.99.9.tar.gz +a8dda0fddc100ff5a8449f18129f4f0f python-fedora-0.2.99.10.tar.gz