[python-django-debug-toolbar] change requirements from Django to python-django

Matthias Runge mrunge at fedoraproject.org
Fri Mar 23 21:09:10 UTC 2012


commit a9cae6c5248477bfa298c731a6f3f54ca44b8f42
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Mar 23 22:07:44 2012 +0100

    change requirements from Django to python-django

 python-django-debug-toolbar.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-django-debug-toolbar.spec b/python-django-debug-toolbar.spec
index e1c8078..2b78b14 100644
--- a/python-django-debug-toolbar.spec
+++ b/python-django-debug-toolbar.spec
@@ -2,18 +2,17 @@
 
 Name:           python-django-debug-toolbar
 Version:        0.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Configurable set of panels that display various debug information
 
 License:        BSD
 URL:            https://github.com/django-debug-toolbar/django-debug-toolbar
 Source0:        http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-0.9.3.tar.gz
-#md5=c11870fb6f206c6dc2efd9a134fd672c
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-Requires:       Django
+Requires:       python-django
 
 %description
 The Django Debug Toolbar is a configurable set of panels that display various 
@@ -58,5 +57,8 @@ echo "# empty file" > debug_toolbar/models.py
 
 
 %changelog
+* Fri Mar 23 2012 Matthias Runge <mrunge at matthias-runge.de> 0.9.3-2
+- change requirement from Django to python-django
+
 * Mon Jan 23 2012 Matthias Runge <mrunge at matthias-runge.de> 0.9.3-1
 - initial packaging


More information about the scm-commits mailing list