Hello community, here is the log from the commit of package system-config-printer for openSUSE:12.3 checked in at 2013-02-12 12:55:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/system-config-printer (Old) and /work/SRC/openSUSE:12.3/.system-config-printer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-config-printer", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/system-config-printer/system-config-printer.changes 2013-01-31 01:39:12.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.system-config-printer.new/system-config-printer.changes 2013-02-12 12:55:31.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 11 16:18:27 UTC 2013 - [email protected] + +- Add system-config-printer-fix-name-of-udev-helper.patch to fix + udev-configure-printer to be called at all. + +------------------------------------------------------------------- New: ---- system-config-printer-fix-name-of-udev-helper.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ system-config-printer.spec ++++++ --- /var/tmp/diff_new_pack.K6S0sz/_old 2013-02-12 12:55:33.000000000 +0100 +++ /var/tmp/diff_new_pack.K6S0sz/_new 2013-02-12 12:55:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package system-config-printer # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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-fix-name-of-udev-helper.patch [email protected] -- the systemd service calls the wrong path for udev-configure-printer +Patch20: system-config-printer-fix-name-of-udev-helper.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: gnome-cups-manager <= 0.33 BuildRequires: cups-devel @@ -143,6 +145,7 @@ %setup -q %patch13 -p1 %patch19 -p1 +%patch20 -p1 %build %configure \ ++++++ system-config-printer-fix-name-of-udev-helper.patch ++++++ Index: system-config-printer-1.3.12/udev/[email protected] =================================================================== --- system-config-printer-1.3.12.orig/udev/[email protected] +++ system-config-printer-1.3.12/udev/[email protected] @@ -4,4 +4,4 @@ Requires=cups.socket After=cups.socket [Service] -ExecStart=@udevhelperdir@/configure-printer add "%i" +ExecStart=@udevhelperdir@/udev-configure-printer add "%i" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
