Update to 2.3.1

This commit is contained in:
Sandro Mani 2014-03-19 00:22:06 +01:00
parent 29b0e8d8ed
commit 80090e2b81

View File

@ -14,7 +14,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 b1b88cf4d255c4b9faf1dae05faaa78091268cb1 %global commit b8d4895bd5c41fce88a8ad436672bd8033414797
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ahead 0 %global ahead 0
@ -24,8 +24,8 @@
%endif %endif
Name: python-pillow Name: python-pillow
Version: 2.3.0 Version: 2.3.1
Release: 5%{?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
@ -364,6 +364,9 @@ popd
%endif %endif
%changelog %changelog
* Wed Mar 19 2014 Sndro Mani <manisandro@gmail.com> - 2.3.1-1
- Update to 2.3.1 (Fix insecure use of tempfile.mktemp (CVE-2014-1932 CVE-2014-1933))
* Thu Mar 13 2014 Jakub Dorňák <jdornak@redhat.com> - 2.3.0-5 * Thu Mar 13 2014 Jakub Dorňák <jdornak@redhat.com> - 2.3.0-5
- python-pillow does not provide python3-imaging - python-pillow does not provide python3-imaging
(python3-pillow does) (python3-pillow does)