bump to latest release 0.11.1
Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
parent
509d695f84
commit
1b468ddeb3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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 <relrod@redhat.com> - 1:0.11.1-1
|
||||
- Latest upstream release.
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.1-9
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user