[system-config-printer] 1.3.9.

Tim Waugh twaugh at fedoraproject.org
Thu Mar 1 14:33:22 UTC 2012


commit 4e2ace70f4d026d7474021a5780442f20609ca9d
Author: Tim Waugh <twaugh at redhat.com>
Date:   Thu Mar 1 14:29:07 2012 +0000

    1.3.9.
    
    - Updated translations.
    - Improved check-device-ids output.
    - Removed incorrect warning when using CUPS >= 1.5.3.

 .gitignore                                  |    1 +
 sources                                     |    2 +-
 system-config-printer-1.3.8-debuginfo.patch |   39 ---------------------------
 system-config-printer-1.3.8.tar.xz.sig      |  Bin 280 -> 0 bytes
 system-config-printer-1.3.9.tar.xz.sig      |  Bin 0 -> 280 bytes
 system-config-printer-ppdcache-enoent.patch |   31 ---------------------
 system-config-printer.spec                  |   16 +++++-----
 7 files changed, 10 insertions(+), 79 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffac9a1..c00d606 100644
--- a/.gitignore
+++ b/.gitignore
@@ -237,3 +237,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.3.6.tar.xz
 /system-config-printer-1.3.7.tar.xz
 /system-config-printer-1.3.8.tar.xz
+/system-config-printer-1.3.9.tar.xz
diff --git a/sources b/sources
index d55a65c..826b202 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca04568dd7ff1ef7a381ad637d4e915b  system-config-printer-1.3.8.tar.xz
+df424f127eede63965608e5ec5e27519  system-config-printer-1.3.9.tar.xz
diff --git a/system-config-printer-1.3.9.tar.xz.sig b/system-config-printer-1.3.9.tar.xz.sig
new file mode 100644
index 0000000..c25031e
Binary files /dev/null and b/system-config-printer-1.3.9.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index d08407e..9db05fe 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.8
-Release: 4%{?dist}
+Version: 1.3.9
+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-1.3.8-debuginfo.patch
-Patch3: system-config-printer-ppdcache-enoent.patch
 BuildRequires: cups-devel >= 1.2
 BuildRequires: desktop-file-utils >= 0.2.92
 BuildRequires: gettext-devel
@@ -64,10 +62,6 @@ printers.
 
 # Don't start the applet in GNOME.
 %patch1 -p1 -b .no-applet-in-gnome
-# Fix several debugprints (#785581)
-%patch2 -p1 -b .debugprint
-# Upstream patch to fix ppdcache traceback (bug #786232).
-%patch3 -p1 -b .ppdcache-enoent
 
 %build
 %configure --with-udev-rules
@@ -188,6 +182,12 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Thu Mar  1 2012 Tim Waugh <twaugh at redhat.com> 1.3.9-1
+- 1.3.9:
+  - Updated translations.
+  - Improved check-device-ids output.
+  - Removed incorrect warning when using CUPS >= 1.5.3.
+
 * Thu Feb 23 2012 Tim Waugh <twaugh at redhat.com> 1.3.8-4
 - Added version to python-cups dependency (bug #796678).
 


More information about the scm-commits mailing list