From 3e2c0b26ebcc90757b5ea1080ba69f476bd2e8de Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 29 Sep 2006 17:03:46 +0000 Subject: [PATCH] - 0.7.31: - Select recommended driver automatically (bug #208606). - Better visibility of driver list (bug #203907). --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 31978d5..3b939d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -70,3 +70,4 @@ system-config-printer-0.7.27.tar.bz2 system-config-printer-0.7.28.tar.bz2 system-config-printer-0.7.29.tar.bz2 system-config-printer-0.7.30.tar.bz2 +system-config-printer-0.7.31.tar.bz2 diff --git a/sources b/sources index 3da8c77..60da257 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ c853b55286216568f14dde8a5ae21a21 pycups-1.9.12.tar.bz2 -6b06b6f689738b356a5fb0241ff0cb09 system-config-printer-0.7.30.tar.bz2 +47c5c2b6e588e284afeb80632f37fdff system-config-printer-0.7.31.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 82758c3..7ac88ee 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.30 +Version: 0.7.31 Release: 1 License: GPL Group: System Environment/Base @@ -106,6 +106,11 @@ rm -rf $RPM_BUILD_ROOT exit 0 %changelog +* Fri Sep 29 2006 Tim Waugh 0.7.31-1 +- 0.7.31: + - Select recommended driver automatically (bug #208606). + - Better visibility of driver list (bug #203907). + * Fri Sep 29 2006 Tim Waugh 0.7.30-1 - 0.7.30: - Translations fixed properly (bug #206622).