[Django/el6] -update to version 1.3.1

Matthias Runge mrunge at fedoraproject.org
Tue Apr 17 19:07:17 UTC 2012


commit 8ede6f99e4c3834bc8cd0b52ef5721e645419346
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Apr 17 21:06:57 2012 +0200

    -update to version 1.3.1

 .gitignore  |    1 +
 Django.spec |    8 ++++++--
 sources     |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7de30..5c7776e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Django-1.2.7.tar.gz
+/Django-1.3.1.tar.gz
diff --git a/Django.spec b/Django.spec
index 3525883..54ea381 100644
--- a/Django.spec
+++ b/Django.spec
@@ -2,14 +2,14 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.2.7
+Version:        1.3.1
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.djangoproject.com/
-Source0:        http://media.djangoproject.com/releases/1.2/Django-%{version}.tar.gz
+Source0:        http://media.djangoproject.com/releases/1.3/Django-%{version}.tar.gz
 # stub simplejson module that imports the system version
 Source1:        simplejson-init.py
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -136,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{python_sitelib}/django/contrib/sessions/
 %dir %{python_sitelib}/django/contrib/sitemaps/
 %dir %{python_sitelib}/django/contrib/sites/
+%dir %{python_sitelib}/django/contrib/staticfiles/
 %dir %{python_sitelib}/django/contrib/syndication/
 %dir %{python_sitelib}/django/contrib/webdesign/
 %{python_sitelib}/django/contrib/*/*.py*
@@ -196,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 17 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.3.1-1
+- update to version 1.3.1
+
 * Fri Sep 30 2011 Michel Salim <salimma at fedoraproject.org> - 1.2.7-1
 - Update to 1.2.7, properly fixing security flaws (# 737366)
 
diff --git a/sources b/sources
index 3b9a814..ace4bcc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-902fe294a2f7b16e5e1dee42d458c2ba  Django-1.2.7.tar.gz
+62d8642fd06b9a0bf8544178f8500767  Django-1.3.1.tar.gz


More information about the scm-commits mailing list