diff --git a/.gitignore b/.gitignore index eaea954..bb16e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /bottle-0.9.5.tar.gz /bottle-0.10.7.tar.gz /bottle-0.11.6.tar.gz +/bottle-0.11.7.tar.gz +/bottle-0.12.6.tar.gz diff --git a/python-bottle.spec b/python-bottle.spec index 64988a7..3001269 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,8 +1,8 @@ %global srcname bottle Name: python-%{srcname} -Version: 0.11.6 -Release: 4%{?dist} +Version: 0.12.6 +Release: 1%{?dist} Summary: Fast and simple WSGI-framework for small web-applications Group: Development/Languages @@ -67,6 +67,9 @@ popd %{python3_sitelib}/* %changelog +* Sat Jul 12 2014 Rahul Sundaram - 0.12.6-1 +- resolves rhbz#1093257 - JSON content type not restrictive enough + * Sat Jun 07 2014 Fedora Release Engineering - 0.11.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 22660c1..763db14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bafdc4e13ea2b1a3bddf36b5af108c4 bottle-0.11.6.tar.gz +3d6c5a115bc6a2e984a6d4b72d84e7c5 bottle-0.12.6.tar.gz