Update to 2.5.3
This commit is contained in:
parent
6bc59a199f
commit
bfc51aa7ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/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.2-0-g4081f9f.tar.gz
|
||||
/python-pillow-Pillow-2.5.3-0-g68c6904.tar.gz
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
# 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
|
||||
%global commit 4081f9f6a504c9d3b83237fafdecf2be042976a8
|
||||
%global commit 68c6904c280ad872620cc8d904e6d4e6ecc5b6f9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ahead 0
|
||||
|
||||
@ -27,8 +27,8 @@
|
||||
%endif
|
||||
|
||||
Name: python-pillow
|
||||
Version: 2.5.2
|
||||
Release: 2%{?snap}%{?dist}
|
||||
Version: 2.5.3
|
||||
Release: 1%{?snap}%{?dist}
|
||||
Summary: Python image processing library
|
||||
|
||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||
@ -369,6 +369,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 19 2014 Sandro Mani <manisandro@gmail.com> - 2.5.3-1
|
||||
- Update to 2.5.3 (Fix CVE-2014-3598, a DOS in the Jpeg2KImagePlugin)
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user