diff --git a/.gitignore b/.gitignore index 8f3d247..c54c0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e518475..50bbd07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.39.tar.xz) = 480a195ec0846400d93160e3d0a7ba12948ed841835ee4661f54b0101ae0027affd9c0f660a73244786fecd70e4f609830489a6b95e00d750cf2379734aacbe0 +SHA512 (wayland-protocols-1.40.tar.xz) = f9bbab39d5df593f292da7bf44e822b53530d47d5ca63ecb0f454680722c4d39ccae2be88ba97a644f79b4a3cce2af111cad2a8f75fdc199f858dc7eda0cf820 diff --git a/wayland-protocols.spec b/wayland-protocols.spec index f82cbd7..548825a 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -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 - 1.40-1 +- Update to 1.40 + Resolves: RHEL-78561 + * Wed Jan 08 2025 Olivier Fourdan - 1.39-2 - Align with Fedora spec file to fix build failure. Resolves: RHEL-72786