[Django/el5/master] test for 1.1.2 EPEL5 release

smilner smilner at fedoraproject.org
Thu Sep 30 20:27:13 UTC 2010


commit 27231e9fa19e88308c0603dbfa46abdf66b3f754
Author: Steve 'Ashcrow' Milner <me at stevemilner.org>
Date:   Thu Sep 30 16:27:06 2010 -0400

    test for 1.1.2 EPEL5 release

 .gitignore  |    1 +
 Django.spec |   38 +++++++-------------------------------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5ceec0..c11e69f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Django-1.2.1.tar.gz
 Django-hash-compat-13310.patch
 /Django-1.2.2.tar.gz
 /simplejson-init.py
+/Django-1.1.2.tar.gz
diff --git a/Django.spec b/Django.spec
index 992c12d..a185a89 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.2.2
+Version:        1.1.2
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -105,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/django-admin
 %{_mandir}/man1/*
 %attr(0755,root,root) %{python_sitelib}/django/conf/project_template/manage.py
-%attr(0755,root,root) %{python_sitelib}/django/contrib/admin/media/js/compress.py
+#%attr(0755,root,root) %{python_sitelib}/django/contrib/admin/media/js/compress.py
 %attr(0755,root,root) %{python_sitelib}/django/bin/profiling/gather_profile_stats.py*
 %attr(0755,root,root) %{python_sitelib}/django/bin/*-messages.py*
 %attr(0755,root,root) %{python_sitelib}/django/bin/daily_cleanup.py*
@@ -131,8 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django/conf/project_template/
 %{python_sitelib}/django/conf/app_template/
 %{python_sitelib}/django/conf/urls/
-%{python_sitelib}/django/conf/locale/*/*.py*
-%{python_sitelib}/django/conf/locale/*.py*
+#%{python_sitelib}/django/conf/locale/*/*.py*
+#%{python_sitelib}/django/conf/locale/*.py*
+
 
 # Leaving these since people may want to rebuild on lower dists
 %if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
@@ -154,33 +155,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Sep  9 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.2.2-1
-- Update for CVE-2010-3082 (see http://www.djangoproject.com/weblog/2010/sep/08/security-release/)
-- Removed Django-hash-compat-13310.patch as it is already included in this release
-
-* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.2.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
-
-* Tue Jun  8 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2.1-5
-- Added http://code.djangoproject.com/changeset/13310?format=diff&new=13310 per BZ#601212
-
-* Thu Jun  3 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2.1-4
-- Include egg in >= rhel6
-
-* Thu Jun  3 2010 Michel Salim <salimma at fedoraproject.org> - 1.2.1-3
-- Use generated %%{name}.lang instead of including each locale file by hand
-- Temporarily make main package provide -doc on Rawhide, to fix upgrade path
-  until upstream documentation builds with Sphinx 1.0
-
-* Thu May 27 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2.1-2
-- Allow for building docs in F13 as it's only F14 freaking out
-
-* Tue May 25 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.2.1-1
-- Update for new release.
-- Added lang files per BZ#584866.
-- Changed perms on %%{python_sitelib}/django/contrib/admin/media/js/compress.py
-- Lots of explicit files listed in %%files in order to reduce duplicate file listings
-- Docs are not built on F-13 for now
+* Thu Sep 30 2010 Steve 'Ashcrow' Milner <stevem at gnulinux.met> - 1.1.2-1
+- Update for upstream release requested by user.
 
 * Wed Oct 21 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.1.1-2
 - Removed po files per BZ#529188.
diff --git a/sources b/sources
index b154a04..0feaa60 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9cdbf79a31988ace9ef2ab4ede890136  Django-1.2.2.tar.gz
+0a96440a50a25568cb6b77821e9fb91c  Django-1.1.2.tar.gz
 5fe0cb83b3122ec27d1179cb9a39063b  simplejson-init.py


More information about the scm-commits mailing list