[Django-south] Update to new upstream version (#645759)

Domingo Becker beckerde at fedoraproject.org
Mon Dec 20 17:11:45 UTC 2010


commit 6e9a9c363ca67dd84f65f0cdeb7a63bfc0718f6d
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Mon Dec 20 13:52:53 2010 -0300

    Update to new upstream version (#645759)

 .gitignore              |    1 +
 Django-south.spec       |   25 +++++++++----------------
 sources                 |    2 +-
 south-remove-extra.diff |   14 --------------
 4 files changed, 11 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44f8adc..83a5e20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 south-0.7.1.tar.gz
 /south-0.7.2.tar.gz
+/south-0.7.3.tar.gz
diff --git a/Django-south.spec b/Django-south.spec
index 55aec65..d1653c2 100644
--- a/Django-south.spec
+++ b/Django-south.spec
@@ -1,22 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           Django-south
-Version:        0.7.2
-Release:        2%{?dist}
+Version:        0.7.3
+Release:        1%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://south.aeracode.org
-#hg clone -r 371 https://bitbucket.org/andrewgodwin/south/ Django-south-0.6
-#tar zcf Django-south-0.6.tar.gz Django-south-0.6
-#Source:         Django-south-%{version}.tar.gz
 Source:         http://www.aeracode.org/releases/south/south-%{version}.tar.gz
-Patch1:         south-remove-extra.diff
+#Patch1:         south-remove-extra.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools-devel Django
+BuildRequires:  python-devel python-setuptools-devel 
 Requires:       Django
 
 %description
@@ -26,8 +23,7 @@ all the hassle schema changes over time bring to your Django applications.
 
 %prep
 %setup -q -n south
-#%setup -q -n %{name}-%{version}
-%patch1
+#%patch1
 
 %build
 %{__python} setup.py build
@@ -45,19 +41,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Dec 20 2010 Domingo Becker <domingobecker at gmail.com> - 0.7.3-1
+- New upstream version.
 
-* Thu Nov 05 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.2-2
-- Added patch by beckerde
-
-* Thu Nov 04 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.2-1
+* Mon Sep 27 2010 Domingo Becker <domingobecker at gmail.com> - 0.7.2-1
 - Updated to 0.7.2 Release
+- A patch is included for python 2.4 compatibility
 
 * Sat Jul 24 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.1-2
 - Updated to 0.7.1 Release
 
-* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
-
 * Sat Oct 24 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6.1-1
 - Updated to 0.6.1 Release
 
diff --git a/sources b/sources
index e9d1f32..ca0a35f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c6b60b38a9464509f2671ae540e1446  south-0.7.2.tar.gz
+693a2a7a57b29c49bc177fe951e04767  south-0.7.3.tar.gz


More information about the scm-commits mailing list