From 9fec1ade032915202663d5cbce0b1607530cd7ef Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 25 Apr 2013 09:41:16 -0700 Subject: [PATCH] Remove Obsoletes in the python-pillow-qt subpackage. Obsoletes isn't appropriate since qt support didn't exist in the previous python-pillow package so there's no reason to drag in python-pillow-qt when updating python-pillow. --- python-pillow.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 203d3a9..601dc04 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -17,7 +17,7 @@ Name: python-pillow Version: 2.0.0 -Release: 6%{?snap}%{?dist} +Release: 7%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -122,7 +122,6 @@ Tk interface for %{name}. %package qt Summary: PIL image wrapper for Qt Group: System Environment/Libraries -Obsoletes: %{name} <= 2.0.0-5.git93a488e Requires: %{name}%{?_isa} = %{version}-%{release} Requires: PyQt4 Provides: python-imaging-qt = %{version}-%{release} @@ -351,6 +350,12 @@ popd %endif %changelog +* Thu Apr 25 2013 Toshio Kuratomi - 2.0.0-7.gitd1c6db8 +- Remove Obsoletes in the python-pillow-qt subpackage. Obsoletes isn't + appropriate since qt support didn't exist in the previous python-pillow + package so there's no reason to drag in python-pillow-qt when updating + python-pillow. + * Fri Apr 19 2013 Sandro Mani - 2.0.0-6.gitd1c6db8 - Update to latest git - python-pillow_quantization.patch now upstream