[python-flask/f17] upstream 0.8.1 (minor bug fixes)

Haïkel Guémar hguemar at fedoraproject.org
Sun Jul 1 19:35:01 UTC 2012


commit 91ae5855b3363bbd151050338e68dea9a529ab67
Author: Haïkel Guémar <hguemar at fedoraproject.org>
Date:   Sun Jul 1 21:23:31 2012 +0200

    upstream 0.8.1 (minor bug fixes)

 .gitignore        |    1 +
 python-flask.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 020ec90..4371564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Flask-0.6.1.tar.gz
 /Flask-0.7.2.tar.gz
 /Flask-0.8.tar.gz
+/Flask-0.8.1.tar.gz
diff --git a/python-flask.spec b/python-flask.spec
index 7ca55bd..fcb3edb 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -1,10 +1,10 @@
 %{!?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
+%global srcversion 0.8.1
 
 Name:           python-flask
-Version:        0.8.0
+Version:        0.8.1
 Release:        1%{?dist}
 Summary:        A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
 
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/_build/html examples
 
 %changelog
+* Sun Jul  1 2012 Haïkel Guémar <hguemar at fedoraproject.org> - 0.8.1-1
+- upstream 0.8.1 (minor bugfixes)
+
 * Wed Jan 25 2012 Haïkel Guémar <hguemar at fedoraproject.org> - 0.8.0-1
 - upstream 0.8
 
diff --git a/sources b/sources
index f45e363..b5bd667 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5169306cfe49b3b369086f2a63816ab  Flask-0.8.tar.gz
+4b9e866bf43723d834b3ce8fcd13574d  Flask-0.8.1.tar.gz


More information about the scm-commits mailing list