Update to 1.49
Resolves: https://redhat.atlassian.net/browse/RHEL-191589
This commit is contained in:
parent
e7a5e2881b
commit
e8014f0d74
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
||||
/wayland-protocols-1.43.tar.xz
|
||||
/wayland-protocols-1.44.tar.xz
|
||||
/wayland-protocols-1.45.tar.xz
|
||||
/wayland-protocols-1.49.tar.xz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wayland-protocols-1.45.tar.xz) = d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195
|
||||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.45
|
||||
Version: 1.49
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
@ -13,7 +13,7 @@ Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{vers
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-devel >= 1.25
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
@ -52,6 +52,10 @@ wayland-protocols.
|
||||
%{_includedir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 09 2026 Olivier Fourdan <ofourdan@redhat.com> - 1.49-1
|
||||
- Update to 1.49
|
||||
Resolves: https://redhat.atlassian.net/browse/RHEL-191589
|
||||
|
||||
* Fri Jun 13 2025 Neal Gompa <ngompa@centosproject.org> - 1.45-1
|
||||
- Update to 1.45
|
||||
Resolves: RHEL-96927
|
||||
|
||||
Loading…
Reference in New Issue
Block a user