projects/python-gzipstream/python-gzipstream.spec | 6 +++++- projects/python-gzipstream/setup.py | 2 +- rel-eng/packages/python-gzipstream | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-)
New commits: commit 748466f7fa4069ff0bc553dd4273fbd94e82762d Author: Jan Pazdziora jpazdziora@redhat.com Date: Fri Jul 22 12:17:25 2011 +0200
Automatic commit of package [python-gzipstream] release [1.6.1-1].
diff --git a/projects/python-gzipstream/python-gzipstream.spec b/projects/python-gzipstream/python-gzipstream.spec index 7eaed05..6167b4a 100644 --- a/projects/python-gzipstream/python-gzipstream.spec +++ b/projects/python-gzipstream/python-gzipstream.spec @@ -4,7 +4,7 @@
Summary: Streaming zlib (gzip) support for python Name: python-gzipstream -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} URL: https://fedorahosted.org/spacewalk Source0: https://fedorahosted.org/releases/s/p/spacewalk/python-gzipstream-%%7Bversio... @@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT %doc LICENSE
%changelog +* Fri Jul 22 2011 Jan Pazdziora 1.6.1-1 +- We only support version 14 and newer of Fedora, removing conditions for old + versions. + * Tue Nov 30 2010 Miroslav Suchý msuchy@redhat.com 1.4.3-1 - 657531 - correct condition for defining the python_sitelib macro (msuchy@redhat.com) diff --git a/projects/python-gzipstream/setup.py b/projects/python-gzipstream/setup.py index 20bb7dd..bd84b6d 100644 --- a/projects/python-gzipstream/setup.py +++ b/projects/python-gzipstream/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup
setup(name = "gzipstream", - version = "1.4.3", + version = "1.6.1", description = "Streaming zlib (gzip) support for python", long_description = """\ A streaming gzip handler. diff --git a/rel-eng/packages/python-gzipstream b/rel-eng/packages/python-gzipstream index 2e3ef41..4e52ccc 100644 --- a/rel-eng/packages/python-gzipstream +++ b/rel-eng/packages/python-gzipstream @@ -1 +1 @@ -1.4.3-1 projects/python-gzipstream/ +1.6.1-1 projects/python-gzipstream/
spacewalk-commits@lists.fedorahosted.org