From 252892f2c754484a275e06830454f101be22b82f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 20 Sep 2005 10:05:30 +0000 Subject: [PATCH] - Apply upstream patch to fix scanning in LaserJets and parallel InkJets. --- hplip.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index d400ce9..f54b581 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 0.9.5 -Release: 2 +Release: 3 License: GPL/MIT/BSD Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -11,6 +11,7 @@ Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.t Patch1: hplip-compile.patch Patch2: hplip-desktop.patch Patch3: hplip-config.patch +Patch4: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/hplip-0.9.5-2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -61,6 +62,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Use static IP ports (for SELinux policy). %patch3 -p1 -b .config +# Apply upstream patch to fix scanning in LaserJets and parallel InkJets. +%patch4 -p1 -b .config + %build %configure make @@ -141,6 +145,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Tue Sep 20 2005 Tim Waugh 0.9.5-3 +- Apply upstream patch to fix scanning in LaserJets and parallel InkJets. + * Mon Sep 19 2005 Tim Waugh 0.9.5-2 - 0.9.5. - No longer need condrestart patch.