[Django/el6] Update to 1.2.7, properly fixing security flaws (# 737366)

Michel Alexandre Salim salimma at fedoraproject.org
Fri Sep 30 13:07:08 UTC 2011


commit 3881437fdaaeda0e71d431ff8f6e2281f741f4a9
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Sep 30 15:06:47 2011 +0200

    Update to 1.2.7, properly fixing security flaws (# 737366)

 .gitignore  |    2 +-
 Django.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5379da..8b7de30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Django-1.2.6.tar.gz
+/Django-1.2.7.tar.gz
diff --git a/Django.spec b/Django.spec
index 1b235c1..3525883 100644
--- a/Django.spec
+++ b/Django.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.2.6
-Release:        2%{?dist}
+Version:        1.2.7
+Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -196,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 30 2011 Michel Salim <salimma at fedoraproject.org> - 1.2.7-1
+- Update to 1.2.7, properly fixing security flaws (# 737366)
+
 * Sat Sep 10 2011 Michel Salim <salimma at fedoraproject.org> - 1.2.6-2
 - Switch to the 'html' doc builder, for easier navigation without a web server
 
diff --git a/sources b/sources
index 4803cee..3b9a814 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bff9fc7d871c0b5e6ce1a7babd16847b  Django-1.2.6.tar.gz
+902fe294a2f7b16e5e1dee42d458c2ba  Django-1.2.7.tar.gz


More information about the scm-commits mailing list