From 64e8c0dbc89df4ef8f7eaf46370a4a2f10664892 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 4 Apr 2006 10:45:59 +0000 Subject: [PATCH] - Use case-insensitive matching. 0.9.8 gave all-uppercase in some situations. --- hplip.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 274bace..72e5c0f 100644 --- a/hplip.spec +++ b/hplip.spec @@ -14,6 +14,7 @@ Patch1: hplip-desktop.patch Patch2: hplip-config.patch Patch3: hplip-quiet.patch Patch4: hplip-cups-backend.patch +Patch5: hplip-strcasecmp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -71,7 +72,12 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Always use /usr/lib/cups/backend. %patch4 -p1 -b .cups-backend -autoconf + +# Use case-insensitive matching. 0.9.10 gave all-uppercase in some +# situations. +%patch5 -p1 -b .strcasecmp + +autoconf # for patch4 %build %configure --disable-foomatic-install --disable-cups-install @@ -160,6 +166,10 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Tue Apr 4 2006 Tim Waugh +- Use case-insensitive matching. 0.9.8 gave all-uppercase in some + situations. + * Tue Mar 28 2006 Tim Waugh 0.9.10-3 - Always use /usr/lib/cups/backend.