mrunge pushed to python-django (f22). "Update to 1.8 final"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 09:38:16 UTC 2015


>From e81fb2b045c52ea3946963cd688a7cb5e703106a Mon Sep 17 00:00:00 2001
From: Matthias Runge <mrunge at redhat.com>
Date: Wed, 8 Apr 2015 10:56:15 +0200
Subject: Update to 1.8 final


diff --git a/.gitignore b/.gitignore
index c04faf3..9441363 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /Django-1.8b1.tar.gz
 /Django-1.8b2.tar.gz
 /Django-1.8c1.tar.gz
+/Django-1.8.tar.gz
diff --git a/python-django.spec b/python-django.spec
index c514d12..13f996c 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -15,7 +15,7 @@
 %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
 
 %global         pkgname Django
-%global         prerelease c1
+
 
 # Tests requiring Internet connections are disabled by default
 # pass --with internet to run them (e.g. when doing a local rebuild
@@ -29,13 +29,13 @@
 Name:           python-django
 
 Version:        1.8
-Release:        0.7.%{prerelease}%{?dist}
+Release:        1%{?dist}
 Summary:        A high-level Python Web framework
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://www.djangoproject.com/
-Source0:        http://pypi.python.org/packages/source/D/Django/Django-%{version}%{prerelease}.tar.gz
+Source0:        http://pypi.python.org/packages/source/D/Django/Django-%{version}.tar.gz
 
 Patch0:         python-django-1.7-shell-completion.patch
 
@@ -133,10 +133,9 @@ principle.
 %endif
 
 %prep
-#%setup -q -n %{pkgname}-%{version}%{prerelease}
 %setup -qc
 
-mv django-%{version}%{prerelease} python2
+mv Django-%{version} python2
 pushd python2
 
 # copy LICENSE etc. to top level dir
@@ -559,7 +558,7 @@ popd
 %{python3_sitelib}/django/conf/urls/
 %{python3_sitelib}/django/conf/locale/*/*.py*
 %{python3_sitelib}/django/conf/locale/*.py*
-%{python3_sitelib}/%{pkgname}-%{version}rc1-py%{python3_version}.egg-info
+%{python3_sitelib}/%{pkgname}-%{version}-py%{python3_version}.egg-info
 %{python3_sitelib}/django/__pycache__
 %{python3_sitelib}/django/bin/__pycache__
 %{python3_sitelib}/django/conf/__pycache__
@@ -579,16 +578,19 @@ popd
 
 
 %changelog
+* Tue Apr 7 2015 Matthias Runge <mrunge at redhat.com> - 1.8-1
+- update to 1.8 final
+
 * Mon Mar 23 2015 Matthias Runge <mrunge at redhat.com> - 1.8.0.7.c1
 - modernize spec for python3
 - 1.8c1 snapshot
 - fix for CVE-2015-2316 (rhbz#1203614)
 - fix for CVE-2015-2317 (rhbz#1203616)
 
-* Tue Mar 10 2015 Matthias Runge <mrunge at redhat.com> - 1.8.0.6.b2
+* Tue Mar 10 2015 Matthias Runge <mrunge at redhat.com> - 1.8-0.6.b2
 - 1.8b2 snapshot and security fix
 
-* Wed Feb 25 2015 Matthias Runge <mrunge at redhat.com> - 1.8.0.5.b1
+* Wed Feb 25 2015 Matthias Runge <mrunge at redhat.com> - 1.8-0.5.b1
 - 1.8b1 snapshot
 
 * Mon Feb 02 2015 Matthias Runge <mrunge at redhat.com> - 1.8-0.4.a1
diff --git a/sources b/sources
index 3bcf328..c06d1d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e33847fbe1d325ed4f8586daba72e6a9  Django-1.8c1.tar.gz
+9a811faf67ca0f3e0d43e670a1cc503d  Django-1.8.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-django.git/commit/?h=f22&id=e81fb2b045c52ea3946963cd688a7cb5e703106a


More information about the scm-commits mailing list