[python-django-south/f18] new upstream version

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


commit c48e5711309676fba881e1a9f2acee23d7053cce
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Wed Sep 4 21:24:25 2013 -0500

    new upstream version

 .gitignore               |    1 +
 python-django-south.spec |   11 +++++------
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8f5b35..294d95d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /south-0.7.5.tar.gz
+/south-0.8.2.tar.gz
diff --git a/python-django-south.spec b/python-django-south.spec
index aee27c8..cdaee0a 100644
--- a/python-django-south.spec
+++ b/python-django-south.spec
@@ -1,6 +1,6 @@
 Name:           python-django-south
-Version:        0.7.5
-Release:        4%{?dist}
+Version:        0.8.2
+Release:        1%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
 Group:          Development/Languages
@@ -14,9 +14,6 @@ BuildRequires:  python-setuptools
 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 
-
 
 %description
 South brings migrations to Django applications. Its main objectives are to
@@ -28,7 +25,6 @@ all the hassle schema changes over time bring to your Django applications.
 # remove bundled egg-info
 rm -rf South.egg-info
 
-
 %build
 %{__python} setup.py build
 
@@ -41,6 +37,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-1
+- New Upstream Version
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index f24cf8a..f6a282e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69c73d67c953249f9c33a85de3ed5321  south-0.7.5.tar.gz
+89e61dd2cddab43d4de73d82321c61e6  south-0.8.2.tar.gz


More information about the scm-commits mailing list