From 13a73ae7f573eb7981f6bad11084c48b6b54accb Mon Sep 17 00:00:00 2001 From: Haïkel Guémar Date: Jan 25 2012 19:53:46 +0000 Subject: upstream 0.8 --- diff --git a/.gitignore b/.gitignore index df729f1..020ec90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Flask-0.6.1.tar.gz /Flask-0.7.2.tar.gz +/Flask-0.8.tar.gz diff --git a/python-flask.spec b/python-flask.spec index 3a8844f..7ca55bd 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,16 +1,17 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %global srcname Flask +%global srcversion 0.8 Name: python-flask -Version: 0.7.2 -Release: 3%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions Group: Development/Libraries License: BSD URL: http://flask.pocoo.org/ -Source0: http://pypi.python.org/packages/source/F/Flask/%{srcname}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/F/Flask/%{srcname}-%{srcversion}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -42,7 +43,7 @@ Requires: %{name} = %{version}-%{release} Documentation and examples for %{name}. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{srcname}-%{srcversion} %build %{__python} setup.py build @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %doc docs/_build/html examples %changelog +* Wed Jan 25 2012 Haïkel Guémar - 0.8.0-1 +- upstream 0.8 + * Sat Jan 14 2012 Fedora Release Engineering - 0.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 6cad86e..f45e363 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6f52d8de1f536ec982b363e4b6a0387 Flask-0.7.2.tar.gz +a5169306cfe49b3b369086f2a63816ab Flask-0.8.tar.gz