From 437a3ab1b8fc29da237316f8769e7548e304dfe1 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 6 Jan 2010 15:47:30 +0000 Subject: [PATCH] - Set notification timeouts appropriately (bug #550829). --- system-config-printer.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-config-printer.spec b/system-config-printer.spec index 7cb8a85..dc47642 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -21,6 +21,7 @@ Patch3: system-config-printer-driver-pre-selection.patch Patch4: system-config-printer-foomatic-recommended.patch Patch5: system-config-printer-jobviewer-exit.patch Patch6: system-config-printer-npinit-traceback.patch +Patch7: system-config-printer-notification-timeouts.patch BuildRequires: cups-devel >= 1.2 BuildRequires: python-devel >= 2.4 @@ -86,6 +87,7 @@ printers. %patch4 -p1 -b .foomatic-recommended %patch5 -p1 -b .jobviewer-exit %patch6 -p1 -b .npinit-traceback +%patch7 -p1 -b .notification-timeouts %build %configure --with-udev-rules --with-polkit-1 @@ -203,6 +205,7 @@ exit 0 %changelog * Wed Jan 6 2010 Tim Waugh - 1.1.16-3 +- Set notification timeouts appropriately (bug #550829). - Avoid traceback in NewPrinterGUI.init (bug #550442). - Avoid traceback in on_jobviewer_exit (bug #550437).