Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xf86-video-qxl for openSUSE:Factory checked in at 2021-11-11 21:35:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old) and /work/SRC/openSUSE:Factory/.xf86-video-qxl.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-qxl" Thu Nov 11 21:35:50 2021 rev:23 rq:928538 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes 2021-07-22 22:42:34.823260808 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new.1890/xf86-video-qxl.changes 2021-11-11 21:35:54.556866215 +0100 @@ -1,0 +2,10 @@ +Mon Nov 1 10:19:06 UTC 2021 - Stefan Dirsch <[email protected]> + +- u_fix-build-against-xserver-21_1.patch + * fixes build aginst xorg-server 21.1; reson: + commit 454b3a826edb5fc6d0fea3a9cfd1a5e8fc568747 + Author: Adam Jackson <[email protected]> + Date: Mon Jul 22 13:51:06 2019 -0400 + hw: Rename boolean config value field from bool to boolean + +------------------------------------------------------------------- New: ---- u_fix-build-against-xserver-21_1.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-qxl.spec ++++++ --- /var/tmp/diff_new_pack.f5oFLS/_old 2021-11-11 21:35:54.992866533 +0100 +++ /var/tmp/diff_new_pack.f5oFLS/_new 2021-11-11 21:35:54.996866536 +0100 @@ -38,6 +38,7 @@ Patch0: n_hardcode_libdrm_cflags.patch Patch1: n_disable-surfaces-on-kms.patch Patch2: Xspice-python3.patch +Patch3: u_fix-build-against-xserver-21_1.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -82,6 +83,7 @@ %patch0 -p0 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build autoreconf -fi ++++++ u_fix-build-against-xserver-21_1.patch ++++++ diff -u -r -p xf86-video-qxl-0.1.5.orig/src/qxl_option_helpers.c xf86-video-qxl-0.1.5/src/qxl_option_helpers.c --- xf86-video-qxl-0.1.5.orig/src/qxl_option_helpers.c 2021-11-01 10:09:58.218532674 +0000 +++ xf86-video-qxl-0.1.5/src/qxl_option_helpers.c 2021-11-01 10:16:54.442490320 +0000 @@ -34,7 +34,7 @@ int get_bool_option(OptionInfoPtr option const char* value = getenv(env_name); if (!value) { - return options[option_index].value.bool; + return options[option_index].value.boolean; } if (strcmp(value, "0") == 0 || strcasecmp(value, "off") == 0 ||
