[django-evolution] New upstream release 0.6.4 Unit test compatibility fixes for Django SVN Installs a baseline evolutio

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jun 23 14:36:23 UTC 2011


commit b5f560c9e3b4d5a4e481ea47d6ada06f626f9784
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jun 23 10:35:24 2011 -0400

    New upstream release 0.6.4
    Unit test compatibility fixes for Django SVN
    Installs a baseline evolution history for any new apps, preventing the
    problem where an up-to-date set of models for a new app would be installed
    on syncdb, followed by a failed evolution due to those changes having
    already been made.

 .gitignore            |    1 +
 django-evolution.spec |   10 +++++++++-
 sources               |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba11f86..f11acd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 django_evolution-0.5.tar.gz
 /django_evolution-0.6.2.tar.gz
 /django_evolution-0.6.3.tar.gz
+/django_evolution-0.6.4.tar.gz
diff --git a/django-evolution.spec b/django-evolution.spec
index 7901ff9..28e016e 100644
--- a/django-evolution.spec
+++ b/django-evolution.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           django-evolution
-Version:        0.6.3
+Version:        0.6.4
 Release:        1%{?dist}
 Summary:        Schema evolution for Django
 
@@ -64,6 +64,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/tests/*
 
 %changelog
+* Thu Jun 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.4-1
+- New upstream release 0.6.4
+- Unit test compatibility fixes for Django SVN
+- Installs a baseline evolution history for any new apps, preventing the
+- problem where an up-to-date set of models for a new app would be installed
+- on syncdb, followed by a failed evolution due to those changes having
+- already been made.
+
 * Tue May 10 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.3-1
 - New upstream release 0.6.3
 - Fixes a long-standing PostgreSQL bug with adding non-null fields with
diff --git a/sources b/sources
index 2ab488f..b01573f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8c2c7cb6c2d7693763c9cee6ab2b222  django_evolution-0.6.3.tar.gz
+070ed353c7ad010ce05622c73d2fa2c1  django_evolution-0.6.4.tar.gz


More information about the scm-commits mailing list