--- Django-south.spec.1 2010-09-27 11:38:19.412479652 -0300 +++ Django-south.spec 2010-09-27 10:53:03.914487614 -0300 @@ -1,17 +1,15 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: Django-south -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.7.2 +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 @@ -25,7 +23,7 @@ %prep %setup -q -n south -#%setup -q -n %{name}-%{version} +%patch1 %build %{__python} setup.py build @@ -43,6 +41,10 @@ %{python_sitelib}/* %changelog +* Mon Sep 27 2010 Domingo Becker - 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 0.7.1-2 - Updated to 0.7.1 Release