[system-config-printer/f20] 1.4.8.

Tim Waugh twaugh at fedoraproject.org
Tue Mar 17 16:47:21 UTC 2015


commit b2791991c0924f7b8ab2b9d84200e9a0c2b33053
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Mar 17 16:42:29 2015 +0000

    1.4.8.
    
      - Consider version suffices in PPD Nickname for Canon drivers.
      - Refresh job-printer-uri when updating job, to fix job auth.
      - Traceback fix (bug #1171469).
      - Handle non-UTF8 PPD files (Launchpad #1400232).
      - Firewall-handling fix (bug #1179590).
      - Fixed typo preventing retrieve/reprint from working.
      - Handle missing 'licensetext'/'functionality' fields for
        downloadable drivers.
      - Parse serial device URIs correctly (bug #1186475).
      - Fixed callback race (bug #1176443).
      - Don't try decoding already-decoded Unicode (bug #1195974).
      - Fixed display of downloadable drivers (bug #1167978).
      - Fixes for CMD matching (bug #1167978, bug #1171874).
      - Fixed artifacts when compositing emblems (bug #1200375).
    
    Resolves: rhbz#1171469 rhbz#1179590 rhbz#1186475 rhbz#1176443 rhbz#1195974 rhbz#1167978 rhbz#1167978 rhbz#1171874 rhbz#1200375

 .gitignore                             |   1 +
 sources                                |   1 +
 system-config-printer-1.4.7.tar.xz.sig | Bin 280 -> 0 bytes
 system-config-printer-1.4.8.tar.xz.sig | Bin 0 -> 280 bytes
 system-config-printer.spec             |  19 ++++++++++++++++++-
 5 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index b3b3a97..f69a9e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -250,3 +250,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.4.5.tar.xz
 /system-config-printer-1.4.6.tar.xz
 /system-config-printer-1.4.7.tar.xz
+/system-config-printer-1.4.8.tar.xz
diff --git a/sources b/sources
index c43ef51..e5011b2 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 f241a11cbab6be4a4e38e5f8f74d3aad  system-config-printer-1.4.7.tar.xz
+652cb5c8b7af906fed3ffdc02a4a2440  system-config-printer-1.4.8.tar.xz
diff --git a/system-config-printer-1.4.8.tar.xz.sig b/system-config-printer-1.4.8.tar.xz.sig
new file mode 100644
index 0000000..a9f37eb
Binary files /dev/null and b/system-config-printer-1.4.8.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 2fdf391..d094543 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -1,6 +1,6 @@
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.4.7
+Version: 1.4.8
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
@@ -166,6 +166,23 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
 exit 0
 
 %changelog
+* Tue Mar 17 2015 Tim Waugh <twaugh at redhat.com> 1.4.8-1
+- 1.4.8:
+  - Consider version suffices in PPD Nickname for Canon drivers.
+  - Refresh job-printer-uri when updating job, to fix job auth.
+  - Traceback fix (bug #1171469).
+  - Handle non-UTF8 PPD files (Launchpad #1400232).
+  - Firewall-handling fix (bug #1179590).
+  - Fixed typo preventing retrieve/reprint from working.
+  - Handle missing 'licensetext'/'functionality' fields for
+    downloadable drivers.
+  - Parse serial device URIs correctly (bug #1186475).
+  - Fixed callback race (bug #1176443).
+  - Don't try decoding already-decoded Unicode (bug #1195974).
+  - Fixed display of downloadable drivers (bug #1167978).
+  - Fixes for CMD matching (bug #1167978, bug #1171874).
+  - Fixed artifacts when compositing emblems (bug #1200375).
+
 * Mon Nov 10 2014 Tim Waugh <twaugh at redhat.com> 1.4.7-1
 - 1.4.7:
   - Extract hostname from hp:/net/...?hostname= URIs when grouping by


More information about the scm-commits mailing list