rpms/Django/F-10 .cvsignore, 1.11, 1.12 Django.spec, 1.16, 1.17 sources, 1.11, 1.12

smilner smilner at fedoraproject.org
Wed Jul 29 21:53:46 UTC 2009


Author: smilner

Update of /cvs/pkgs/rpms/Django/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10913

Modified Files:
	.cvsignore Django.spec sources 
Log Message:
Update for http://www.djangoproject.com/weblog/2009/jul/28/security/



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-10/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	14 Dec 2008 06:23:24 -0000	1.11
+++ .cvsignore	29 Jul 2009 21:53:46 -0000	1.12
@@ -1 +1 @@
-Django-1.0.2-final.tar.gz
+Django-1.0.3.tar.gz


Index: Django.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-10/Django.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- Django.spec	13 Mar 2009 01:40:56 -0000	1.16
+++ Django.spec	29 Jul 2009 21:53:46 -0000	1.17
@@ -2,14 +2,14 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           Django
-Version:        1.0.2
+Version:        1.0.3
 Release:        2%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.djangoproject.com/
-Source0:        http://media.djangoproject.com/releases/%{version}/Django-%{version}-final.tar.gz
+Source0:        http://media.djangoproject.com/releases/%{version}/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)
@@ -40,7 +40,7 @@ Python Web framework.
 
 
 %prep
-%setup -q -n %{name}-%{version}-final
+%setup -q -n %{name}-%{version}
 # remove bundled simplejson
 cd django/utils/simplejson/
 rm -rf *
@@ -82,7 +82,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) %{python_sitelib}/django/bin/*-messages.py
 %attr(0755,root,root) %{python_sitelib}/django/bin/daily_cleanup.py
 %attr(0755,root,root) %{python_sitelib}/django/bin/django-admin.py
-%exclude %{_bindir}/django-admin.py?
 %{python_sitelib}/django
 %if 0%{?fedora} >= 9
 %{python_sitelib}/*.egg-info
@@ -93,8 +92,18 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/_build/html/*
 
 %changelog
-* Thu Mar 12 2009 Michel Salim <salimma at fedoraproject.org> - 1.0.2-2
+* Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-2
+- Fix changelog.
+
+* Wed Jul 29 2009 Steve 'Ashcrow' Milner <stevem at gnulinux.net> - 1.0.3-1
+- Upgrade for http://www.djangoproject.com/weblog/2009/jul/28/security/
+
+* Thu Mar 12 2009 Michel Salim <salimma at fedoraproject.org> - 1.0.2-3
 - Build HTML documentation (bug #484070)
+- No longer excluding *.py? in bindir, F11's Python does not optimizes these
+
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Dec 14 2008 Michel Salim <salimma at fedoraproject.org> - 1.0.2-1
 - Update to 1.0.2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Django/F-10/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	14 Dec 2008 06:23:24 -0000	1.11
+++ sources	29 Jul 2009 21:53:46 -0000	1.12
@@ -1 +1 @@
-89353e3749668778f1370d2e444f3adc  Django-1.0.2-final.tar.gz
+3c5435b015d8cde602b17a5f0c9873dc  Django-1.0.3.tar.gz




More information about the fedora-extras-commits mailing list