Skip to content

Commit

Permalink
#1694: disable webp in pillow so we only pull one library: our own
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@17473 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 23, 2017
1 parent d725fe2 commit 41fd811
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rpmbuild/python-pillow.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%if 0%{?el7}
%global with_python3 0
%global with_filter 1
%global with_webp 1
%global with_webp 0
%global lcms lcms2
%endif
%if 0%{?fedora}
Expand All @@ -33,7 +33,7 @@

Name: python2-pillow
Version: 4.3.0
Release: 1%{?snap}%{?dist}
Release: 2%{?snap}%{?dist}
Summary: Python image processing library

# License: see http://www.pythonware.com/products/pil/license.htm
Expand Down Expand Up @@ -290,6 +290,9 @@ rm -rf $RPM_BUILD_ROOT%{_bindir}
%endif

%changelog
* Thu Nov 23 2017 Antoine Martin <antoine@devloop.org.uk> - 4.3.0-2
- don't link with webp on CentOS, so we can use our private library in xpra without conflicting

* Mon Oct 09 2017 Antoine Martin <antoine@devloop.org.uk> - 4.3.0-1
- new upstream release

Expand Down

0 comments on commit 41fd811

Please sign in to comment.