From c1cfd4998ba5059e0d3cbe4e6e2a9e0b365579fd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sat, 5 Nov 2022 08:13:57 +0000 Subject: [PATCH] Auto sync2gitlab import of wayland-1.21.0-1.el8.src.rpm --- .gitignore | 1 + sources | 2 +- wayland.spec | 21 +++++++++------------ 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 2937548..ae7f8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wayland-1.19.0.tar.xz +/wayland-1.21.0.tar.xz diff --git a/sources b/sources index 7bbe46b..cff286e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-1.19.0.tar.xz) = d8a86f5e23e4a88e7c84b82fdb51eb350419086afe462ecb2f4d5c3ba9290ede310cbbcffd60215219ddccf5bad4adec21a5ebfbef6577200f66ac7a1b64a5ef +SHA512 (wayland-1.21.0.tar.xz) = 5575216d30fdf5c63caa6bcad071e15f2a4f3acb12df776806073f65db37a50b5b5b3cc7957c5497636f4ac01893e2eaab26e453ded44b287acde01762f5fdc3 diff --git a/wayland.spec b/wayland.spec index d04d353..458fb55 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,5 +1,5 @@ Name: wayland -Version: 1.19.0 +Version: 1.21.0 Release: 1%{?dist} Summary: Wayland Compositor Infrastructure @@ -14,6 +14,7 @@ BuildRequires: expat-devel BuildRequires: graphviz BuildRequires: libxml2-devel BuildRequires: libxslt +BuildRequires: meson BuildRequires: pkgconfig(libffi) BuildRequires: xmlto @@ -82,21 +83,14 @@ Wayland server library %autosetup -p1 %build -%configure --disable-static --enable-documentation -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install - -find $RPM_BUILD_ROOT -name \*.la | xargs rm -f - -# Remove lib64 rpaths -chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so +%meson_install %check -mkdir -m 700 tests/run -XDG_RUNTIME_DIR=$PWD/tests/run make check || \ -{ rc=$?; cat test-suite.log; exit $rc; } +%meson_test %files devel %{_bindir}/wayland-scanner @@ -131,6 +125,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %{_libdir}/libwayland-server.so.0* %changelog +* Tue Oct 25 2022 Olivier Fourdan - 1.21.0-1 +- wayland 1.21.0 (rhbz#2137625) + * Fri May 21 2021 Dave Airlie - 1.19.0-1 - wayland 1.19.0