Dominique Leuenberger 2021-10-20 18:22:52 +00:00 committed by Git OBS Bridge
commit 91415339c5
6 changed files with 39 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96e7cf03524995a47028236c6d6141c874e693cb80c0be8dabe15455cdd5a5a7
size 120084

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76
size 74116

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Oct 13 08:04:58 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Run test-suite during build:
+ Add c_compiler and c++_compiler BuildRequires.
+ Stop passing tests=false to meson.
+ Add check section and meson_test macro.
-------------------------------------------------------------------
Wed Oct 6 11:46:58 UTC 2021 - Fabian Vogt <fvogt@suse.com>
- Update to 1.23:
* This release adds the new gesture "hold" to the pointer gesture protocol.
- Switch to building with meson
- Based on work from home:ngh
- Update description to fix grammar
-------------------------------------------------------------------
Wed Sep 1 17:58:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,34 +18,38 @@
Name: wayland-protocols
Version: 1.22
Version: 1.23
Release: 0
Summary: Wayland protocols that adds functionality not available in the core protocol
Summary: Wayland protocols that add functionality not available in the core protocol
License: MIT
Group: Development/Libraries/C and C++
URL: https://wayland.freedesktop.org/
Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig
Source3: %{name}.keyring
BuildRequires: c_compiler
BuildRequires: c++_compiler
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(wayland-scanner)
BuildArch: noarch
%description
This package contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
This package contains Wayland protocols that add functionality not
available in the Wayland core protocol. Such protocols either add
completely new functionality, or extend the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
%package devel
Summary: Wayland protocols that adds functionality not available in the core protocol
Summary: Wayland protocols that add functionality not available in the core protocol
Group: Development/Libraries/C and C++
%description devel
This package contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
This package contains Wayland protocols that add functionality not
available in the Wayland core protocol. Such protocols either add
completely new functionality, or extend the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
@ -53,10 +57,14 @@ wayland-protocols.
%autosetup
%build
%configure
%meson
%meson_build
%install
%make_install
%meson_install
%check
%meson_test
%files devel
%doc README.md GOVERNANCE.md MEMBERS.md