diff --git a/.gitignore b/.gitignore index d6327f4..50ae4f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ python-debian_0.1.16.tar.gz +/python-debian_0.1.21.tar.gz diff --git a/python-debian.spec b/python-debian.spec index 0abbde8..6e9c153 100644 --- a/python-debian.spec +++ b/python-debian.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-debian -Version: 0.1.16 -Release: 5%{?dist} +Version: 0.1.21 +Release: 1%{?dist} Summary: Modules for Debian-related data formats # debfile.py, arfile.py, debtags.py are release under GPL v3 or above # everything else is GPLv2+ @@ -31,7 +31,7 @@ related files. Currently handled are: %prep -%setup -q -n python-debian +%setup -q %build @@ -70,6 +70,9 @@ cd tests; %doc README README.changelog README.deb822 HISTORY.deb822 ACKNOWLEDGEMENTS %changelog +* Mon Oct 3 2011 Miroslav Suchy 0.1.21-1 +- rebase to 0.1.21 release + * Tue Feb 08 2011 Fedora Release Engineering - 0.1.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index f6069f0..ddb8617 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e478068f1cffdab5019bf072f84ee90b python-debian_0.1.16.tar.gz +dcbf7f8294108f179509c822d1d57caa python-debian_0.1.21.tar.gz