From b8ee1f2ff05fcf34660f3b117ebe2b8b1ecb75d8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 29 Jul 2015 18:35:52 +0200 Subject: [PATCH] Fix python3-pillow-tk Requires: tkinter -> python3-tkinter (#1248085) --- python-pillow.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 529855f..db16d22 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -28,7 +28,7 @@ Name: python-pillow Version: 2.9.0 -Release: 1%{?snap}%{?dist} +Release: 2%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -170,7 +170,7 @@ Documentation for %{name3}. Summary: Tk interface for %{name3} Group: System Environment/Libraries Requires: %{name3}%{?_isa} = %{version}-%{release} -Requires: tkinter +Requires: python3-tkinter %description -n %{name3}-tk Tk interface for %{name3}. @@ -342,6 +342,9 @@ popd %endif %changelog +* Thu Jul 02 2015 Sandro Mani - 2.9.0-2 +- Fix python3-pillow-tk Requires: tkinter -> python3-tkinter (#1248085) + * Thu Jul 02 2015 Sandro Mani - 2.9.0-1 - Update to 2.9.0