[python-django-staticfiles/f19] fix obs_ver

Luis Enrique Bazán De León lbazan at fedoraproject.org
Tue Feb 4 19:46:46 UTC 2014


commit 20bed2159cfe1391dac97633d8a0a7af8ff310ba
Author: lbazan <lbazan at fedoraproject.org>
Date:   Tue Feb 4 14:47:00 2014 -0500

    fix obs_ver

 python-django-staticfiles.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-staticfiles.spec b/python-django-staticfiles.spec
index a473489..93753b7 100644
--- a/python-django-staticfiles.spec
+++ b/python-django-staticfiles.spec
@@ -1,6 +1,6 @@
 Name:           python-django-staticfiles
 Version:        1.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Django app that provides helpers for serving static files
 
 Group:          Development/Languages
@@ -16,7 +16,7 @@ Requires:       python-django-appconf
 
 Provides: django-staticfiles = %{version}-%{release} 
 # Because of the renaming mechanism, the next should stay forever in this package.
-Obsoletes: django-staticfiles < 0.3.2-3 
+Obsoletes: django-staticfiles < 0.3.2-6
 
 %description
 This is a Django app that provides helpers for serving static files.
@@ -40,6 +40,9 @@ rm -rf django_staticfiles.egg-info
 %{python_sitelib}/django_staticfiles-%{version}-py?.?.egg-info
 
 %changelog
+* Tue Feb 04 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-3
+- correct django-staticfiles obs_ver
+
 * Wed Aug 14 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-1
 - New Upstream Version
 - add django-appconf


More information about the scm-commits mailing list