[Django-south/el6/master] Still stuff around 0.7.2

Diego Búrigo Zacarão diegobz at fedoraproject.org
Sat Nov 6 17:35:38 UTC 2010


commit fe818a0d47583cd268f9b8c77432aa0ab6b400ec
Author: Diego Búrigo Zacarão <diegobz at gmail.com>
Date:   Sat Nov 6 19:35:33 2010 +0200

    Still stuff around 0.7.2

 Django-south.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/Django-south.spec b/Django-south.spec
index 9a920f6..ae362d8 100644
--- a/Django-south.spec
+++ b/Django-south.spec
@@ -1,9 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define vcstag rc1
-
 Name:           Django-south
-Version:        0.6.1
+Version:        0.7.2
 Release:        1%{?dist}
 Summary:        Intelligent schema migrations for Django apps
 
@@ -14,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
@@ -28,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
@@ -45,6 +45,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+
+* Thu Nov 06 2010 Diego Búrigo Zacarão <diegobz at gmail.com> 0.7.2-1
+- Added patch by beckerde
+- Updated to 0.7.2 Release
+
 * Sat Oct 24 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.6.1-1
 - Updated to 0.6.1 Release
 


More information about the scm-commits mailing list