From a412a18c7dfee567d014ae7ef45de139f8991d8a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 18 Apr 2006 15:48:48 +0000 Subject: [PATCH] - Fixed another case-sensitive match. --- hplip.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hplip.spec b/hplip.spec index b89163d..b15b321 100644 --- a/hplip.spec +++ b/hplip.spec @@ -170,6 +170,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Tue Apr 18 2006 Tim Waugh +- Fixed another case-sensitive match. + * Tue Apr 4 2006 Tim Waugh 0.9.10-4 - Use case-insensitive matching. 0.9.8 gave all-uppercase in some situations.