rpms/python-djblets/devel python-djblets.spec,1.5,1.6

Stephen Gallagher sgallagh at fedoraproject.org
Fri Mar 12 20:33:52 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/python-djblets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4609

Modified Files:
	python-djblets.spec 
Log Message:
* Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-3
- Correct required minimum Django version to 1.1.1




Index: python-djblets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-djblets/devel/python-djblets.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- python-djblets.spec	12 Mar 2010 18:54:00 -0000	1.5
+++ python-djblets.spec	12 Mar 2010 20:33:51 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           python-djblets
 Version:        0.5.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -18,7 +18,7 @@ BuildArch:      noarch
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       Django >= 1.0.2
+Requires:       Django >= 1.1.1
 Requires:       python-imaging
 
 %description
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-3
+- Correct required minimum Django version to 1.1.1
+
 * Fri Mar 12 2010 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-2
 - Rebuild for ReviewBoard chain-build
 



More information about the scm-commits mailing list