From ebc5077fd05b921d029bf8b629bf44f658beef21 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 19 Sep 2007 14:00:40 +0000 Subject: [PATCH] - 0.7.74.2: - When a class is removed on the server, remove it from the UI. - When deleting a printer, select the default printer again. - Select newly-copied printer. - Updated translation (fi). - Better --help message. - Use strcoll to sort manufacturer names. - Avoid duplicate 'recommended' marks. - Remove duplicate device URIs. - Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x). --- .cvsignore | 1 + sources | 2 +- system-config-printer-0.7.74.2.tar.bz2.sig | Bin 0 -> 65 bytes system-config-printer.spec | 14 ++++++++++++-- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 system-config-printer-0.7.74.2.tar.bz2.sig diff --git a/.cvsignore b/.cvsignore index 0bc4485..a74daeb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -138,3 +138,4 @@ system-config-printer-0.7.74.tar.bz2 system-config-printer-0.7.74.1.tar.bz2 pycups-1.9.26.tar.bz2 pycups-1.9.27.tar.bz2 +system-config-printer-0.7.74.2.tar.bz2 diff --git a/sources b/sources index 488032d..ebc5a33 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b552088b418f7da5f55b24024f8bdd51 system-config-printer-0.7.74.1.tar.bz2 20b18338b46531b1b28602deb44aa07d pycups-1.9.27.tar.bz2 +f5f78d97282eab2e33a302025f31f74e system-config-printer-0.7.74.2.tar.bz2 diff --git a/system-config-printer-0.7.74.2.tar.bz2.sig b/system-config-printer-0.7.74.2.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..03ae46befd9b9e8f5cd2311f25498a89cb9ffc99 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-M)4`TX(f@P9=Dkz5dzB70H03v4osP`OoD34?^6j|I?tse8D;>T X5ZnZ>*ynM`PDi84rGM@L|8RMWYEB&} literal 0 HcmV?d00001 diff --git a/system-config-printer.spec b/system-config-printer.spec index df22f9a..dac6075 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.74.1 +Version: 0.7.74.2 Release: 1%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ @@ -128,8 +128,18 @@ if [ "$1" = "0" ]; then fi %changelog -* Wed Sep 19 2007 Tim Waugh +* Wed Sep 19 2007 Tim Waugh 0.7.74.2-1 - Updated pycups to 1.9.27. +- 0.7.74.2: + - When a class is removed on the server, remove it from the UI. + - When deleting a printer, select the default printer again. + - Select newly-copied printer. + - Updated translation (fi). + - Better --help message. + - Use strcoll to sort manufacturer names. + - Avoid duplicate 'recommended' marks. + - Remove duplicate device URIs. + - Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x). * Wed Sep 12 2007 Tim Waugh - Updated pycups to 1.9.26.