[python-django] Update to 1.8.b2, fixing an XSS issue.

Matthias Runge mrunge at fedoraproject.org
Tue Mar 10 07:51:47 UTC 2015


commit 653e5f5cfe087076bfdd6c2cacc2eb27aa43c1dc
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Mar 10 08:50:14 2015 +0100

    Update to 1.8.b2, fixing an XSS issue.

 .gitignore         | 1 +
 python-django.spec | 7 +++++--
 sources            | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fea372b..8a8cfe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /Django-1.7.2.tar.gz
 /Django-1.7.3.tar.gz
 /Django-1.8b1.tar.gz
+/Django-1.8b2.tar.gz
diff --git a/python-django.spec b/python-django.spec
index 8852de4..e2b591f 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -15,7 +15,7 @@
 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
 
 %global         pkgname Django
-%global         prerelease b1
+%global         prerelease b2
 
 # Tests requiring Internet connections are disabled by default
 # pass --with internet to run them (e.g. when doing a local rebuild
@@ -29,7 +29,7 @@
 Name:           python-django
 
 Version:        1.8
-Release:        0.5.%{prerelease}%{?dist}
+Release:        0.6.%{prerelease}%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
@@ -574,6 +574,9 @@ popd
 
 
 %changelog
+* Tue Mar 10 2015 Matthias Runge <mrunge at redhat.com> - 1.8.0.6.b2
+- 1.8b2 snapshot and security fix
+
 * Wed Feb 25 2015 Matthias Runge <mrunge at redhat.com> - 1.8.0.5.b1
 - 1.8b1 snapshot
 
diff --git a/sources b/sources
index 328ea1d..06c3bb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-323f7a07ca0d0eb76f228ed7a104735c  Django-1.8b1.tar.gz
+171f5f7f7cae5885f0125fe2deddd2f8  Django-1.8b2.tar.gz


More information about the scm-commits mailing list