[Django-south/f13/master] Added patch for 0.7.2

Diego Búrigo Zacarão diegobz at fedoraproject.org
Sat Nov 6 16:27:53 UTC 2010


commit 089787077386a527a8d8b74da1f603c3feea07ff
Author: Diego Búrigo Zacarão <diegobz at gmail.com>
Date:   Sat Nov 6 18:27:45 2010 +0200

    Added patch for 0.7.2

 Django-south.spec       |   13 ++++++++-----
 south-remove-extra.diff |   14 ++++++++++++++
 2 files changed, 22 insertions(+), 5 deletions(-)
---
diff --git a/Django-south.spec b/Django-south.spec
index 794ba8e..44057c4 100644
--- a/Django-south.spec
+++ b/Django-south.spec
@@ -2,7 +2,7 @@
 
 Name:           Django-south
 Version:        0.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
 Group:          Development/Languages
@@ -12,10 +12,11 @@ URL:            http://south.aeracode.org
 #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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools-devel 
+BuildRequires:  python-devel python-setuptools-devel
 Requires:       Django
 
 %description
@@ -26,6 +27,7 @@ all the hassle schema changes over time bring to your Django applications.
 %prep
 %setup -q -n south
 #%setup -q -n %{name}-%{version}
+%patch1
 
 %build
 %{__python} setup.py build
@@ -43,15 +45,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+
+* 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
 - Updated to 0.7.2 Release
 
 * 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/south-remove-extra.diff b/south-remove-extra.diff
new file mode 100644
index 0000000..e5786e4
--- /dev/null
+++ b/south-remove-extra.diff
@@ -0,0 +1,14 @@
+Index: south/db/generic.py
+===================================================================
+--- south/db/generic.py	(revision e7599dd243bf99307019776d653810cf2c68105d)
++++ south/db/generic.py	(revision b4854b03c82637c58f501bb528331c55c722638c)
+@@ -127,8 +127,5 @@
+             print "   = %s" % sql, params
+ 
+-        get_logger().debug('south execute "%s" with params "%s"' % (sql, params), extra={
+-            'sql': sql,
+-            'params': params,
+-        })
++        get_logger().debug('south execute "%s" with params "%s"' % (sql, params))
+ 
+         if self.dry_run:


More information about the scm-commits mailing list