[python-django-evolution] New upstream release 0.7.1

Stephen Gallagher sgallagh at fedoraproject.org
Thu May 22 12:04:18 UTC 2014


commit 5307bcda0560277f9ceab3d1a08456ed1c75a992
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu May 22 08:01:28 2014 -0400

    New upstream release 0.7.1
    
    - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.1.NEWS
    - Fixed a crash from no-op column renames on MySQL

 .gitignore                   |    1 +
 python-django-evolution.spec |    9 +++++++--
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2b4851..09be3e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /django_evolution-0.6.7.tar.gz
 /django_evolution-0.6.9.tar.gz
 /django_evolution-0.7.tar.gz
+/django_evolution-0.7.1.tar.gz
diff --git a/python-django-evolution.spec b/python-django-evolution.spec
index eaadabf..6bc9c30 100644
--- a/python-django-evolution.spec
+++ b/python-django-evolution.spec
@@ -1,6 +1,6 @@
 Name:           python-django-evolution
-Version:        0.7
-Release:        5%{?dist}
+Version:        0.7.1
+Release:        1%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -60,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
+* Thu May 22 2014 Stephen Gallagher <sgallagh at redhat.com> 0.7.1-1
+- New upstream release 0.7.1
+- http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.1.NEWS
+- Fixed a crash from no-op column renames on MySQL
+
 * Sun Feb 09 2014 Stephen Gallagher <sgallagh at redhat.com> 0.7-5
 - New upstream release 0.7
 - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.NEWS
diff --git a/sources b/sources
index 0baae0a..0d53d95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c191fc189e159ceaf1825d41bebe232  django_evolution-0.7.tar.gz
+c8b33476ad01fb3190b06f5dfc8ab8a2  django_evolution-0.7.1.tar.gz


More information about the scm-commits mailing list