Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package system-config-printer for
openSUSE:Factory checked in at 2023-08-03 17:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
and /work/SRC/openSUSE:Factory/.system-config-printer.new.22712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-config-printer"
Thu Aug 3 17:27:21 2023 rev:103 rq:1101929 version:1.5.18
Changes:
--------
---
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes
2023-03-24 15:18:16.750217845 +0100
+++
/work/SRC/openSUSE:Factory/.system-config-printer.new.22712/system-config-printer.changes
2023-08-03 17:27:25.758908661 +0200
@@ -1,0 +2,6 @@
+Wed Aug 2 03:56:55 UTC 2023 - Yifan Jiang <[email protected]>
+
+- Explicitly use --with-cups-serverbin-dir to find SERVERBIN when
+ cups.pc is not provided by older cups (boo#1213883).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-config-printer.spec ++++++
--- /var/tmp/diff_new_pack.fsXo0P/_old 2023-08-03 17:27:26.458912899 +0200
+++ /var/tmp/diff_new_pack.fsXo0P/_new 2023-08-03 17:27:26.466912947 +0200
@@ -1,7 +1,7 @@
#
# spec file for package system-config-printer
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -155,9 +155,16 @@
%patch100 -p1
%build
+if pkg-config --exists "cups"; then
%configure \
--with-udev-rules \
--with-systemdsystemunitdir=%{_unitdir}
+else
+%configure \
+ --with-cups-serverbin-dir='/usr/lib/cups/' \
+ --with-udev-rules \
+ --with-systemdsystemunitdir=%{_unitdir}
+fi
%install
%make_install dbusdir=%{_datadir}/dbus-1/system.d/