[system-config-printer/f13/master] Updated to 1.2.8

Jiří Popelka jpopelka at fedoraproject.org
Tue Apr 5 12:29:14 UTC 2011


commit c6a4806f48d63dbfd43e5ac38b7d1705a8c7ce83
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Apr 5 13:50:44 2011 +0200

    Updated to 1.2.8

 .gitignore                             |    1 +
 sources                                |    2 +-
 system-config-printer-1.2.7.tar.xz.sig |  Bin 65 -> 0 bytes
 system-config-printer-1.2.8.tar.xz.sig |  Bin 0 -> 65 bytes
 system-config-printer.spec             |   16 +++++++++++-----
 5 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee7cbd2..4855654 100644
--- a/.gitignore
+++ b/.gitignore
@@ -228,3 +228,4 @@ pycups-1.9.51.tar.bz2
 /pycups-1.9.53.tar.bz2
 /system-config-printer-1.2.6.tar.xz
 /system-config-printer-1.2.7.tar.xz
+/system-config-printer-1.2.8.tar.xz
diff --git a/sources b/sources
index 319e4bc..c263d92 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 32b995dbf8419128f652279881b9023d  pysmbc-1.0.9.tar.bz2
 5fe5b696e19ab5aa3c463b1c030e2c50  pycups-1.9.53.tar.bz2
-affdbeeb98837151935bcc1b8129469e  system-config-printer-1.2.7.tar.xz
+829f9a7e4ddf7b272865ec748146bf0e  system-config-printer-1.2.8.tar.xz
diff --git a/system-config-printer-1.2.8.tar.xz.sig b/system-config-printer-1.2.8.tar.xz.sig
new file mode 100644
index 0000000..8907935
Binary files /dev/null and b/system-config-printer-1.2.8.tar.xz.sig differ
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 1b89702..609cb22 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.7
-Release: 2%{?dist}
+Version: 1.2.8
+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-dnssdresolve.patch
 Patch101: pysmbc-doczip.patch
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -76,8 +75,6 @@ printers.
 %prep
 %setup -q -a 1 -a 2
 
-%patch1 -p1 -b .dnssdresolve
-
 pushd pysmbc-%{pysmbc_version}
 %patch101 -p1 -b .doczip
 popd
@@ -201,6 +198,15 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Tue Apr 05 2011 Tim Waugh <twaugh at redhat.com> - 1.2.8-1
+- 1.2.8:
+  - Set connected state when connecting to server fails (bug #685098).
+  - Don't crash when DISPLAY is unset (bug #676339, bug #676343).
+  - Fixed PPDs loader when using CUPS remotely or when DBus
+    not available (bug #693515).
+  - Fixed traceback in options.py (bug #679103).
+  - Install libsane-hpaio when appropriate (bug #585362).
+
 * Tue Feb 22 2011 Tim Waugh <twaugh at redhat.com> - 1.2.7-2
 - Applied upstream fix for dnssdresolve traceback (bug #678961).
 


More information about the scm-commits mailing list