Hello community,
here is the log from the commit of package system-config-printer for
openSUSE:Factory checked in at 2015-09-03 18:00:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2015-08-21 07:37:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
2015-09-03 18:06:47.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 07:38:49 UTC 2015 - [email protected]
+
+- Add system-config-printer-no-params-to-py3.patch: Do not launch
+ udev-add-printer with invalid parameters (boo#942809).
+
+-------------------------------------------------------------------
New:
----
system-config-printer-no-params-to-py3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.JFs1vH/_old 2015-09-03 18:06:51.000000000 +0200
+++ /var/tmp/diff_new_pack.JFs1vH/_new 2015-09-03 18:06:51.000000000 +0200
@@ -42,6 +42,8 @@
Patch20: system-config-printer-Gtk-introspect.patch
# PATCH-FIX-UPSTREAM system-config-printer-no-applet-in-gnome.patch rh#677676
[email protected] -- Do not start applet in GNOME
Patch21: system-config-printer-no-applet-in-gnome.patch
+# PATCH-FIX-UPSTREAM system-config-printer-no-params-to-py3.patch boo#924809
[email protected] -- Do not pass parameters to python3
+Patch22: system-config-printer-no-params-to-py3.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: gnome-cups-manager <= 0.33
BuildRequires: cups-devel
@@ -162,6 +164,7 @@
%patch19 -p1
%patch20 -p1
%patch21 -p1
+%patch22 -p1
%build
%configure \
++++++ system-config-printer-no-params-to-py3.patch ++++++
Index: system-config-printer-1.5.7/udev/udev-add-printer
===================================================================
--- system-config-printer-1.5.7.orig/udev/udev-add-printer
+++ system-config-printer-1.5.7/udev/udev-add-printer
@@ -1,4 +1,4 @@
-#!/usr/bin/python3 -s -B
+#!/usr/bin/python3 -sB
## udev-add-printer