[system-config-printer/f21] 1.5.5.

Tim Waugh twaugh at fedoraproject.org
Fri Feb 6 18:56:35 UTC 2015


commit c8da20d1b2aa4599fd894ffc29a6f352c7c9e2f6
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Feb 6 18:16:02 2015 +0000

    1.5.5.
    
    - No longer requires gnome-icon-theme (bug #1163928).
    - Fixed race condition when fetching devices (bug #1176443).
    - Fixed typo preventing retrieve/reprint from working.
    - Driver installation fixes.
    - Various other fixes.
    
    Resolves: rhbz#1163928 rhbz#1176443

 .gitignore                              |    1 +
 sources                                 |    2 +-
 system-config-printer-1.5.4.tar.xz.sig  |  Bin 280 -> 0 bytes
 system-config-printer-1.5.5.tar.xz.sig  |  Bin 0 -> 280 bytes
 system-config-printer-python3.patch     |   12 ------------
 system-config-printer-retrieve.patch    |   25 -------------------------
 system-config-printer-utf8-978970.patch |   12 ------------
 system-config-printer.spec              |   12 ++++++++++--
 8 files changed, 12 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47e1b4c..bb54e40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -254,3 +254,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.5.2.tar.xz
 /system-config-printer-1.5.3.tar.xz
 /system-config-printer-1.5.4.tar.xz
+/system-config-printer-1.5.5.tar.xz
diff --git a/sources b/sources
index 71e03f4..d6dc311 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd5b4c6b8c47e2bd780960b38a8e9a77  system-config-printer-1.5.4.tar.xz
+1aaee6a90449ee0c6b90da2eb5df03a9  system-config-printer-1.5.5.tar.xz
diff --git a/system-config-printer-1.5.5.tar.xz.sig b/system-config-printer-1.5.5.tar.xz.sig
new file mode 100644
index 0000000..d44023f
Binary files /dev/null and b/system-config-printer-1.5.5.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 1e8ae61..029b626 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -6,7 +6,7 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.5.4
+Version: 1.5.5
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
@@ -29,7 +29,6 @@ Requires: desktop-file-utils >= 0.2.92
 Requires: dbus-x11
 Requires: python3-dbus%{?_isa}
 Requires: system-config-printer-libs = %{version}-%{release}
-Requires: gnome-icon-theme
 Requires: desktop-notification-daemon
 Requires: libnotify%{?_isa}
 Requires: libgnome-keyring%{?_isa}
@@ -51,6 +50,7 @@ Requires: gobject-introspection
 Requires: python3-gobject
 Requires: gtk3
 Requires: python3-dbus
+Requires: python3-requests
 BuildArch: noarch
 Obsoletes: %{name}-libs < 1.3.12-10
 
@@ -181,6 +181,14 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
 exit 0
 
 %changelog
+* Fri Feb  6 2015 Tim Waugh <twaugh at redhat.com> - 1.5.5-1
+- 1.5.5:
+  - No longer requires gnome-icon-theme (bug #1163928).
+  - Fixed race condition when fetching devices (bug #1176443).
+  - Fixed typo preventing retrieve/reprint from working.
+  - Driver installation fixes.
+  - Various other fixes.
+
 * Tue Nov  4 2014 Tim Waugh <twaugh at redhat.com> - 1.5.4-1
 - 1.5.4:
   - Extract hostname from hp:/net/...?hostname= URIs when grouping by


More information about the scm-commits mailing list