Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
25
.gitignore
vendored
25
.gitignore
vendored
@ -1 +1,24 @@
|
||||
SOURCES/wayland-protocols-1.25.tar.xz
|
||||
/wayland-protocols-1.0.tar.xz
|
||||
/wayland-protocols-1.1.tar.xz
|
||||
/wayland-protocols-1.2.tar.xz
|
||||
/wayland-protocols-1.3.tar.xz
|
||||
/wayland-protocols-1.4.tar.xz
|
||||
/wayland-protocols-1.5.tar.xz
|
||||
/wayland-protocols-1.6.tar.xz
|
||||
/wayland-protocols-1.7.tar.xz
|
||||
/wayland-protocols-1.9.tar.xz
|
||||
/wayland-protocols-1.10.tar.xz
|
||||
/wayland-protocols-1.11.tar.xz
|
||||
/wayland-protocols-1.12.tar.xz
|
||||
/wayland-protocols-1.13.tar.xz
|
||||
/wayland-protocols-1.14.tar.xz
|
||||
/wayland-protocols-1.15.tar.xz
|
||||
/wayland-protocols-1.16.tar.xz
|
||||
/wayland-protocols-1.17.tar.xz
|
||||
/wayland-protocols-1.18.tar.xz
|
||||
/wayland-protocols-1.20.tar.xz
|
||||
/wayland-protocols-1.21.tar.xz
|
||||
/wayland-protocols-1.23.tar.xz
|
||||
/wayland-protocols-1.25.tar.xz
|
||||
/wayland-protocols-1.27.tar.xz
|
||||
/wayland-protocols-1.31.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
275298332d124e40e345aa82bc8f48ef8cad3480 SOURCES/wayland-protocols-1.25.tar.xz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
|
@ -1,16 +1,18 @@
|
||||
Name: wayland-protocols
|
||||
Version: 1.25
|
||||
Version: 1.31
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
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
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-devel >= 1.20
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
@ -46,24 +48,61 @@ wayland-protocols.
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Thu Jun 09 2022 Dave Airlie <airlied@redhat.com> - 1.25-1
|
||||
* Tue Nov 29 2022 Neal Gompa <ngompa@centosproject.org> - 1.31-1
|
||||
- Update to 1.31
|
||||
Resolves: rhbz#2149338
|
||||
|
||||
* 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
|
||||
- Update to 1.25
|
||||
Resolves: rhbz#2063523
|
||||
|
||||
* Mon Oct 4 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.23-1
|
||||
* Mon Oct 04 2021 Neal Gompa <ngompa@centosproject.org> - 1.23-1
|
||||
- Update to 1.23
|
||||
Switch to meson
|
||||
Resolves: 2005940
|
||||
Resolves: rhbz#2005934
|
||||
|
||||
* Sat May 22 2021 Dave Airlie <airlied@redhat.com> - 1.21-1
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.21-2
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jun 22 2021 Olivier Fourdan <ofourdan@redhat.com> - 1.21-1
|
||||
- Update to 1.21
|
||||
|
||||
* Thu Nov 14 2019 Olivier Fourdan <ofourdan@redhat.com> - 1.18-1
|
||||
- Update to 1.18
|
||||
Resolves: #1728816
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Fri May 24 2019 Florian Müllner <fmuellner@redhat.com> - 1.17-1
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Feb 29 2020 Jonas Ådahl <jadahl@redhat.com> - 1.20-1
|
||||
- Update to 1.20
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2019 Olivier Fourdan <ofourdan@redhat.com> - 1.18-1
|
||||
- Update to 1.18
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 21 2018 Kalev Lember <klember@redhat.com> - 1.17-1
|
||||
- Update to 1.17
|
||||
Resolves: #1713685
|
||||
|
||||
* Tue Jul 31 2018 Kalev Lember <klember@redhat.com> - 1.16-1
|
||||
- Update to 1.16
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 1.15-1
|
||||
- Update to 1.15
|
Loading…
Reference in New Issue
Block a user