From a6633ad0c85e5213d71037e338505f0bf1e26148 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 14 Apr 2009 17:03:57 +0000 Subject: [PATCH] - Requires dbus-python (bug #495392). - Updated to 1.1.7: - Updated translations. - Don't abort if the jobviewer couldn't show a notification. - Don't use setlocale() for locale-independent case conversion. - Don't assume the notification daemon can show action buttons. - Use case-insensitive matching for model names. - HPLIP compatibility fixes. - Fixed typo in jobviewer keyring support (Ubuntu #343156). - Added support for https device URIs (bug #478677). - Prevent traceback in monitor when connection failed (Ubuntu #343387). --- .cvsignore | 1 + sources | 1 + system-config-printer-1.1.6.tar.bz2.sig | Bin 65 -> 0 bytes system-config-printer-1.1.7.tar.bz2.sig | Bin 0 -> 65 bytes system-config-printer.spec | 14 ++++++++++++-- 5 files changed, 14 insertions(+), 2 deletions(-) delete mode 100644 system-config-printer-1.1.6.tar.bz2.sig create mode 100644 system-config-printer-1.1.7.tar.bz2.sig diff --git a/.cvsignore b/.cvsignore index 561290d..e906e63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -198,3 +198,4 @@ system-config-printer-1.1.3.tar.bz2 system-config-printer-1.1.4.tar.bz2 system-config-printer-1.1.5.tar.bz2 system-config-printer-1.1.6.tar.bz2 +system-config-printer-1.1.7.tar.bz2 diff --git a/sources b/sources index 50c0be2..350d220 100644 --- a/sources +++ b/sources @@ -1,3 +1,4 @@ ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2 ff634a6751f8a859ed26751bf03abef0 pycups-1.9.45.tar.bz2 b07e1d75130030fa3beae3b698c2d32b system-config-printer-1.1.6.tar.bz2 +a77bde5adc5ee8822b0764ff786ccc09 system-config-printer-1.1.7.tar.bz2 diff --git a/system-config-printer-1.1.6.tar.bz2.sig b/system-config-printer-1.1.6.tar.bz2.sig deleted file mode 100644 index 17f44569423416efd0a50e51e72d47ed2ce68b80..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-NxGRHX(f@P9=Dkz5dv&{0H0YVVtHITJ0$E!3g{1=hA}y_)AxPiIRGS#Z%{Q`}rCo diff --git a/system-config-printer-1.1.7.tar.bz2.sig b/system-config-printer-1.1.7.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..6ef9296eab9627007c8c65b14f472463f18373e9 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-N#v+MX(f@P9=Dkz5dyKT0G>Q}ZFjss9~~qi9fgI#{0t#WJ);1g XC2ol<2xx}X_JZm)d&CoTPR=9`4gnbQ literal 0 HcmV?d00001 diff --git a/system-config-printer.spec b/system-config-printer.spec index 9370d92..243cd7a 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -6,7 +6,7 @@ Summary: A printer administration tool Name: system-config-printer -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ @@ -165,8 +165,18 @@ rm -rf %buildroot exit 0 %changelog -* Tue Apr 14 2009 Tim Waugh +* Tue Apr 14 2009 Tim Waugh 1.1.7-1 - Requires dbus-python (bug #495392). +- Updated to 1.1.7: + - Updated translations. + - Don't abort if the jobviewer couldn't show a notification. + - Don't use setlocale() for locale-independent case conversion. + - Don't assume the notification daemon can show action buttons. + - Use case-insensitive matching for model names. + - HPLIP compatibility fixes. + - Fixed typo in jobviewer keyring support (Ubuntu #343156). + - Added support for https device URIs (bug #478677). + - Prevent traceback in monitor when connection failed (Ubuntu #343387). * Fri Mar 13 2009 Tim Waugh 1.1.6-1 - No longer requires gnome-python2-gnome.