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 - 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 - 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