Update to 2.8.1
This commit is contained in:
parent
506a4f0e0f
commit
51fae54548
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/python-pillow-Pillow-2.6.1-0-g4a8471d.tar.gz
|
/python-pillow-Pillow-2.6.1-0-g4a8471d.tar.gz
|
||||||
/python-pillow-Pillow-2.7.0-0-g0f05eb2.tar.gz
|
/python-pillow-Pillow-2.7.0-0-g0f05eb2.tar.gz
|
||||||
/python-pillow-Pillow-2.8.0-0-gd754598.tar.gz
|
/python-pillow-Pillow-2.8.0-0-gd754598.tar.gz
|
||||||
|
/python-pillow-Pillow-2.8.1-0-g3f09b8f.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-pillow-Pillow-$version-$ahead-g$shortcommit.tar.gz
|
# The saved file has format python-pillow-Pillow-$version-$ahead-g$shortcommit.tar.gz
|
||||||
%global commit d754598f146f868e8cd7d247b3af6cf3f3c8d510
|
%global commit 3f09b8f1715b018e8249337f1432070301c61e18
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global ahead 0
|
%global ahead 0
|
||||||
|
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-pillow
|
Name: python-pillow
|
||||||
Version: 2.8.0
|
Version: 2.8.1
|
||||||
Release: 1%{?snap}%{?dist}
|
Release: 1%{?snap}%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
@ -342,6 +342,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 02 2015 Sandro Mani <manisandro@gmail.com> - 2.8.1-1
|
||||||
|
- Update to 2.8.1
|
||||||
|
|
||||||
* Wed Apr 01 2015 Sandro Mani <manisandro@gmail.com> - 2.8.0-1
|
* Wed Apr 01 2015 Sandro Mani <manisandro@gmail.com> - 2.8.0-1
|
||||||
- Update to 2.8.0
|
- Update to 2.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user