[python-django-evolution] Update to upstream version 0.6.9

Stephen Gallagher sgallagh at fedoraproject.org
Wed Mar 13 11:28:16 UTC 2013


commit c7dc2010c12f3d8a91a3244884a81b6dc563479b
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Mar 13 07:28:13 2013 -0400

    Update to upstream version 0.6.9
    
    - Fixes serious bug during upgrades from very old versions of a database where
      if an earlier evolution adds a new field and a later one modifies it, they
      will get out of sync.

 .gitignore                   |    1 +
 python-django-evolution.spec |   10 ++++++++--
 sources                      |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83ecef9..17565c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /django_evolution-0.6.7.tar.gz
+/django_evolution-0.6.9.tar.gz
diff --git a/python-django-evolution.spec b/python-django-evolution.spec
index c62977b..04bc7bc 100644
--- a/python-django-evolution.spec
+++ b/python-django-evolution.spec
@@ -1,6 +1,6 @@
 Name:           python-django-evolution
-Version:        0.6.7
-Release:        6%{?dist}
+Version:        0.6.9
+Release:        1%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -60,6 +60,12 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
+* Wed Mar 13 2013 Stephen Gallagher <sgallagh at redhat.com> - 0.6.9-1
+- Update to upstream version 0.6.9
+- Fixes serious bug during upgrades from very old versions of a database where
+  if an earlier evolution adds a new field and a later one modifies it, they
+  will get out of sync.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.7-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ff2a330..d9b417e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b8373916f53f74d701b99a6cf41409  django_evolution-0.6.7.tar.gz
+c0d7d10bc41898c88b14d434c48766ff  django_evolution-0.6.9.tar.gz


More information about the scm-commits mailing list