diff --git a/.gitignore b/.gitignore index a55c3f4..fc2de8a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /python-pillow-Pillow-2.9.0-0-g80672b6.tar.gz /python-pillow-Pillow-3.0.0-0-g0177cce.tar.gz /python-pillow-Pillow-3.1.0-0-gfff5536.tar.gz +/python-pillow-Pillow-3.1.1-0-geb72bf8.tar.gz diff --git a/python-pillow.spec b/python-pillow.spec index cb1cbe2..7c6381b 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -17,7 +17,7 @@ # Refer to the comment for Source0 below on how to obtain the source tarball # The saved file has format python-pillow-Pillow-$version-$ahead-g$shortcommit.tar.gz -%global commit fff5536b37c2d619c66c1189b6925fa0a8df3822 +%global commit eb72bf86fb867841f8a9e192e43e511bf4618709 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ahead 0 @@ -27,8 +27,8 @@ %endif Name: python-pillow -Version: 3.1.0 -Release: 2%{?snap}%{?dist} +Version: 3.1.1 +Release: 1%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -354,6 +354,10 @@ popd %endif %changelog +* Thu Feb 04 2016 Sandro Mani - 3.1.1-1 +- Update to 3.1.1 +- Fixes CVE-2016-0740, CVE-2016-0775 + * Mon Jan 11 2016 Toshio Kuratomi - 3.1.0-2 - Fix executable files in doc package bringing in python 2 for the python3 doc packages diff --git a/sources b/sources index 5e69e2c..0ec9e40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cc1a907d913b8c6edba829f9744a652 python-pillow-Pillow-3.1.0-0-gfff5536.tar.gz +4450f0f2e7d32b1abd2bf3d11b9ab7d1 python-pillow-Pillow-3.1.1-0-geb72bf8.tar.gz