From 98f08c4a8f0c8c0ee698dd91acbe23afbebe88c3 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 22 Jun 2021 10:48:11 +0200 Subject: [PATCH] Update to 1.21 Resolves: rhbz#1973201 --- .gitignore | 1 + sources | 2 +- wayland-protocols.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30a8da3..e49f45f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /wayland-protocols-1.17.tar.xz /wayland-protocols-1.18.tar.xz /wayland-protocols-1.20.tar.xz +/wayland-protocols-1.21.tar.xz diff --git a/sources b/sources index 153a6c0..0b66401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.20.tar.xz) = d13f65d03add2c39cc32bf6bda0e981e9f52504bf8505fceea045c8baeb73bea64fa4edb99cb837677fbab1b5b3023054adff36fac127e819690f366b81c4977 +SHA512 (wayland-protocols-1.21.tar.xz) = 40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8 diff --git a/wayland-protocols.spec b/wayland-protocols.spec index fd24251..cf88021 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,6 +1,6 @@ Name: wayland-protocols -Version: 1.20 -Release: 4%{?dist} +Version: 1.21 +Release: 1%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT @@ -44,6 +44,9 @@ wayland-protocols. %{_datadir}/%{name}/ %changelog +* Tue Jun 22 2021 Olivier Fourdan - 1.21-1 +- Update to 1.21 + * Fri Apr 16 2021 Mohan Boddu - 1.20-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937