[system-config-printer/f15] 1.3.5.

Tim Waugh twaugh at fedoraproject.org
Fri Jul 29 15:24:16 UTC 2011


commit a935439d451dda8a2d61b9efcf236f2689a7f7fa
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Jul 29 12:42:54 2011 +0100

    1.3.5.
    
    Driver selection, missing executables checking, and physical
    device grouping now exposed via D-Bus.
    Fixed cupsFilter search in missing executables check.
    Use PackageKit to resolve missing executable filenames to
    packages.
    Fixed DNSSD hostname resolution.
    Fixed firewall code to handle json errors when used with the older
    system-config-firewall D-Bus service.
    Fixed LPD probing (726383).
    Use "hostname" instead of "IP address" when asking for names of
    browse servers (bug #726134).
    Updated translations.

 .gitignore                             |    1 +
 sources                                |    2 +-
 system-config-printer-1.3.4.tar.xz.sig |  Bin 280 -> 0 bytes
 system-config-printer-1.3.5.tar.xz.sig |  Bin 0 -> 280 bytes
 system-config-printer.spec             |   19 +++++++++++++++++--
 5 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f08a73f..22c5a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -233,3 +233,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.3.2.tar.xz
 /system-config-printer-1.3.3.tar.xz
 /system-config-printer-1.3.4.tar.xz
+/system-config-printer-1.3.5.tar.xz
diff --git a/sources b/sources
index e32ada7..71db351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e4b1b1fd078c09769708f09b77cb3ed  system-config-printer-1.3.4.tar.xz
+9d806643f17dc65a492a1d4e8a60f2ec  system-config-printer-1.3.5.tar.xz
diff --git a/system-config-printer-1.3.5.tar.xz.sig b/system-config-printer-1.3.5.tar.xz.sig
new file mode 100644
index 0000000..433548c
Binary files /dev/null and b/system-config-printer-1.3.5.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index ac20fcc..eafb597 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -4,8 +4,8 @@
 
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.3.4
-Release: 2%{?dist}
+Version: 1.3.5
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -201,6 +201,21 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Fri Jul 29 2011 Tim Waugh <twaugh at redhat.com> 1.3.5-1
+- 1.3.5:
+  - Driver selection, missing executables checking, and physical
+    device grouping now exposed via D-Bus.
+  - Fixed cupsFilter search in missing executables check.
+  - Use PackageKit to resolve missing executable filenames to
+    packages.
+  - Fixed DNSSD hostname resolution.
+  - Fixed firewall code to handle json errors when used with the older
+    system-config-firewall D-Bus service.
+  - Fixed LPD probing (726383).
+  - Use "hostname" instead of "IP address" when asking for names of
+    browse servers (bug #726134).
+  - Updated translations.
+
 * Thu Jul 21 2011 Tim Waugh <twaugh at redhat.com> 1.3.4-2
 - No longer requires glade (uses GtkBuilder instead).
 


More information about the scm-commits mailing list