[django-evolution/el5] New upstream release 0.6.5 Fixed the version association for baseline evolutions for apps Added a bu

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 22 20:15:43 UTC 2011


commit f99b5f8cfb20d6cbabd92f50db3e7971b9429737
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 22 16:15:30 2011 -0400

    New upstream release 0.6.5
    Fixed the version association for baseline evolutions for apps
    Added a built-in evolution to remove the Message model in Django 1.4 SVN

 django-evolution.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/django-evolution.spec b/django-evolution.spec
index 354dd04..bf22849 100644
--- a/django-evolution.spec
+++ b/django-evolution.spec
@@ -1,8 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysonfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           django-evolution
 Version:        0.6.5
-Release:        1%{?dist}.2
+Release:        1%{?dist}.3
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
-* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-1.2
+* Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-1.3
 - Restore python_sitelib variable removed by merge
 
 * Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-1


More information about the scm-commits mailing list