Update to 1.27
Resolves: rhbz#2139449 Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
parent
fc6c187429
commit
ea0094a197
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@
|
|||||||
/wayland-protocols-1.20.tar.xz
|
/wayland-protocols-1.20.tar.xz
|
||||||
/wayland-protocols-1.21.tar.xz
|
/wayland-protocols-1.21.tar.xz
|
||||||
/wayland-protocols-1.23.tar.xz
|
/wayland-protocols-1.23.tar.xz
|
||||||
|
/wayland-protocols-1.25.tar.xz
|
||||||
|
/wayland-protocols-1.27.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (wayland-protocols-1.25.tar.xz) = 8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f
|
SHA512 (wayland-protocols-1.27.tar.xz) = c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
Name: wayland-protocols
|
Name: wayland-protocols
|
||||||
Version: 1.25
|
Version: 1.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://wayland.freedesktop.org/
|
URL: https://wayland.freedesktop.org/
|
||||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: wayland-devel
|
BuildRequires: wayland-devel >= 1.20
|
||||||
|
|
||||||
%description
|
%description
|
||||||
wayland-protocols contains Wayland protocols that adds functionality not
|
wayland-protocols contains Wayland protocols that adds functionality not
|
||||||
@ -48,6 +48,10 @@ wayland-protocols.
|
|||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 03 2022 Neal Gompa <ngompa@centosproject.org> - 1.27-1
|
||||||
|
- Update to 1.27
|
||||||
|
Resolves: rhbz#2139449
|
||||||
|
|
||||||
* Sun Mar 13 2022 Neal Gompa <ngompa@centosproject.org> - 1.25-1
|
* Sun Mar 13 2022 Neal Gompa <ngompa@centosproject.org> - 1.25-1
|
||||||
- Update to 1.25
|
- Update to 1.25
|
||||||
Resolves: rhbz#2063523
|
Resolves: rhbz#2063523
|
||||||
|
Loading…
Reference in New Issue
Block a user