[system-config-printer] 1.3.1.

Tim Waugh twaugh at fedoraproject.org
Thu Feb 17 16:31:53 UTC 2011


commit b37474461cc7628373f6bdd51d63cd422a61d052
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Feb 17 16:31:40 2011 +0000

    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(-)
---
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.1.tar.xz.sig b/system-config-printer-1.3.1.tar.xz.sig
new file mode 100644
index 0000000..2673612
Binary files /dev/null and b/system-config-printer-1.3.1.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index d4c8a74..baabff1 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -4,14 +4,13 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.3.0
-Release: 3%{?dist}
+Version: 1.3.1
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
 Source0: http://cyberelk.net/tim/data/system-config-printer/1.2/%{name}-%{version}.tar.xz
 Patch1: system-config-printer-no-job-notifications.patch
-Patch2: system-config-printer-hp-scannable.patch
 BuildRequires: cups-devel >= 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 <twaugh at redhat.com> 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 <twaugh at redhat.com> 1.3.0-3
 - Prevent traceback during libsane-hpaio installation check.
 


More information about the scm-commits mailing list