From b37474461cc7628373f6bdd51d63cd422a61d052 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 17 Feb 2011 16:31:40 +0000 Subject: [PATCH] 1.3.1. --- .gitignore | 1 + sources | 2 +- system-config-printer-1.3.0.tar.xz.sig | Bin 65 -> 0 bytes system-config-printer-1.3.1.tar.xz.sig | Bin 0 -> 65 bytes system-config-printer.spec | 17 +++++++++++++---- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 system-config-printer-1.3.0.tar.xz.sig create mode 100644 system-config-printer-1.3.1.tar.xz.sig diff --git a/.gitignore b/.gitignore index 32461db..a27bced 100644 --- a/.gitignore +++ b/.gitignore @@ -229,3 +229,4 @@ pycups-1.9.51.tar.bz2 /system-config-printer-1.2.96.tar.xz /system-config-printer-1.2.97.tar.xz /system-config-printer-1.3.0.tar.xz +/system-config-printer-1.3.1.tar.xz diff --git a/sources b/sources index 05f71cc..28f7503 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e77275899ccf0afc1d6170fe55e38f99 system-config-printer-1.3.0.tar.xz +37ff34b1c43d951963ccd831f9d176d4 system-config-printer-1.3.1.tar.xz diff --git a/system-config-printer-1.3.0.tar.xz.sig b/system-config-printer-1.3.0.tar.xz.sig deleted file mode 100644 index 6858ab5a67d61e1db49d0ed819bee51d88dc0ec8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-OwUIG;>HwoI`QZSd X!QjXqOA{_Os= 1.2 BuildRequires: desktop-file-utils >= 0.2.92 BuildRequires: gettext-devel @@ -68,8 +67,9 @@ printers. %prep %setup -q + +# Don't show job notifications. %patch1 -p1 -b .no-job-notifications -%patch2 -p1 -b .hp-scannable %build %configure --with-udev-rules @@ -179,6 +179,15 @@ rm -rf %buildroot exit 0 %changelog +* Thu Feb 17 2011 Tim Waugh 1.3.1-1 +- 1.3.1: + - Fixed page sequence when adding a printer with an exactly-matching + driver. + - firewall: fixed cache behaviour. + - Defer calls to populateList initiated by monitor. + - Removed duplicate method definition. + - monitor: always set self.bus even when D-Bus not available. + * Thu Feb 17 2011 Tim Waugh 1.3.0-3 - Prevent traceback during libsane-hpaio installation check.