diff --git a/.cvsignore b/.cvsignore index a689ad8..19a1b6a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.3.tar.gz +python-fedora-0.3.4.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index e627831..86f7587 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.3 +Version: 0.3.4 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Mon Jul 28 2008 Toshio Kuratomi - 0.3.4-1 +- Small fix to proxyclient.send_request() for sequence types. + * Wed Jul 23 2008 Toshio Kuratomi - 0.3.3-1 - A few fixes for the new fas release. diff --git a/sources b/sources index f1729ec..79d57ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a51a888b657102e64be28cfe5826583 python-fedora-0.3.3.tar.gz +bb6cc0d0b6b9b385429483283f3bfb9d python-fedora-0.3.4.tar.gz