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

Domingo Becker beckerde at fedoraproject.org
Thu May 31 13:09:45 UTC 2012


commit 8587bb95597d33a7a6575ab24f2094185f8aabb4
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Thu May 31 10:09:41 2012 -0300

    New upstream version (#826802).

 .gitignore         |    1 +
 Django-south.spec  |   18 ++++++++++--------
 sources            |    2 +-
 south-0.7.3.tar.gz |  Bin 112673 -> 0 bytes
 4 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83a5e20..9fba2f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 south-0.7.1.tar.gz
 /south-0.7.2.tar.gz
 /south-0.7.3.tar.gz
+/south-0.7.5.tar.gz
diff --git a/Django-south.spec b/Django-south.spec
index a97d0dc..9338495 100644
--- a/Django-south.spec
+++ b/Django-south.spec
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           Django-south
-Version:        0.7.3
-Release:        2%{?dist}
+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
 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
@@ -22,8 +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
-#%patch1
+%setup -q -n South-%{version}
 
 %build
 %{__python} setup.py build
@@ -37,16 +35,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc docs/
 %{python_sitelib}/*
 
 %changelog
-* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* 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.
 
 * 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
diff --git a/sources b/sources
index ca0a35f..f24cf8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-693a2a7a57b29c49bc177fe951e04767  south-0.7.3.tar.gz
+69c73d67c953249f9c33a85de3ed5321  south-0.7.5.tar.gz


More information about the scm-commits mailing list