Update to 2.5.2
This commit is contained in:
parent
92e3ea48e7
commit
45c60651a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user