Hello community,
here is the log from the commit of package system-config-printer for
openSUSE:Factory checked in at 2013-12-24 16:04:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
and /work/SRC/openSUSE:Factory/.system-config-printer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-config-printer"
Changes:
--------
---
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes
2013-08-30 17:14:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
2013-12-24 16:04:28.000000000 +0100
@@ -1,0 +2,22 @@
+Sun Dec 1 21:10:25 UTC 2013 - [email protected]
+
+- Update to version 1.4.3:
+ + Make GnomeKeyring integration work with GIR.
+ + Fix module name when retrieving item from keyring.
+ + Use correct key to determine if auth is required.
+ + More debug output for the OpenPrinting database query module.
+ + Assign the driver type "pdf" with higher priority than the
+ driver type "exact-cmd".
+ + Bugs fixed: lp##653132, lp##1220066, rh##1009865, rh##1018191,
+ rh##1017561, rh#1004753, rh#1003219
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Nov 28 21:58:20 UTC 2013 - [email protected]
+
+- Add system-config-printer-Gtk-introspect.patch: Require Gtk 3.0
+ typelibs. We know we can't use Gtk 2.0 (bnc#852450).
+- Require system-config-printer from -applet instead of only
+ system-config-printer-common (bnc#852842).
+
+-------------------------------------------------------------------
Old:
----
system-config-printer-1.4.2.tar.xz
New:
----
system-config-printer-1.4.3.tar.xz
system-config-printer-Gtk-introspect.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.WjOl22/_old 2013-12-24 16:04:29.000000000 +0100
+++ /var/tmp/diff_new_pack.WjOl22/_new 2013-12-24 16:04:29.000000000 +0100
@@ -17,7 +17,7 @@
Name: system-config-printer
-Version: 1.4.2
+Version: 1.4.3
Release: 0
Summary: A printer administration tool
License: GPL-2.0+
@@ -28,6 +28,8 @@
Patch13: system-config-printer-icon-brp-friendly.patch
# PATCH-FIX-OPENSUSE system-config-printer-no-openprinting.patch bnc#733542
[email protected] -- Disable feature that downloads ppd from openprinting.org
Patch19: system-config-printer-no-openprinting.patch
+# PATCH-FIX-UPSTREAM system-config-printer-Gtk-introspect.patch bnc#852450
[email protected] -- Require Gtk 3.0 to be present
+Patch20: system-config-printer-Gtk-introspect.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: gnome-cups-manager <= 0.33
BuildRequires: cups-devel
@@ -86,7 +88,7 @@
%package applet
Summary: A printer administration tool -- Notification Icon for Printing
Group: Hardware/Printing
-Requires: %{name}-common = %{version}
+Requires: %{name} = %{version}
# Uses the dbus service to interact with print jobs
Requires: %{name}-dbus-service = %{version}
BuildArch: noarch
@@ -145,6 +147,7 @@
%setup -q
%patch13 -p1
%patch19 -p1
+%patch20 -p1
%build
%configure \
++++++ system-config-printer-1.4.2.tar.xz -> system-config-printer-1.4.3.tar.xz
++++++
++++ 79522 lines of diff (skipped)
++++++ system-config-printer-Gtk-introspect.patch ++++++
Index: system-config-printer-1.4.2/system-config-printer.py
===================================================================
--- system-config-printer-1.4.2.orig/system-config-printer.py
+++ system-config-printer-1.4.2/system-config-printer.py
@@ -27,9 +27,11 @@ import config
import sys, os, time, re
import thread
import dbus
+import gi.repository
from gi.repository import GdkPixbuf
try:
from gi.repository import Gdk
+ gi.require_version('Gtk','3.0')
from gi.repository import Gtk
Gtk.init (sys.argv)
except RuntimeError as e:
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]