Hello community,
here is the log from the commit of package python-django-athumb for
openSUSE:Factory checked in at 2016-11-05 21:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-athumb (Old)
and /work/SRC/openSUSE:Factory/.python-django-athumb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-athumb"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-athumb/python-django-athumb.changes
2015-05-24 19:35:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-athumb.new/python-django-athumb.changes
2016-11-05 21:25:59.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Sep 24 16:39:12 UTC 2016 - [email protected]
+
+- Change Requires: python-Pillow to python-imaging for compatibility
+ with SLE-12 which provides PIL instead of Pillow.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-athumb.spec ++++++
--- /var/tmp/diff_new_pack.qr2lAb/_old 2016-11-05 21:26:00.000000000 +0100
+++ /var/tmp/diff_new_pack.qr2lAb/_new 2016-11-05 21:26:00.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-athumb
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: python-django-athumb
Version: 2.0
Release: 0
@@ -27,10 +28,10 @@
BuildRequires: python-boto
BuildRequires: python-devel
BuildRequires: python-django
-BuildRequires: python-Pillow
+BuildRequires: python-imaging
Requires: python-boto
Requires: python-django
-Requires: python-Pillow
+Requires: python-imaging
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else