Accepting request 832369 from X11:Wayland
- Update to release 9 OBS-URL: https://build.opensuse.org/request/show/832369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/weston?expand=0&rev=23
This commit is contained in:
commit
e376834c9c
@ -1,40 +0,0 @@
|
||||
From 1f3615f3cce1f71144e7bb606f95c0f2e87cd3b4 Mon Sep 17 00:00:00 2001
|
||||
From: Pekka Paalanen <pekka.paalanen@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.paalanen@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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7518b49b2eaa1c3091f24671bdcc124fd49fc8f1af51161927afa4329c027848
|
||||
size 1094904
|
3
weston-9.0.0.tar.xz
Normal file
3
weston-9.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe
|
||||
size 1555212
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 11:55:40 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 9
|
||||
* A new kiosk shell allows to display regular desktop apps in an
|
||||
always-fullscreen mode.
|
||||
* DRM panel orientation property support.
|
||||
- Drop 0001-tests-test-runner-needs-wayland-client.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 10:19:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
13
weston.spec
13
weston.spec
@ -18,9 +18,9 @@
|
||||
|
||||
Name: weston
|
||||
%define lname libweston0
|
||||
%define major 8
|
||||
%define realver 8.0.0
|
||||
Version: 8
|
||||
%define major 9
|
||||
%define realver 9.0.0
|
||||
Version: 9
|
||||
Release: 0
|
||||
Summary: Wayland Reference Compositor
|
||||
License: MIT AND CC-BY-SA-3.0
|
||||
@ -31,10 +31,10 @@ URL: https://wayland.freedesktop.org/
|
||||
#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: glibc-devel >= 2.27
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtool >= 2.2
|
||||
BuildRequires: libxml2-tools
|
||||
@ -172,7 +172,6 @@ popd
|
||||
%postun -n libweston-desktop-%major-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%_bindir/w*
|
||||
%_libexecdir/%name-*
|
||||
@ -183,19 +182,15 @@ popd
|
||||
%_mandir/man?/*.*
|
||||
|
||||
%files -n libweston-%major-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-%major.so.0*
|
||||
|
||||
%files -n libweston-%major
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-%major/
|
||||
|
||||
%files -n libweston-desktop-%major-0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libweston-desktop-%major.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/%name/
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_libdir/libweston*.so
|
||||
|
Loading…
Reference in New Issue
Block a user