[Django/f16] security update to Django-1.3.4

Matthias Runge mrunge at fedoraproject.org
Thu Oct 18 08:54:44 UTC 2012


commit ebb011805d4501c90e0ab93aa35dd17a63ef9594
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Oct 18 10:51:42 2012 +0200

    security update to Django-1.3.4

 .gitignore  |    1 +
 Django.spec |    6 +++++-
 sources     |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 607c252..7c73010 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Django-1.3.1.tar.gz
 /Django-1.3.2.tar.gz
+/Django-1.3.4.tar.gz
diff --git a/Django.spec b/Django.spec
index 61b40b9..926968d 100644
--- a/Django.spec
+++ b/Django.spec
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.3.2
+Version:        1.3.4
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -209,6 +209,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 18 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.3.4-1
+- security update to upstream version 1.3.4
+  https://www.djangoproject.com/weblog/2012/oct/17/security/
+
 * Mon Jul 30 2012 Alan Pevec <apevec at redhat.com> 1.3.2-1
 - security release
   https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/
diff --git a/sources b/sources
index a4cd236..6b3f81b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8409b8f061e6c7a7dcfbb24403cb863  Django-1.3.2.tar.gz
+9a610a40ee5fcc4ca283fb499e265936  Django-1.3.4.tar.gz


More information about the scm-commits mailing list