rpms/Django/devel .cvsignore, 1.3, 1.4 Django.spec, 1.6, 1.7 sources, 1.3, 1.4

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sun Mar 25 07:05:38 UTC 2007


Author: salimma

Update of /cvs/extras/rpms/Django/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24114

Modified Files:
	.cvsignore Django.spec sources 
Log Message:
Django 0.96 for Rawhide



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Django/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	21 Jan 2007 22:02:16 -0000	1.3
+++ .cvsignore	25 Mar 2007 07:05:05 -0000	1.4
@@ -1 +1 @@
-Django-0.95.1.tar.gz
+Django-0.96.tar.gz


Index: Django.spec
===================================================================
RCS file: /cvs/extras/rpms/Django/devel/Django.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Django.spec	21 Jan 2007 22:16:20 -0000	1.6
+++ Django.spec	25 Mar 2007 07:05:05 -0000	1.7
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
-%define mainver 0.95
+%define mainver 0.96
 
 Name:           Django
-Version:        %{mainver}.1
+Version:        %{mainver}
 Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
@@ -16,7 +16,7 @@
 
 BuildArch:      noarch
 # Note: No longer required in development version > 0.95
-BuildRequires:  python-setuptools
+# BuildRequires:  python-setuptools
 BuildRequires:  python-devel
 
 %description
@@ -57,7 +57,7 @@
 pushd $RPM_BUILD_ROOT%{python_sitelib}/django
 chmod +x conf/project_template/manage.py
 cd bin
-chmod +x {{compile,unique,make}-messages,django-admin}.py
+chmod +x {{compile,make,unique}-messages,daily_cleanup,django-admin}.py
 popd
 
 %clean
@@ -70,7 +70,6 @@
 %{_bindir}/django-admin.py
 %exclude %{_bindir}/django-admin.py?
 %{python_sitelib}/django
-%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info
 
 %files docs
 %defattr(-,root,root,-)
@@ -78,6 +77,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Sat Mar 24 2007 Michel Salim <michel.salim at gmail.com> - 0.96-1
+- New upstream version
+
 * Sun Jan 21 2007 Michel Salim <michel.salim at gmail.com> - 0.95.1-1
 - Upstream security updates:
   http://www.djangoproject.com/weblog/2007/jan/21/0951/


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Django/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jan 2007 22:02:16 -0000	1.3
+++ sources	25 Mar 2007 07:05:05 -0000	1.4
@@ -1 +1 @@
-07f09d8429916481e09e84fd01e97355  Django-0.95.1.tar.gz
+b4aedad1e90dd38d58ff9fc756180c7d  Django-0.96.tar.gz




More information about the fedora-extras-commits mailing list