[django-flash] rename django package to python-django-flash

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Jul 27 13:14:06 UTC 2012


commit 7cf96a2bbd65add79a98cb201a6b120ea4b1b312
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Fri Jul 27 08:14:51 2012 -0500

    rename django package to python-django-flash

 django-flash.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/django-flash.spec b/django-flash.spec
index 533b2fc..6c60c19 100644
--- a/django-flash.spec
+++ b/django-flash.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Name:           django-flash
+Name:           python-django-flash
 Version:        1.7.2
-Release:        6%{?dist}
+Release:        1%{?dist}
 Summary:        A Django extension to provide support for Rails-like flash
 
 Group:          Development/Languages
@@ -12,8 +12,8 @@ Source0:        http://pypi.python.org/packages/source/d/%{name}/%{name}-%{versi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  Django python-devel python-setuptools-devel
-Requires:       Django
+BuildRequires:  python-django python-devel python-setuptools-devel
+Requires:       python-django
 
 %description
 A simple Django extension that provides support for Rails-like flash messages.
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 27 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.7.2-1
+- Django-rename to python-django-x as submitted in fpc ticket #146
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list