From a95f6826da062e0199e83d4778203e15ffb60fc3 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 9 Jul 2007 13:31:55 +0000 Subject: [PATCH] - Requires pirut for system-install-packages. - 0.7.70: - Increased GetReady->NewPrinter timeout. - More binary names mapped to package named. - Run system-install-packages to install missing drivers (bug #246726). - Less debug output. - Desktop file fixes for KDE (bug #247299). --- .cvsignore | 1 + sources | 2 +- system-config-printer-0.7.69.tar.bz2.sig | Bin 65 -> 0 bytes system-config-printer-0.7.70.tar.bz2.sig | Bin 0 -> 65 bytes system-config-printer.spec | 12 +++++++++++- 5 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 system-config-printer-0.7.69.tar.bz2.sig create mode 100644 system-config-printer-0.7.70.tar.bz2.sig diff --git a/.cvsignore b/.cvsignore index 498451f..c85561e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -129,3 +129,4 @@ pycups-1.9.24.tar.bz2 system-config-printer-0.7.67.tar.bz2 system-config-printer-0.7.68.tar.bz2 system-config-printer-0.7.69.tar.bz2 +system-config-printer-0.7.70.tar.bz2 diff --git a/sources b/sources index 160cb7b..a158a98 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 5038e4c6945c5183ad7061d6ee061205 pycups-1.9.24.tar.bz2 -1ea2536a842f013cc4e5cd948bea14e4 system-config-printer-0.7.69.tar.bz2 +5aaaeb086a5ebf7987a1d3d11cebeea4 system-config-printer-0.7.70.tar.bz2 diff --git a/system-config-printer-0.7.69.tar.bz2.sig b/system-config-printer-0.7.69.tar.bz2.sig deleted file mode 100644 index f3190d9c74ffc90fdd5946031422205401023f54..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-MuW#l6t{tArB#}L5d!y{0G$=Oh*ryBQ$cpUsu8~|DlVWWaqa-0 Xa@OY~o~S-tjvD+mNg8%f)k|8jTjm>Z diff --git a/system-config-printer-0.7.70.tar.bz2.sig b/system-config-printer-0.7.70.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..37b03e89c11fd83c72579b99c2ab21679fdfdb51 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-Mv^w%6t{tArB#}L5dx&F0G>6s2R`Ozcd7KhhPG+7K3TVK__Y9? X9tBhh)KF$Wre`W#$Yv@9DS6h&a#0(r literal 0 HcmV?d00001 diff --git a/system-config-printer.spec b/system-config-printer.spec index 1fd2edf..2a30bf6 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.69 +Version: 0.7.70 Release: 1%{?dist} License: GPL URL: http://cyberelk.net/tim/software/system-config-printer/ @@ -25,6 +25,7 @@ Requires: pygobject2 Requires: usermode >= 1.37 Requires: desktop-file-utils >= 0.2.92 Requires: dbus-x11 +Requires: pirut PreReq: system-config-printer-libs = %{version}-%{release} Obsoletes: system-config-printer-gui <= 0.6.152 @@ -128,6 +129,15 @@ if [ "$1" = "0" ]; then fi %changelog +* Mon Jul 9 2007 Tim Waugh 0.7.70-1 +- Requires pirut for system-install-packages. +- 0.7.70: + - Increased GetReady->NewPrinter timeout. + - More binary names mapped to package named. + - Run system-install-packages to install missing drivers (bug #246726). + - Less debug output. + - Desktop file fixes for KDE (bug #247299). + * Thu Jun 28 2007 Tim Waugh 0.7.69-1 - No longer requires PyXML (bug #233146). - Moved applet to main package.