Hello community,

here is the log from the commit of package weston for openSUSE:Factory checked 
in at 2020-02-05 19:43:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weston (Old)
 and      /work/SRC/openSUSE:Factory/.weston.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weston"

Wed Feb  5 19:43:22 2020 rev:22 rq:770252 version:8

Changes:
--------
--- /work/SRC/openSUSE:Factory/weston/weston.changes    2019-08-24 
18:48:44.885743734 +0200
+++ /work/SRC/openSUSE:Factory/.weston.new.26092/weston.changes 2020-02-05 
19:44:17.327341609 +0100
@@ -1,0 +2,12 @@
+Sun Jan 26 10:19:38 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 8
+  * DRM hardware planes should be used more effectively
+  * The DRM backend now supports HDCP
+  * Headless backend now supports OpenGL
+  * DRM backend can now be built without GBM
+  * EGL_KHR_partial_update is now used when available, reducing
+    memory bandwidth usage on some GPUs.
+- Add 0001-tests-test-runner-needs-wayland-client.patch
+
+-------------------------------------------------------------------

Old:
----
  weston-7.0.0.tar.xz

New:
----
  0001-tests-test-runner-needs-wayland-client.patch
  weston-8.0.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ weston.spec ++++++
--- /var/tmp/diff_new_pack.XR6QEf/_old  2020-02-05 19:44:18.031341944 +0100
+++ /var/tmp/diff_new_pack.XR6QEf/_new  2020-02-05 19:44:18.035341946 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package weston
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 Name:           weston
 %define lname  libweston0
-%define major   7
-%define realver        7.0.0
-Version:        7
+%define major   8
+%define realver        8.0.0
+Version:        8
 Release:        0
 Summary:        Wayland Reference Compositor
 License:        MIT AND CC-BY-SA-3.0
@@ -31,8 +31,10 @@
 #Git-Web:      https://cgit.freedesktop.org/wayland/weston/
 Source:         https://wayland.freedesktop.org/releases/weston-%realver.tar.xz
 Source3:        %name.keyring
+Patch1:         0001-tests-test-runner-needs-wayland-client.patch
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake >= 1.11
+BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool >= 2.2
 BuildRequires:  libxml2-tools
@@ -135,6 +137,8 @@
 %autosetup -n %name-%realver -p1
 
 %build
+echo "Workaround broken weston that fails to cope with -Wl,--no-undefined 
injected by meson/ninja"
+export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
 %meson -Ddemo-clients=false -Dremoting=false -Dsimple-clients= \
 %ifarch %ix86 x86_64
        -Dsimple-dmabuf-drm=intel \

++++++ 0001-tests-test-runner-needs-wayland-client.patch ++++++
>From 1f3615f3cce1f71144e7bb606f95c0f2e87cd3b4 Mon Sep 17 00:00:00 2001
From: Pekka Paalanen <pekka.paala...@collabora.com>
Date: Mon, 27 Jan 2020 12:15:20 +0200
Subject: [PATCH] tests: test-runner needs wayland-client

weston-test-runner.h includes wayland-util.h, therefore it needs
wayland-client. A partial dependency with just compile_args might have been
enough as it does not seem to use functions from wayland-util.c, but safer this
way and no harm.

Fixes: 
https://lists.freedesktop.org/archives/wayland-devel/2020-January/041149.html

Signed-off-by: Pekka Paalanen <pekka.paala...@collabora.com>
---
 tests/meson.build | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/meson.build b/tests/meson.build
index b9646921..a0735ad4 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -11,10 +11,14 @@ env_modmap += 
'weston-test-desktop-shell.so=@0@;'.format(plugin_test_shell_deskt
 lib_test_runner = static_library(
        'test-runner',
        'weston-test-runner.c',
+       dependencies: dep_wayland_client,
        include_directories: common_inc,
        install: false,
 )
-dep_test_runner = declare_dependency(link_with: lib_test_runner)
+dep_test_runner = declare_dependency(
+       dependencies: dep_wayland_client,
+       link_with: lib_test_runner
+)
 
 lib_test_client = static_library(
        'test-client',
-- 
2.25.0

++++++ weston-7.0.0.tar.xz -> weston-8.0.0.tar.xz ++++++
++++ 19366 lines of diff (skipped)


Reply via email to