From 16cff8dcae54ec9dcb5eca60e4996f91cb14c9d5 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 13 Nov 2006 16:34:15 +0000 Subject: [PATCH] - 0.7.37: - Allow cancellation of test pages (bug #215054). - Resolves: rhbz#215054 --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0248be6..c57dfd7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -76,3 +76,4 @@ system-config-printer-0.7.32.tar.bz2 pycups-1.9.14.tar.bz2 system-config-printer-0.7.35.tar.bz2 system-config-printer-0.7.36.tar.bz2 +system-config-printer-0.7.37.tar.bz2 diff --git a/sources b/sources index 4f598a5..69b14a4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ a5a08698eb6f2f2aa0b78093686be8db pycups-1.9.14.tar.bz2 -2eb7fa4578a0254c41e3bb9f78dbf743 system-config-printer-0.7.36.tar.bz2 +b23bbf6bf3f8332a63ca58b11c61650f system-config-printer-0.7.37.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index d214e77..835e4a2 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.36 +Version: 0.7.37 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -113,6 +113,10 @@ if [ "$1" = "0" ]; then fi %changelog +* Mon Nov 13 2006 Tim Waugh 0.7.37-1 +- 0.7.37: + - Allow cancellation of test pages (bug #215054). + * Fri Nov 10 2006 Tim Waugh 0.7.36-1 - 0.7.36: - Match against commandset (bug #214181).