Compare commits

...

10 Commits

Author SHA1 Message Date
Neal Gompa dc13314513 Update to 1.31 2023-05-19 10:37:00 +00:00
Neal Gompa ea0094a197 Update to 1.27
Resolves: rhbz#2139449

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
2022-11-03 08:21:23 -04:00
Neal Gompa fc6c187429 Update to 1.25
Resolves: rhbz#2063523

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
2022-03-13 08:50:02 -04:00
Neal Gompa 934ff7f859 Update to 1.23
Resolves: rhbz#2005934

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
2021-10-04 11:35:29 -04:00
Mohan Boddu 1929e019ab Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:18:55 +00:00
Olivier Fourdan 98f08c4a8f Update to 1.21
Resolves: rhbz#1973201
2021-06-22 10:48:11 +02:00
Tomas Pelka d745084a1a enabling gating for el9 2021-06-16 13:50:43 +02:00
Mohan Boddu 75fb9ca91c - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 06:09:41 +00:00
DistroBaker 546a81d4b4 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/wayland-protocols.git#1d7d0e3f4cbcdb90f5d263097ec3807c838b3a89
2021-02-05 07:56:34 +01:00
Troy Dawson 31a4751677 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/wayland-protocols#488ad5a5812ea1f39802b9bb7d12ae3f4642a8a4
2020-10-15 13:39:53 -07:00
5 changed files with 202 additions and 0 deletions

24
.gitignore vendored
View File

@ -0,0 +1,24 @@
/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

View File

@ -0,0 +1 @@
5a84628630598027fab1708f822fc399d9e70b02 wayland-protocols-1.31.tar.xz

6
gating.yaml Normal file
View 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
View File

@ -0,0 +1 @@
SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf

170
wayland-protocols.spec Normal file
View File

@ -0,0 +1,170 @@
Name: wayland-protocols
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://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: wayland-devel >= 1.20
%description
wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
%package devel
Summary: Wayland protocols that adds functionality not available in the core protocol
%description devel
wayland-protocols contains Wayland protocols that adds functionality not
available in the Wayland core protocol. Such protocols either adds
completely new functionality, or extends the functionality of some other
protocol either in Wayland core, or some other protocol in
wayland-protocols.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files devel
%license COPYING
%doc README.md
%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/
%changelog
* 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 04 2021 Neal Gompa <ngompa@centosproject.org> - 1.23-1
- Update to 1.23
Resolves: rhbz#2005934
* 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
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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
* 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
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.14-1
- Update to 1.14
* Thu Feb 15 2018 Kalev Lember <klember@redhat.com> - 1.13-1
- Update to 1.13
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Dec 07 2017 Kalev Lember <klember@redhat.com> - 1.12-1
- Update to 1.12
* Wed Nov 15 2017 Kalev Lember <klember@redhat.com> - 1.11-1
- Update to 1.11
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 1.10-1
- Update to 1.10
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 1.9-1
- Update to 1.9
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Aug 16 2016 Kalev Lember <klember@redhat.com> - 1.7-1
- Update to 1.7
* Fri Aug 12 2016 Kalev Lember <klember@redhat.com> - 1.6-1
- Update to 1.6
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 1.5-1
- Update to 1.5
* Tue May 24 2016 Kalev Lember <klember@redhat.com> - 1.4-1
- Update to 1.4
* Mon Apr 11 2016 Kalev Lember <klember@redhat.com> - 1.3-1
- Update to 1.3
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 1.2-1
- Update to 1.2
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.1-1
- Update to 1.1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Dec 05 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-2
- Fix description
* Thu Nov 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
- Update to released 1.0
- Move XMLs to devel pkg
- Drop non-interesting part of description
* Sun Nov 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.1.0-0.gitf828a43
- Initial package