From fb6a18204ce85064c6641d8d99203f3d7c0862e2 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 5 Dec 2008 12:44:18 +0000 Subject: [PATCH] - Updated to 1.0.12: - Don't automatically replace network printer URIs with HPLIP URIs (bug #473129). - Fixed some file descriptor and temporary file leaks. --- .cvsignore | 1 + sources | 2 +- system-config-printer-1.0.11.tar.bz2.sig | Bin 65 -> 0 bytes system-config-printer-1.0.12.tar.bz2.sig | Bin 0 -> 65 bytes system-config-printer.spec | 10 ++++++++-- 5 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 system-config-printer-1.0.11.tar.bz2.sig create mode 100644 system-config-printer-1.0.12.tar.bz2.sig diff --git a/.cvsignore b/.cvsignore index 673c21b..3111559 100644 --- a/.cvsignore +++ b/.cvsignore @@ -189,3 +189,4 @@ system-config-printer-1.0.10.tar.bz2 system-config-printer-1.0.11.tar.bz2 pycups-1.9.43.tar.bz2 pycups-1.9.44.tar.bz2 +system-config-printer-1.0.12.tar.bz2 diff --git a/sources b/sources index 6cb3b0d..5476aba 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2 -9e1557bb357c9f9c7b7bff4f12628d20 system-config-printer-1.0.11.tar.bz2 181f413546676e098352860e3ce57465 pycups-1.9.44.tar.bz2 +5ba48202a4416d55dde55b4eb0d64ec2 system-config-printer-1.0.12.tar.bz2 diff --git a/system-config-printer-1.0.11.tar.bz2.sig b/system-config-printer-1.0.11.tar.bz2.sig deleted file mode 100644 index 8aa1215d46c653fa5de5d18aefc362ff78390604..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Nha=mX(f@P9=Dkz5dswF0G$$pS4)p!u|_ut2Q{;EI&EN;#!vvC XM+?$>)g;e&A@?r@_}v9B5F&ge?w}XF diff --git a/system-config-printer-1.0.12.tar.bz2.sig b/system-config-printer-1.0.12.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..f5dd1e5bd82a1740598d5fe02c7d8eca544dabce GIT binary patch literal 65 zcmV-H0KWf-KLZ5-Ni*tWX(f@P9=Dkz5du(a0G=a*o)@=*%NYv1igmR%+Wx1~MIZp4 XHpX~q6Ao91tM>pszXX~s#Ny_(DOMX= literal 0 HcmV?d00001 diff --git a/system-config-printer.spec b/system-config-printer.spec index 48e9e96..cd28fc7 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -6,8 +6,8 @@ Summary: A printer administration tool Name: system-config-printer -Version: 1.0.11 -Release: 3%{?dist} +Version: 1.0.12 +Release: 1%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -149,6 +149,12 @@ rm -rf %buildroot exit 0 %changelog +* Mon Dec 1 2008 Tim Waugh 1.0.12-1 +- Updated to 1.0.12: + - Don't automatically replace network printer URIs with + HPLIP URIs (bug #473129). + - Fixed some file descriptor and temporary file leaks. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.0.11-3 - Rebuild for Python 2.6