From 934ff7f859bb5433dd8ef0f1b12e9983fe60a610 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 4 Oct 2021 11:35:29 -0400 Subject: [PATCH] Update to 1.23 Resolves: rhbz#2005934 Signed-off-by: Neal Gompa --- .gitignore | 1 + sources | 2 +- wayland-protocols.spec | 18 +++++++++++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e49f45f..28d32d6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /wayland-protocols-1.18.tar.xz /wayland-protocols-1.20.tar.xz /wayland-protocols-1.21.tar.xz +/wayland-protocols-1.23.tar.xz diff --git a/sources b/sources index 0b66401..cff1411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.21.tar.xz) = 40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8 +SHA512 (wayland-protocols-1.23.tar.xz) = 11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6 diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 1ec3761..6982d5d 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,6 +1,6 @@ Name: wayland-protocols -Version: 1.21 -Release: 2%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT @@ -8,7 +8,10 @@ URL: https://wayland.freedesktop.org/ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: make + +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: wayland-devel %description @@ -32,10 +35,11 @@ wayland-protocols. %autosetup %build -%configure +%meson +%meson_build %install -%make_install +%meson_install %files devel %license COPYING @@ -44,6 +48,10 @@ wayland-protocols. %{_datadir}/%{name}/ %changelog +* Mon Oct 04 2021 Neal Gompa - 1.23-1 +- Update to 1.23 + Resolves: rhbz#2005934 + * Tue Aug 10 2021 Mohan Boddu - 1.21-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688