[python-django-south/f20] fix bz #1002074

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Sep 5 02:41:26 UTC 2013


commit e394707610dea4c89227539ce2dc4930ecee5ae3
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Sep 4 21:40:57 2013 -0500

    fix bz #1002074

 python-django-south.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-south.spec b/python-django-south.spec
index 16e4542..b16eb16 100644
--- a/python-django-south.spec
+++ b/python-django-south.spec
@@ -1,6 +1,6 @@
 Name:           python-django-south
 Version:        0.8.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@ Requires:       python-django
 
 Provides: Django-south = %{version}-%{release} 
 # Because of the renaming mechanism, the next should stay forever in this package.
-Obsoletes: Django-south < 0.7.3-2 
+Obsoletes: Django-south < 0:0.7.3-2 
 
 %description
 South brings migrations to Django applications. Its main objectives are to
@@ -39,6 +39,9 @@ rm -rf South.egg-info
 %{python_sitelib}/South-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Sep 04 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.8.2-2
+- Fix BZ #1002074
+
 * Thu Aug 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.8.2-1
 - New Upstream version
 


More information about the scm-commits mailing list