Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at 2022-04-06 21:51:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
and /work/SRC/openSUSE:Factory/.xorg-x11-server.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-server"
Wed Apr 6 21:51:06 2022 rev:406 rq:966769 version:21.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes
2022-03-15 19:05:02.540953094 +0100
+++
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.1900/xorg-x11-server.changes
2022-04-06 21:51:14.199741592 +0200
@@ -1,0 +2,6 @@
+Wed Mar 30 12:36:36 UTC 2022 - Marcus Meissner <[email protected]>
+
+- disable -z now linking for now, as there are some missing symbol
+ issues. (boo#1197994)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.M17vUC/_old 2022-04-06 21:51:15.411727762 +0200
+++ /var/tmp/diff_new_pack.M17vUC/_new 2022-04-06 21:51:15.415727716 +0200
@@ -407,6 +407,13 @@
%patch1960 -p1
%build
+# We have some -z now related errors during X default startup (boo#1197994):
+# - when loading modesetting: gbm_bo_get_plane_count
+# - when loading fbdev: fbdevHWSave
+# - when loading vesa: VBESetModeParameters
+# this is directly visible on startup, so easy to test later on.
+export SUSE_ZNOW=0
+
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
test -e source-file-list || \
find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \