From e292c714d3fce7e25924b4f1a0f7582d8b7e04b4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 21 Apr 2006 10:52:37 +0000 Subject: [PATCH] - Patchlevel 2. --- hplip.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/hplip.spec b/hplip.spec index 16c1b77..f5473c0 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 0.9.10 -Release: 5 +Release: 6 License: GPL/MIT/BSD Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -14,9 +14,8 @@ Patch1: hplip-desktop.patch Patch2: hplip-config.patch Patch3: hplip-quiet.patch Patch4: hplip-cups-backend.patch -Patch5: hplip-strcasecmp.patch Patch6: hplip-revert-hpijs.patch -Patch7: hplip-0.9.10-1.patch +Patch7: hplip-0.9.10-2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -75,15 +74,11 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Always use /usr/lib/cups/backend. %patch4 -p1 -b .cups-backend -# Use case-insensitive matching. 0.9.10 gave all-uppercase in some -# situations. -%patch5 -p1 -b .strcasecmp - # Last known working hpijs comes from 0.9.8, so use that. %patch6 -p1 -b .revert-hpijs # Patchlevel 1. -%patch7 -p1 -b .0.9.10-1 +%patch7 -p1 -b .0.9.10-2 autoconf # for patch4 @@ -183,6 +178,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Fri Apr 21 2006 Tim Waugh 0.9.10-6 +- Patchlevel 2. + * Wed Apr 19 2006 Tim Waugh - Don't package COPYING twice (bug #189162).