[python-django-flash/f19] remove obsolet line now its not necessary

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Jun 27 00:11:07 UTC 2013


commit b65729905e892055972408705b438546a7dd2c93
Author: Luis <lbazan at fedoraproject.org>
Date:   Wed Jun 26 19:10:30 2013 -0500

    remove obsolet line now its not necessary

 python-django-flash.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/python-django-flash.spec b/python-django-flash.spec
index 34235a9..c4bd56c 100644
--- a/python-django-flash.spec
+++ b/python-django-flash.spec
@@ -1,11 +1,9 @@
 %global pkgname django-flash
-%global obs_ver 1.7.2-6
 
 Name:           python-django-flash
 Version:        1.8
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A Django extension to provide support for Rails-like flash
-
 Group:          Development/Languages
 License:        BSD
 URL:            http://danielfm.github.com/django-flash
@@ -16,12 +14,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python2-devel 
 BuildRequires:  python-setuptools
-
 Requires:       python-django
 BuildRequires:  python-django
 
 Provides:       %{pkgname} = %{version}-%{release}
-Obsoletes:      %{pkgname} < %{obs_ver}
 
 %description
 A simple Django extension that provides support for Rails-like flash messages.
@@ -58,6 +54,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/django_flash-*.egg-info
 
 %changelog
+* Wed Jun 26 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.8-6
+- remove obsolete line now its not necessary
+
 * Mon Apr 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.8-5
 - Build in f19
 


More information about the scm-commits mailing list