diff --git a/.cvsignore b/.cvsignore index 327fa87..8096dd5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.7.tar.gz +python-fedora-0.3.8.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index 917e322..1cfee4b 100644 --- a/python-fedora.spec +++ b/python-fedora.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-fedora -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -21,6 +21,7 @@ Requires: python-bugzilla Requires: python-feedparser Requires: python-sqlalchemy Requires: python-decorator +Requires: python-pycurl # 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. @@ -57,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Thu Nov 20 2008 Toshio Kuratomi - 0.3.8-1 +- New upstream with pycurl client backend, more fas methods, and bodhi bugfix. + * Thu Oct 30 2008 Toshio Kuratomi - 0.3.7-1 - New upstream has more complete pkgdb integration. diff --git a/sources b/sources index 0d63296..ed1d95f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f0c50b4f76b7d5760ee7de92f0a479f python-fedora-0.3.7.tar.gz +06593336d021df25b3645ccb71c9fbeb python-fedora-0.3.8.tar.gz