[system-config-printer/f20] 1.4.5.

Tim Waugh twaugh at fedoraproject.org
Fri Jul 4 16:16:08 UTC 2014


commit daf11fd8924924cdead9cf0187d6e2e0f4e29044
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Jul 4 17:14:32 2014 +0100

    1.4.5.
    
    - Some codec fixes (bug #968142, bug #1023968, bug #1094037).
    - Traceback fixes (bug #982071, bug #1090479, bug #1105229).
    - IPv6 address entry fix (bug #1074245).
    - Auth info saving improvement (bug #1089029).
    - Use LockButton for fewer auth dialogs (bug #714820).
    
    Resolves: rhbz#968142 rhbz#1023968 rhbz#1094037 rhbz#982071 rhbz#1090479 rhbz#1105229 rhbz#1074245 rhbz#1089029 rhbz#714820

 .gitignore                                      |    1 +
 sources                                         |    2 +-
 system-config-printer-1.4.4.tar.xz.sig          |  Bin 280 -> 0 bytes
 system-config-printer-1.4.5.tar.xz.sig          |  Bin 0 -> 280 bytes
 system-config-printer-openprinting-freeze.patch |   38 -----------------------
 system-config-printer.spec                      |   17 ++++++----
 6 files changed, 12 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5d77f98..3318425 100644
--- a/.gitignore
+++ b/.gitignore
@@ -247,3 +247,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.4.2.tar.xz
 /system-config-printer-1.4.3.tar.xz
 /system-config-printer-1.4.4.tar.xz
+/system-config-printer-1.4.5.tar.xz
diff --git a/sources b/sources
index c509fa6..26b971c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-229c6ea422748a0fd7e533bba25595fc  system-config-printer-1.4.4.tar.xz
+defcfe0e29ab7baafc042a28f5be5949  system-config-printer-1.4.5.tar.xz
diff --git a/system-config-printer-1.4.5.tar.xz.sig b/system-config-printer-1.4.5.tar.xz.sig
new file mode 100644
index 0000000..6cf872c
Binary files /dev/null and b/system-config-printer-1.4.5.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 8d0d234..9cbe592 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -1,13 +1,12 @@
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.4.4
-Release: 3%{?dist}
+Version: 1.4.5
+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.4/%{name}-%{version}.tar.xz
 Patch1: system-config-printer-no-applet-in-gnome.patch
-Patch2: system-config-printer-openprinting-freeze.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: desktop-file-utils >= 0.2.92
@@ -71,10 +70,6 @@ printers.
 # Don't start the applet in GNOME.
 %patch1 -p1 -b .no-applet-in-gnome
 
-# Prevent the D-Bus service from freezing by disabling openprinting
-# driver downloads in that service (bug #1052203).
-%patch2 -p1 -b .openprinting-freeze
-
 sed -i.cflags-override -e '/^CFLAGS/d' Makefile.{am,in}
 
 %build
@@ -175,6 +170,14 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
 exit 0
 
 %changelog
+* Fri Jul  4 2014 Tim Waugh <twaugh at redhat.com> 1.4.5-1
+- 1.4.5:
+  - Some codec fixes (bug #968142, bug #1023968, bug #1094037).
+  - Traceback fixes (bug #982071, bug #1090479, bug #1105229).
+  - IPv6 address entry fix (bug #1074245).
+  - Auth info saving improvement (bug #1089029).
+  - Use LockButton for fewer auth dialogs (bug #714820).
+
 * Thu May 22 2014 Jiri Popelka <jpopelka at redhat.com> - 1.4.4-3
 - 1.4.x requires gtk3 instead of gtk2 (#1099611)
 


More information about the scm-commits mailing list