Hello community,

here is the log from the commit of package python3-Pillow for openSUSE:Factory 
checked in at 2014-06-24 22:45:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Pillow (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Pillow.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Pillow"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Pillow/python3-Pillow.changes    
2013-12-17 10:03:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Pillow.new/python3-Pillow.changes       
2014-06-24 22:45:50.000000000 +0200
@@ -1,0 +2,13 @@
+Thu May  8 13:23:33 UTC 2014 - toddrme2...@gmail.com
+
+- New upstream release 2.4.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.4.0
+- New upstream release 2.3.0. For details see
+  https://pypi.python.org/pypi/Pillow/2.3.0
+- symlink alternatives files, as requested from Coolo, in order to
+  get rid of suse version conditional
+- Drop use-recommended-freetype-include.patch: merged on upstream
+- Build with liblcms2 instead of liblcms due to upstream switching
+  library.
+
+-------------------------------------------------------------------

Old:
----
  Pillow-2.2.1.zip
  use-recommended-freetype-include.patch

New:
----
  Pillow-2.4.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-Pillow.spec ++++++
--- /var/tmp/diff_new_pack.HgTL7k/_old  2014-06-24 22:45:52.000000000 +0200
+++ /var/tmp/diff_new_pack.HgTL7k/_new  2014-06-24 22:45:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Pillow
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:           python3-Pillow
-Version:        2.2.1
+Version:        2.4.0
 Release:        0
 Summary:        Python Imaging Library (Fork)
 License:        HPND
 Group:          Development/Languages/Python
 Url:            http://python-imaging.github.io/
 Source:         
https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.zip
-# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
-# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
-Patch0:         use-recommended-freetype-include.patch
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-tk
@@ -35,10 +32,10 @@
 BuildRequires:  unzip
 %if 0%{?suse_version} > 1210
 BuildRequires:  libjpeg8-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libwebp-devel
 %endif
 BuildRequires:  freetype2-devel
-BuildRequires:  liblcms-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
 Requires(post): update-alternatives
@@ -60,16 +57,17 @@
 
 %prep
 %setup -q -n Pillow-%{version}
-%patch0 -p1
 
 %build
-CFLAGS="%{optflags}" python3 setup.py build
+# no need to build it here, as setup.py install will build it again, anyway
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in pilconvert pildriver pilfile pilfont pilprint ; do
   mv %{buildroot}%{_bindir}/$p.py %{buildroot}%{_bindir}/$p-%{py3_ver}
   ln -s %{_bindir}/$p-%{py3_ver} %{buildroot}%{_bindir}/$p
+  ln -s %{_bindir}/$p-%{py3_ver} %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
 %check

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to