diff --git a/.gitignore b/.gitignore index 9c24b60..28f2682 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ results_* /Flask-0.8.1.tar.gz /Flask-0.9.tar.gz /Flask-0.10.1.tar.gz +/Flask-0.11.1.tar.gz diff --git a/python-flask.spec b/python-flask.spec index 7e06cd9..8e0893d 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -5,11 +5,11 @@ %endif %global srcname Flask -%global srcversion 0.10.1 +%global srcversion 0.11.1 Name: python-flask -Version: 0.10.1 -Release: 9%{?dist} +Version: %{srcversion} +Release: 1%{?dist} Epoch: 1 Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions @@ -180,6 +180,9 @@ popd %changelog +* Tue Aug 16 2016 Ricky Elrod - 1:0.11.1-1 +- Latest upstream release. + * Tue Jul 19 2016 Fedora Release Engineering - 1:0.10.1-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 5f2781c..d5fbbe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -378670fe456957eb3c27ddaef60b2b24 Flask-0.10.1.tar.gz +d2af95d8fe79cf7da099f062dd122a08 Flask-0.11.1.tar.gz