Update to 2.5.2

This commit is contained in:
Sandro Mani 2014-08-13 23:58:11 +02:00
parent 92e3ea48e7
commit 45c60651a4
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/python-imaging-Pillow-2.4.0-0-g72de37c.tar.gz /python-imaging-Pillow-2.4.0-0-g72de37c.tar.gz
/python-pillow-Pillow-2.5.0-0-g80d6137.tar.gz /python-pillow-Pillow-2.5.0-0-g80d6137.tar.gz
/python-pillow-Pillow-2.5.1-0-g1ab78b8.tar.gz /python-pillow-Pillow-2.5.1-0-g1ab78b8.tar.gz
/python-pillow-Pillow-2.5.2-0-g4081f9f.tar.gz

View File

@ -17,7 +17,7 @@
# Refer to the comment for Source0 below on how to obtain the source tarball # Refer to the comment for Source0 below on how to obtain the source tarball
# The saved file has format python-imaging-Pillow-$version-$ahead-g$shortcommit.tar.gz # The saved file has format python-imaging-Pillow-$version-$ahead-g$shortcommit.tar.gz
%global commit 1ab78b8fb7e1f7078dd110bc8d9fba3cc0006e51 %global commit 4081f9f6a504c9d3b83237fafdecf2be042976a8
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ahead 0 %global ahead 0
@ -27,8 +27,8 @@
%endif %endif
Name: python-pillow Name: python-pillow
Version: 2.5.1 Version: 2.5.2
Release: 2%{?snap}%{?dist} Release: 1%{?snap}%{?dist}
Summary: Python image processing library Summary: Python image processing library
# License: see http://www.pythonware.com/products/pil/license.htm # License: see http://www.pythonware.com/products/pil/license.htm
@ -369,6 +369,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Aug 13 2014 Sandro Mani <manisandro@gmail.com> - 2.5.2-1
- Update to 2.5.2 (Fix CVE-2014-3589, a DOS in the IcnsImagePlugin)
* Sat Jul 26 2014 Sandro Mani <manisandro@gmail.com> - 2.5.1-2 * Sat Jul 26 2014 Sandro Mani <manisandro@gmail.com> - 2.5.1-2
- Reenable jpeg2k tests on big endian arches - Reenable jpeg2k tests on big endian arches

View File

@ -1 +1 @@
a898e893d586cd431ae3f1910178af8e python-pillow-Pillow-2.5.1-0-g1ab78b8.tar.gz 5c1f8cfa98e55c4b45885d5b072c51fa python-pillow-Pillow-2.5.2-0-g4081f9f.tar.gz