[python-django-south] fix BZ #1002074

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


commit 487e2edbf79f5bc63ef00c73fa8f38738f4821ba
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Sep 4 21:31:39 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..f497487 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 Aug 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