From 0fdd9719287b3353f2315a5ebd3967bff64946b3 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 12 Jan 2007 18:29:41 +0000 Subject: [PATCH] - 0.7.47: - Fixed minor text bugs (bug #177433). - Handle shell builtins in the driver check (bug #222413). - Resolves: rhbz#177433 rhbz#222413 --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 7 ++++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 263d4fb..23d0a90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -88,3 +88,4 @@ system-config-printer-0.7.43.tar.bz2 system-config-printer-0.7.44.tar.bz2 system-config-printer-0.7.45.tar.bz2 system-config-printer-0.7.46.tar.bz2 +system-config-printer-0.7.47.tar.bz2 diff --git a/sources b/sources index 514cd3f..79bbf58 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ fb4400a1c8de5b35566d6fd6c56ae619 pycups-1.9.17.tar.bz2 -80fb5a9f05a8bd4e20eca6a0f7372876 system-config-printer-0.7.46.tar.bz2 +86c7b9088cf8aa9ce403aba3900fb207 system-config-printer-0.7.47.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index bb9315b..2c2337e 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.46 +Version: 0.7.47 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -112,6 +112,11 @@ if [ "$1" = "0" ]; then fi %changelog +* Fri Jan 12 2007 Tim Waugh 0.7.47-1 +- 0.7.47: + - Fixed minor text bugs (bug #177433). + - Handle shell builtins in the driver check (bug #222413). + * Mon Jan 8 2007 Tim Waugh 0.7.46-1 - 0.7.46: - Fixed page size problem (bug #221702).