[system-config-printer/f14] 1.2.9.

Tim Waugh twaugh at fedoraproject.org
Tue Oct 25 14:08:15 UTC 2011


commit 7ef9f9d2708ff118fd5e0cfc450ecce43b6677c3
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Oct 25 15:08:03 2011 +0100

    1.2.9.
    
    Fixed erroneous space character in translatable string.
    troubleshoot: handle errors saving troubleshoot.txt (Ubuntu #789602).
    Removed forgotten debug code in printer finder.
    IPPAuthConnection: if semantic attribute is referenced after destroy,
    don't fail (Ubuntu #828030).
    Fixed DNSSD hostname resolution.
    Adjusted firewall code to match new system-config-firewall API
    (modified for CVE-2011-2520).
    URL-quote URIs when using "Find Network Printer" (Ubuntu #808137).
    Robustness in ppdsloader in the face of errors (Ubuntu #766818).
    Convert iters to paths before comparing (bug #717062, Ubuntu #791690,
    trac #221).
    Ensure consistency in jobviewer if add_job fails (bug #632551).
    udev-configure-printer: be more defensive when parsing CUPS response
    (Ubuntu #760661).
    Allow % character in SMB URI (Ubuntu #747400).

 .gitignore                             |    1 +
 sources                                |    2 +-
 system-config-printer-1.2.8.tar.xz.sig |  Bin 65 -> 0 bytes
 system-config-printer-1.2.9.tar.xz.sig |  Bin 0 -> 280 bytes
 system-config-printer-tooltips.patch   |   16 ----------------
 system-config-printer.spec             |   27 +++++++++++++++++++++------
 6 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3abaa17..d9d3073 100644
--- a/.gitignore
+++ b/.gitignore
@@ -230,3 +230,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.2.7.tar.xz
 /system-config-printer-1.2.8.tar.xz
 /pycups-1.9.55.tar.bz2
+/system-config-printer-1.2.9.tar.xz
diff --git a/sources b/sources
index 36e24ce..86cc09c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 32b995dbf8419128f652279881b9023d  pysmbc-1.0.9.tar.bz2
 b2a5082cfacc3350b53e7fee188b2dc5  pycups-1.9.55.tar.bz2
-829f9a7e4ddf7b272865ec748146bf0e  system-config-printer-1.2.8.tar.xz
+dea1996d537b5f4cb823f5cfa5905f42  system-config-printer-1.2.9.tar.xz
diff --git a/system-config-printer-1.2.9.tar.xz.sig b/system-config-printer-1.2.9.tar.xz.sig
new file mode 100644
index 0000000..eab2caa
Binary files /dev/null and b/system-config-printer-1.2.9.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 311e654..28a45e2 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -6,8 +6,8 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.2.8
-Release: 2%{?dist}
+Version: 1.2.9
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -16,7 +16,6 @@ Source0: http://cyberelk.net/tim/data/system-config-printer/1.2/%{name}-%{versio
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
 # Python bindings for libsmbclient
 Source2: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
-Patch1: system-config-printer-tooltips.patch
 Patch101: pysmbc-doczip.patch
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -76,9 +75,6 @@ printers.
 %prep
 %setup -q -a 1 -a 2
 
-# Don't handle tooltips during mainloop recursion (bug #664044).
-%patch1 -p1 -b .tooltips
-
 pushd pysmbc-%{pysmbc_version}
 %patch101 -p1 -b .doczip
 popd
@@ -204,6 +200,25 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Tue Oct 25 2011 Tim Waugh <twaugh at redhat.com> - 1.2.9-1
+- 1.2.9:
+  - Fixed erroneous space character in translatable string.
+  - troubleshoot: handle errors saving troubleshoot.txt (Ubuntu #789602).
+  - Removed forgotten debug code in printer finder.
+  - IPPAuthConnection: if semantic attribute is referenced after destroy,
+    don't fail (Ubuntu #828030).
+  - Fixed DNSSD hostname resolution.
+  - Adjusted firewall code to match new system-config-firewall API
+    (modified for CVE-2011-2520).
+  - URL-quote URIs when using "Find Network Printer" (Ubuntu #808137).
+  - Robustness in ppdsloader in the face of errors (Ubuntu #766818).
+  - Convert iters to paths before comparing (bug #717062, Ubuntu #791690,
+    trac #221).
+  - Ensure consistency in jobviewer if add_job fails (bug #632551).
+  - udev-configure-printer: be more defensive when parsing CUPS response
+    (Ubuntu #760661).
+  - Allow % character in SMB URI (Ubuntu #747400).
+
 * Tue Sep 20 2011 Tim Waugh <twaugh at redhat.com> - 1.2.8-2
 - Don't handle tooltips during mainloop recursion (bug #664044).
 


More information about the scm-commits mailing list