[python-django-evolution] New upstream release 0.7

Stephen Gallagher sgallagh at fedoraproject.org
Fri May 9 15:32:27 UTC 2014


commit 8e0518ce78f2494e1c7da025fe82a12dac1cb57b
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Sun Feb 9 11:41:10 2014 +0100

    New upstream release 0.7
    
    - http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7.NEWS

 .gitignore                   |    1 +
 python-django-evolution.spec |   22 +++++++++++++++-------
 sources                      |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17565c9..e2b4851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /django_evolution-0.6.7.tar.gz
 /django_evolution-0.6.9.tar.gz
+/django_evolution-0.7.tar.gz
diff --git a/python-django-evolution.spec b/python-django-evolution.spec
index 54a6024..eaadabf 100644
--- a/python-django-evolution.spec
+++ b/python-django-evolution.spec
@@ -1,12 +1,12 @@
 Name:           python-django-evolution
-Version:        0.6.9
-Release:        2%{?dist}
+Version:        0.7
+Release:        5%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://code.google.com/p/django-evolution/
-Source0:        http://pypi.python.org/packages/source/d/django_evolution/django_evolution-%{version}.tar.gz
+Source0:        http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -15,8 +15,8 @@ BuildRequires:  python-nose
 BuildRequires:  python-coverage
 BuildRequires:  pyflakes
 BuildRequires:  python-sqlite
-BuildRequires:  python-django >= 1.1.1
-Requires:       python-django >= 1.1.1
+BuildRequires:  python-django >= 1.4.10
+Requires:       python-django >= 1.4.10
 
 Provides:       django-evolution = %{version}-%{release}
 Obsoletes:      django-evolution < 0.6.7-4
@@ -55,11 +55,19 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
 
 
 %files
-%doc AUTHORS LICENSE README docs/
+%doc AUTHORS LICENSE NEWS PKG-INFO docs/
 %{python_sitelib}/django_evolution/*
 %{python_sitelib}/django_evolution-%{version}*.egg-info
 
 %changelog
+* 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
+
+* Wed Jan 22 2014 Stephen Gallagher <sgallagh at redhat.com> - 0.7-4.beta1
+- New upstream release 0.7beta1
+- http://downloads.reviewboard.org/releases/django-evolution/0.7/django_evolution-0.7beta1.NEWS
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -84,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/tests
 * Wed Jul 11 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.7-2
 - Rename package to python-django-evolution
 
-* Tue Apr 19 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.7-1
+* Thu Apr 19 2012 Stephen Gallagher <sgallagh at redhat.com> - 0.6.7-1
 - New upstream release 0.6.7
 - Fixes issue where an app listed in INSTALLED_APPS that didn't contain models
   would error out when installing a baseline evolution.
diff --git a/sources b/sources
index d9b417e..0baae0a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c0d7d10bc41898c88b14d434c48766ff  django_evolution-0.6.9.tar.gz
+1c191fc189e159ceaf1825d41bebe232  django_evolution-0.7.tar.gz


More information about the scm-commits mailing list