Hello community, here is the log from the commit of package python-Pillow for openSUSE:Leap:15.2 checked in at 2020-06-04 16:02:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-Pillow (Old) and /work/SRC/openSUSE:Leap:15.2/.python-Pillow.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pillow" Thu Jun 4 16:02:03 2020 rev:17 rq:811073 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-Pillow/python-Pillow.changes 2020-01-15 15:46:09.043347620 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-Pillow.new.3606/python-Pillow.changes 2020-06-04 16:03:33.831498249 +0200 @@ -1,0 +2,8 @@ +Wed Jun 3 09:57:33 UTC 2020 - Antonio Larrosa <[email protected]> + +- Rename patch and add support for freetype2 2.10 font metrics + (boo#1172353): + * freetype-2.9.patch + * freetype-2.9-and-2.10.patch + +------------------------------------------------------------------- Old: ---- freetype-2.9.patch New: ---- freetype-2.9-and-2.10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pillow.spec ++++++ --- /var/tmp/diff_new_pack.4Jm8oZ/_old 2020-06-04 16:03:34.191499453 +0200 +++ /var/tmp/diff_new_pack.4Jm8oZ/_new 2020-06-04 16:03:34.191499453 +0200 @@ -31,8 +31,8 @@ Group: Development/Languages/Python Url: http://python-imaging.github.io/ Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz -# PATCH-FIX-UPSTREAM freetype-2.9.patch https://github.com/python-pillow/Pillow/issues/2954 -Patch1: freetype-2.9.patch +# PATCH-FIX-UPSTREAM freetype-2.9-and-2.10.patch https://github.com/python-pillow/Pillow/issues/2954 boo#1172353 +Patch1: freetype-2.9-and-2.10.patch Patch2: pillow-non-iterable.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module olefile} ++++++ freetype-2.9-and-2.10.patch ++++++ Index: Pillow-5.0.0/Tests/test_imagefont.py =================================================================== --- Pillow-5.0.0.orig/Tests/test_imagefont.py +++ Pillow-5.0.0/Tests/test_imagefont.py @@ -58,6 +58,12 @@ class TestImageFont(PillowTestCase): ('2', '8'): {'multiline': 6.2, 'textsize': 2.5, 'getters': (12, 16)}, + ('2', '9'): {'multiline': 6.2, + 'textsize': 2.5, + 'getters': (12, 16)}, + ('2', '10'): {'multiline': 6.2, + 'textsize': 2.5, + 'getters': (12, 16)}, 'Default': {'multiline': 0.5, 'textsize': 0.5, 'getters': (12, 16)},
