[Django-south/el6] New upstream version (#826802).

Domingo Becker beckerde at fedoraproject.org
Thu May 31 13:37:11 UTC 2012


commit 135959aee3c1bbfa30fde6344536b15c7b695702
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Thu May 31 10:37:06 2012 -0300

    New upstream version (#826802).

 .gitignore              |    1 +
 Django-south.spec       |   28 +++++++++++++++++-----------
 sources                 |    2 +-
 south-remove-extra.diff |   14 --------------
 4 files changed, 19 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6204ed8..673d372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 south-0.6.1.tar.gz
 /south-0.7.2.tar.gz
+/south-0.7.5.tar.gz
diff --git a/Django-south.spec b/Django-south.spec
index ae362d8..9338495 100644
--- a/Django-south.spec
+++ b/Django-south.spec
@@ -1,22 +1,18 @@
 %{!?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
+Version:        0.7.5
 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
 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
@@ -25,9 +21,7 @@ provide a simple, stable and database-independent migration layer to prevent
 all the hassle schema changes over time bring to your Django applications.
 
 %prep
-%setup -q -n south
-#%setup -q -n %{name}-%{version}
-%patch1
+%setup -q -n South-%{version}
 
 %build
 %{__python} setup.py build
@@ -41,14 +35,26 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc docs/
 %{python_sitelib}/*
 
 %changelog
+* Thu May 31 2012 Domingo Becker <domingobecker at gmail.com> - 0.7.5-1
+- New upstream version.
+- Remove docs dir in files section.
+- Fixed unpacked directory name.
 
-* Thu Nov 06 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.2-1
+* 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
+
+* 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
 
 * 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..f24cf8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c6b60b38a9464509f2671ae540e1446  south-0.7.2.tar.gz
+69c73d67c953249f9c33a85de3ed5321  south-0.7.5.tar.gz


More information about the scm-commits mailing list