[python-django-debug-toolbar/el6] correct requirements from python-django (f18-style) to Django

Matthias Runge mrunge at fedoraproject.org
Fri Jul 6 18:57:38 UTC 2012


commit 83aed3d52847e17c915cec4346cd356b9c2fbe4d
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Jul 6 20:57:12 2012 +0200

    correct requirements from python-django (f18-style) to Django

 python-django-debug-toolbar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-debug-toolbar.spec b/python-django-debug-toolbar.spec
index 2b78b14..316921d 100644
--- a/python-django-debug-toolbar.spec
+++ b/python-django-debug-toolbar.spec
@@ -2,7 +2,7 @@
 
 Name:           python-django-debug-toolbar
 Version:        0.9.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Configurable set of panels that display various debug information
 
 License:        BSD
@@ -12,7 +12,7 @@ Source0:        http://pypi.python.org/packages/source/d/django-debug-toolbar/dj
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-Requires:       python-django
+Requires:       Django
 
 %description
 The Django Debug Toolbar is a configurable set of panels that display various 
@@ -57,6 +57,9 @@ echo "# empty file" > debug_toolbar/models.py
 
 
 %changelog
+* Fri Jul 06 2012 Matthias Runge <mrunge at matthias-runge.de> 0.9.3-3
+- correct requirements for el6
+
 * Fri Mar 23 2012 Matthias Runge <mrunge at matthias-runge.de> 0.9.3-2
 - change requirement from Django to python-django
 


More information about the scm-commits mailing list