From 0517ab343341bb640f60cf796f7be42963a2fe6b Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 18 Aug 2009 09:03:00 +0000 Subject: [PATCH] - Removed unnecessary dependency on PyQt as we only use PyQt4 now. --- hplip.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index c092c9f..8023fa1 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.9.8 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -57,7 +57,6 @@ Libraries needed by HPLIP. Summary: HPLIP graphical tools Group: Applications/System License: BSD -Requires: PyQt Requires: PyQt4 Requires: python-reportlab Requires(post): desktop-file-utils >= 0.2.92 @@ -314,6 +313,9 @@ fi exit 0 %changelog +* Tue Aug 18 2009 Tim Waugh 3.9.8-5 +- Removed unnecessary dependency on PyQt as we only use PyQt4 now. + * Wed Aug 12 2009 Tim Waugh 3.9.8-4 - Upstream patch to fix paper size order and LJColor device class color space.