[python-docs] Updated to v2.7.6

Tomas Radej tradej at fedoraproject.org
Thu Feb 6 10:13:10 UTC 2014


commit edacf146054009d1c4b1d7ee4d8956beaebb4c7c
Author: Tomas Radej <tradej at redhat.com>
Date:   Thu Feb 6 11:13:12 2014 +0100

    Updated to v2.7.6

 .gitignore       |    1 +
 python-docs.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 615af24..dbec2ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Python-2.7.tar.bz2
 /Python-2.7.4.tar.bz2
 /Python-2.7.5.tar.xz
 /Python-2.7.5.tar.bz2
+/Python-2.7.6.tar.xz
diff --git a/python-docs.spec b/python-docs.spec
index b8d7642..f27487e 100644
--- a/python-docs.spec
+++ b/python-docs.spec
@@ -18,14 +18,14 @@
 
 Name:           %{python}-docs
 # The Version needs to be in-sync with the "python" package:
-Version:        2.7.5
-Release:        6%{?dist}
+Version:        2.7.6
+Release:        1%{?dist}
 Summary:        Documentation for the Python programming language
 Group:          Documentation
 License:        Python
 URL:            http://www.python.org/
 
-Source:         http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
+Source:         http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
 Patch4:         python-2.6-nowhatsnew.patch
 Patch18:        python-2.6-extdocmodules.patch
 # this changes the makefile so that build requires are used instead of
@@ -130,6 +130,9 @@ linkchecker \
 %{_infodir}/python.info.gz
 
 %changelog
+* Wed Feb 05 2014 Tomas Radej <tradej at redhat.com> - 2.7.6-1
+- Updated to v2.7.6
+
 * Mon Dec 02 2013 Tomas Radej <tradej at redhat.com> - 2.7.5-6
 - Used _pkgdocdir instead of _docdir
 
diff --git a/sources b/sources
index 2ccf142..04234bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6334b666b7ff2038c761d7b27ba699c1  Python-2.7.5.tar.bz2
+bcf93efa8eaf383c98ed3ce40b763497  Python-2.7.6.tar.xz


More information about the scm-commits mailing list