[python-django-south/f19] New Upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Thu Aug 15 20:08:42 UTC 2013


commit 2388db81c9c4aa30f41f0df72c00340496fa5d0b
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Thu Aug 15 13:08:18 2013 -0700

    New Upstream version

 .gitignore               |    1 +
 python-django-south.spec |    7 ++++---
 sources                  |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eac711c..aa72ecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /south-0.7.5.tar.gz
 /south-0.8.1.tar.gz
+/south-0.8.2.tar.gz
diff --git a/python-django-south.spec b/python-django-south.spec
index 2ba9db1..2aae253 100644
--- a/python-django-south.spec
+++ b/python-django-south.spec
@@ -1,5 +1,5 @@
 Name:           python-django-south
-Version:        0.8.1
+Version:        0.8.2
 Release:        1%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
@@ -17,7 +17,6 @@ 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
 provide a simple, stable and database-independent migration layer to prevent
@@ -28,7 +27,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 +39,9 @@ rm -rf South.egg-info
 %{python_sitelib}/South-%{version}-py?.?.egg-info
 
 %changelog
+* Thu Aug 15 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.8.2-1
+- New Upstream Version
+
 * Fri Aug 02 2013 Luis Bazan <lbazan at fedoraproject.org> - 0.8.1-1
 - New Upstream Version
 - changes dependency to python-django
diff --git a/sources b/sources
index 9f4bbc2..f6a282e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72deb5c8144a65ac42d1390ff922581d  south-0.8.1.tar.gz
+89e61dd2cddab43d4de73d82321c61e6  south-0.8.2.tar.gz


More information about the scm-commits mailing list