[python-django] update to 1.6.4 fixing a potential bug in reverse()

Matthias Runge mrunge at fedoraproject.org
Wed May 7 08:24:47 UTC 2014


commit 84bd006821c485409125fac3ffddeb741bd25431
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed May 7 10:24:53 2014 +0200

    update to 1.6.4 fixing a potential bug in reverse()

 .gitignore         |    1 +
 python-django.spec |    5 ++++-
 sources            |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 991e51e..709de28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /Django-1.6.tar.gz
 /Django-1.6.2.tar.gz
 /Django-1.6.3.tar.gz
+/Django-1.6.4.tar.gz
diff --git a/python-django.spec b/python-django.spec
index 2b2fc11..be2f13f 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -16,7 +16,7 @@
 %global         obs_ver 1.5.5-3
 
 Name:           python-django
-Version:        1.6.3
+Version:        1.6.4
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -587,6 +587,9 @@ popd
 
 
 %changelog
+* Wed May 07 2014 Matthias Runge <mrunge at redhat.com> - 1.6.4-1
+- update to 1.6.4 fix a potential regression in reverse()
+
 * Tue Apr 22 2014 Matthias Runge <mrunge at redhat.com> - 1.6.3-1
 - update to 1.6.3 fixing CVE-2014-0473 and CVE-2014-0474
 
diff --git a/sources b/sources
index 4878c46..718a9ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-727fec03f15db8f80a7231696b79adf7  Django-1.6.3.tar.gz
+0d23bf836d3a52d93aee9411eccaa609  Django-1.6.4.tar.gz


More information about the scm-commits mailing list