[python-debian] rebase to 0.1.21

Miroslav Suchý msuchy at fedoraproject.org
Mon Oct 3 08:14:58 UTC 2011


commit 5676b39940e7ca86bfbf54cec821ec8283bcc8c2
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Oct 3 10:13:44 2011 +0200

    rebase to 0.1.21

 .gitignore         |    1 +
 python-debian.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <msuchy at redhat.com> 0.1.21-1
+- rebase to 0.1.21 release
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list