Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2018-12-14 20:46:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pillow.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pillow"

Fri Dec 14 20:46:07 2018 rev:32 rq:655609 version:5.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes      
2018-10-12 13:09:22.875411888 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new.28833/python-Pillow.changes   
2018-12-14 20:46:08.669612263 +0100
@@ -1,0 +2,6 @@
+Thu Dec  6 12:18:06 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix fdupes call
+- Fix some version conditionals
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Pillow.spec ++++++
--- /var/tmp/diff_new_pack.G0lhiD/_old  2018-12-14 20:46:10.125610254 +0100
+++ /var/tmp/diff_new_pack.G0lhiD/_new  2018-12-14 20:46:10.153610215 +0100
@@ -18,7 +18,7 @@
 
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?is_opensuse} || 0%{?suse_version} > 1330
+%if 0%{?is_opensuse} || 0%{?suse_version} >= 1500
 %bcond_without tk
 %else
 %bcond_with tk
@@ -51,7 +51,7 @@
 %if %{with tk}
 BuildRequires:  %{python_module tk}
 %endif
-%if 0%{?suse_version} > 1315
+%if 0%{?suse_version} >= 1500
 BuildRequires:  openjpeg2-devel
 %endif
 %ifpython2
@@ -100,7 +100,7 @@
 %install
 %python_install
 
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 # add missing path
 %{python_expand echo "PIL" > %{buildroot}%{$python_sitearch}/PIL.pth}
 


Reply via email to