diff --git a/.cvsignore b/.cvsignore index adf8b81..84d4edb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -python-fedora-0.3.9.tar.gz +python-fedora-0.3.10.tar.gz diff --git a/python-fedora.spec b/python-fedora.spec index 7ebcb6f..e14aa4c 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()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-fedora -Version: 0.3.9 +Version: 0.3.10 Release: 1%{?dist} Summary: Python modules for talking to Fedora Infrastructure Services @@ -44,12 +44,12 @@ paver build paver html %install -rm -rf $RPM_BUILD_ROOT -paver install --skip-build --root $RPM_BUILD_ROOT +rm -rf %{buildroot} +paver install --skip-build --root %{buildroot} mv build-doc/html doc/ %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files @@ -58,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Fri Mar 6 2009 Toshio Kuratomi - 0.3.10-1 +- CSRF fixes and django authentication provider. + +* Thu Feb 26 2009 Fedora Release Engineering - 0.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Sun Feb 8 2009 Toshio Kuratomi - 0.3.9-1 - New upstream with important bugfixes. diff --git a/sources b/sources index 0284dbe..9762749 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3d2e4b9f4515859998081a1812a282d python-fedora-0.3.9.tar.gz +7e20b69e07c3f1eab3e6a99e1d009f3b python-fedora-0.3.10.tar.gz