[system-config-printer/f16] 1.3.6.

Tim Waugh twaugh at fedoraproject.org
Mon Aug 22 18:30:06 UTC 2011


commit 94b3591aeed1b38cb9c4cd3a374f7c1d2853f66c
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Aug 22 19:16:31 2011 +0100

    1.3.6.
    
    Updated translations.
    IPPAuthConnection: avoid traceback (Ubuntu #828030).
    Allow entering @,?,=,& characters in Device URI text field
    (Ubuntu #826958).
    Removed PackageKit client code in missingPackagesAndExecutables
    (bug #726938).
    Properties dialog: make OK button sensitive even when no changes
    to save (Ubuntu #444280).

 .gitignore                                |    1 +
 sources                                   |    1 +
 system-config-printer-1.3.5.tar.xz.sig    |  Bin 280 -> 0 bytes
 system-config-printer-1.3.6.tar.xz.sig    |  Bin 0 -> 280 bytes
 system-config-printer-bug726682.patch     |   11 ---------
 system-config-printer-no-packagekit.patch |   36 -----------------------------
 system-config-printer.spec                |   23 ++++++++++--------
 7 files changed, 15 insertions(+), 57 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22c5a7d..6820c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -234,3 +234,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.3.3.tar.xz
 /system-config-printer-1.3.4.tar.xz
 /system-config-printer-1.3.5.tar.xz
+/system-config-printer-1.3.6.tar.xz
diff --git a/sources b/sources
index 71db351..ed1fab5 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 9d806643f17dc65a492a1d4e8a60f2ec  system-config-printer-1.3.5.tar.xz
+dc7a22fc1151f903b516e5cf40982d9d  system-config-printer-1.3.6.tar.xz
diff --git a/system-config-printer-1.3.6.tar.xz.sig b/system-config-printer-1.3.6.tar.xz.sig
new file mode 100644
index 0000000..66b5457
Binary files /dev/null and b/system-config-printer-1.3.6.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 6b89064..4b39cdb 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -1,14 +1,12 @@
 Summary: A printer administration tool
 Name: system-config-printer
-Version: 1.3.5
-Release: 4%{?dist}
+Version: 1.3.6
+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.3/%{name}-%{version}.tar.xz
 Patch1: system-config-printer-no-applet-in-gnome.patch
-Patch2: system-config-printer-bug726682.patch
-Patch3: system-config-printer-no-packagekit.patch
 BuildRequires: cups-devel >= 1.2
 BuildRequires: desktop-file-utils >= 0.2.92
 BuildRequires: gettext-devel
@@ -73,12 +71,6 @@ printers.
 # Don't start the applet in GNOME.
 %patch1 -p1 -b .no-applet-in-gnome
 
-# Import dbus in serversettings module (bug #726682).
-%patch2 -p1 -b .bug726682
-
-# Removed problematic PackageKit client support (bug #726996, bug #726938).
-%patch3 -p1 -b .no-packagekit
-
 %build
 %configure --with-udev-rules
 
@@ -205,6 +197,17 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Mon Aug 22 2011 Tim Waugh <twaugh at redhat.com> 1.3.6-1
+- 1.3.6:
+  - Updated translations.
+  - IPPAuthConnection: avoid traceback (Ubuntu #828030).
+  - Allow entering @,?,=,& characters in Device URI text field
+    (Ubuntu #826958).
+  - Removed PackageKit client code in missingPackagesAndExecutables
+    (bug #726938).
+  - Properties dialog: make OK button sensitive even when no changes
+    to save (Ubuntu #444280).
+
 * Mon Aug 15 2011 Tim Waugh <twaugh at redhat.com> 1.3.5-4
 - Removed redundant macros, spotted by Jiri Popelka.
 


More information about the scm-commits mailing list