Update to 1.40

Resolves: https://issues.redhat.com/browse/RHEL-78561
This commit is contained in:
Olivier Fourdan 2025-02-10 09:58:15 +01:00
parent 3188dbb274
commit 94cbd38a12
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/wayland-protocols-1.36.tar.xz
/wayland-protocols-1.37.tar.xz
/wayland-protocols-1.39.tar.xz
/wayland-protocols-1.40.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.39.tar.xz) = 480a195ec0846400d93160e3d0a7ba12948ed841835ee4661f54b0101ae0027affd9c0f660a73244786fecd70e4f609830489a6b95e00d750cf2379734aacbe0
SHA512 (wayland-protocols-1.40.tar.xz) = f9bbab39d5df593f292da7bf44e822b53530d47d5ca63ecb0f454680722c4d39ccae2be88ba97a644f79b4a3cce2af111cad2a8f75fdc199f858dc7eda0cf820

View File

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: wayland-protocols
Version: 1.39
Release: 2%{?dist}
Version: 1.40
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
@ -52,6 +52,10 @@ wayland-protocols.
%{_includedir}/%{name}/
%changelog
* Mon Feb 10 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.40-1
- Update to 1.40
Resolves: RHEL-78561
* Wed Jan 08 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.39-2
- Align with Fedora spec file to fix build failure.
Resolves: RHEL-72786