Update to 1.39

Resolves: https://issues.redhat.com/browse/RHEL-72786
This commit is contained in:
Olivier Fourdan 2025-01-08 15:08:56 +01:00
parent 990460c7e0
commit 3f9c3ae471
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@
/wayland-protocols-1.33.tar.xz
/wayland-protocols-1.36.tar.xz
/wayland-protocols-1.37.tar.xz
/wayland-protocols-1.39.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.37.tar.xz) = 57936a23d08957afa9563b51b2b195aa10410fa74176c0503f83b1544e243d4e5b99c3daf5fc14c0a68a78d3f5759e1a5ca9fe4ba22220cbf5328168903c7575
SHA512 (wayland-protocols-1.39.tar.xz) = 480a195ec0846400d93160e3d0a7ba12948ed841835ee4661f54b0101ae0027affd9c0f660a73244786fecd70e4f609830489a6b95e00d750cf2379734aacbe0

View File

@ -1,6 +1,6 @@
Name: wayland-protocols
Version: 1.37
Release: 2%{?dist}
Version: 1.39
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
@ -48,6 +48,10 @@ wayland-protocols.
%{_datadir}/%{name}/
%changelog
* Wed Jan 08 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.39-1
- Update to 1.39
Resolves: RHEL-72786
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.37-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018