diff --git a/.cvsignore b/.cvsignore index d75cc46..b3cf3ff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyxdg-0.16.tar.gz +pyxdg-0.17.tar.gz diff --git a/pyxdg.spec b/pyxdg.spec index e46c310..8556075 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -1,14 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyxdg -Version: 0.16 -Release: 4%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Python library to access freedesktop.org standards Group: Development/Libraries License: LGPLv2 URL: http://freedesktop.org/Software/pyxdg Source0: http://www.freedesktop.org/~lanius/%{name}-%{version}.tar.gz -Patch0: pyxdg-0.16-indentfix-bz469229.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -19,7 +18,6 @@ PyXDG is a python library to access freedesktop.org standards %prep %setup -q -%patch0 -p1 -b .indentfix %build %{__python} setup.py build @@ -38,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/pyxdg-*.egg-info %changelog +* Wed Aug 19 2009 Tom "spot" Callaway - 0.17-1 +- update to 0.17 + * Sun Jul 26 2009 Fedora Release Engineering - 0.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index a190f18..b1246f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55b71ec0df9509e05e562ac402b119f7 pyxdg-0.16.tar.gz +a086de99cc536095684d87f15594e4db pyxdg-0.17.tar.gz