From 06be647589a816bd9ff080685136d5264b4827a8 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 13 Feb 2007 13:10:55 +0000 Subject: [PATCH] - 0.7.52: - Sort models using cups.modelSort before scanning for a close match (bug #228505). - Fixed matching logic (bug #228505). - Resolves: rhbz#228505 rhbz#228505 --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7828ee4..fa781a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -92,3 +92,4 @@ system-config-printer-0.7.47.tar.bz2 system-config-printer-0.7.49.tar.bz2 system-config-printer-0.7.50.tar.bz2 system-config-printer-0.7.51.tar.bz2 +system-config-printer-0.7.52.tar.bz2 diff --git a/sources b/sources index 9439a1f..4add676 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2 -cb3cda33fc4935257233806c4a368171 system-config-printer-0.7.51.tar.bz2 +67d305f4149323a24b4ba5233f4c4898 system-config-printer-0.7.52.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 5c2e69f..db91e0c 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -2,7 +2,7 @@ Summary: A printer administration tool Name: system-config-printer -Version: 0.7.51 +Version: 0.7.52 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -112,6 +112,12 @@ if [ "$1" = "0" ]; then fi %changelog +* Tue Feb 13 2007 Tim Waugh 0.7.52-1 +- 0.7.52: + - Sort models using cups.modelSort before scanning for a close + match (bug #228505). + - Fixed matching logic (bug #228505). + * Fri Feb 9 2007 Tim Waugh 0.7.51-1 - 0.7.51: - Prevent display glitch in job options list when clicking on a printer