diff --git a/.cvsignore b/.cvsignore index 6b24970..327fa87 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.6.tar.gz +python-fedora-0.3.7.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index c36acd8..917e322 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.3.6 -Release: 2%{?dist} +Version: 0.3.7 +Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services Group: Development/Languages @@ -20,6 +20,7 @@ Requires: python-simplejson Requires: python-bugzilla Requires: python-feedparser Requires: python-sqlalchemy +Requires: python-decorator # These are now optional dependencies. Some bodhi methods will not work if # they aren't installed but they aren't needed for most functionality of the # module. @@ -56,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Thu Oct 30 2008 Toshio Kuratomi - 0.3.7-1 +- New upstream has more complete pkgdb integration. + * Mon Sep 15 2008 Toshio Kuratomi - 0.3.6-2 - Add python-sphinx to the buildrequires. diff --git a/sources b/sources index ecd56ef..0d63296 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5ab6c21460f91df20df5fd6e0d36221 python-fedora-0.3.6.tar.gz +7f0c50b4f76b7d5760ee7de92f0a479f python-fedora-0.3.7.tar.gz