[python-gzipstream] Rebase to python-gzipstream-1.6.2-1.fc16 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jan 2 15:07:04 UTC 2012


commit be70dac94d2be2ae5f9a3b6883f76cf0a32d4c67
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jan 2 16:06:59 2012 +0100

    Rebase to python-gzipstream-1.6.2-1.fc16 in rawhide.

 .gitignore             |    1 +
 python-gzipstream.spec |   18 ++++++++++++------
 sources                |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8924993..1943107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-gzipstream-1.4.3.tar.gz
+/python-gzipstream-1.6.2.tar.gz
diff --git a/python-gzipstream.spec b/python-gzipstream.spec
index 717add2..c347525 100644
--- a/python-gzipstream.spec
+++ b/python-gzipstream.spec
@@ -1,12 +1,12 @@
-%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%if ! (0%{?fedora} || 0%{?rhel} > 5)
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
 Summary: Streaming zlib (gzip) support for python
 Name: python-gzipstream
-Version: 1.4.3
-Release: 2%{?dist}
-URL:        https://fedorahosted.org/spacewalk
+Version: 1.6.2
+Release: 1%{?dist}
+URL:        https://fedorahosted.org/spacewalk/wiki/Projects/python-gzipstream
 Source0:    https://fedorahosted.org/releases/s/p/spacewalk/python-gzipstream-%{version}.tar.gz
 License: Python and GPLv2
 Group: Development/Libraries
@@ -37,11 +37,17 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %{python_sitelib}/*
+%doc html
 %doc LICENSE
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Mon Oct 31 2011 Miroslav Suchý 1.6.2-1
+- point to python-gzipstream specific URL
+- add documentation
+
+* 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 at redhat.com> 1.4.3-1
 - 657531 - correct  condition for defining the python_sitelib macro
diff --git a/sources b/sources
index ab015f7..4439e96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20449187adc51c9ffcd867ce55760889  python-gzipstream-1.4.3.tar.gz
+d56594f7dc63fc5869e0bff39273a1ab  python-gzipstream-1.6.2.tar.gz


More information about the scm-commits mailing list