rpms/django-evolution/EL-5 django-evolution.spec,1.2,1.3

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 4 18:55:10 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/django-evolution/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16250

Modified Files:
	django-evolution.spec 
Log Message:
* Fri Jun 4 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-3
- Use python-sqlite2 for build tests on EPEL5



Index: django-evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/django-evolution/EL-5/django-evolution.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- django-evolution.spec	4 Jun 2010 18:41:12 -0000	1.2
+++ django-evolution.spec	4 Jun 2010 18:55:10 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           django-evolution
 Version:        0.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -17,7 +17,11 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  python-coverage
 BuildRequires:  pyflakes
+%if 0%{?rhel} <= 5
+BuildRequires:  python-sqlite2
+%else
 BuildRequires:  python-sqlite
+%endif
 BuildRequires:  Django
 Requires:       Django
 
@@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/tests/*
 
 %changelog
+* Fri Jun 4 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-3
+- Use python-sqlite2 for build tests on EPEL5
+
 * Thu Jun 3 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-2
 - Stable upstream release 0.5.0
 



More information about the scm-commits mailing list