Compare commits

...

No commits in common. "imports/c10s/wayland-1.23.0-1.el10" and "c8" have entirely different histories.

6 changed files with 29 additions and 175 deletions

67
.gitignore vendored
View File

@ -1,66 +1 @@
/wayland-20101111.tar.bz2
/wayland-20101123.tar.bz2
/wayland-20101221.tar.bz2
/wayland-0.85.0.tar.gz
/wayland-20120424.tar.bz2
/wayland-0.95.0.tar.xz
/wayland-0.99.0.tar.xz
/wayland-1.0.0.tar.xz
/wayland-1.0.3.tar.xz
/wayland-1.0.5.tar.xz
/wayland-1.0.6.tar.xz
/wayland-1.1.0.tar.xz
/wayland-20130515.tar.bz2
/wayland-1.2.0.tar.xz
/wayland-1.3.0.tar.xz
/wayland-1.3.91.tar.xz
/wayland-1.3.93.tar.xz
/wayland-1.4.0.tar.xz
/wayland-1.4.93.tar.xz
/wayland-1.5.0.tar.xz
/wayland-1.5.91.tar.xz
/wayland-1.6.0.tar.xz
/wayland-1.7.0.tar.xz
/wayland-1.7.92.tar.xz
/wayland-1.8.0.tar.xz
/wayland-1.8.91.tar.xz
/wayland-1.8.92.tar.xz
/wayland-1.8.93.tar.xz
/wayland-1.9.0.tar.xz
/wayland-1.9.91.tar.xz
/wayland-1.9.92.tar.xz
/wayland-1.10.0.tar.xz
/wayland-1.10.91.tar.xz
/wayland-1.10.92.tar.xz
/wayland-1.10.93.tar.xz
/wayland-1.11.0.tar.xz
/wayland-1.11.91.tar.xz
/wayland-1.11.92.tar.xz
/wayland-1.11.93.tar.xz
/wayland-1.11.94.tar.xz
/wayland-1.12.0.tar.xz
/wayland-1.12.91.tar.xz
/wayland-1.13.0.tar.xz
/wayland-1.13.91.tar.xz
/wayland-1.13.92.tar.xz
/wayland-1.13.93.tar.xz
/wayland-1.14.0.tar.xz
/wayland-1.14.91.tar.xz
/wayland-1.14.92.tar.xz
/wayland-1.14.93.tar.xz
/wayland-1.15.0.tar.xz
/wayland-1.15.92.tar.xz
/wayland-1.15.93.tar.xz
/wayland-1.16.0.tar.xz
/wayland-1.16.91.tar.xz
/wayland-1.16.92.tar.xz
/wayland-1.17.0.tar.xz
/wayland-1.18.0.tar.xz
/wayland-1.19.0.tar.xz
/wayland-1.20.0.tar.xz
/wayland-1.21.0.tar.xz
/wayland-1.21.0.tar.xz.sig
/wayland-1.22.0.tar.xz
/wayland-1.22.0.tar.xz.sig
/wayland-1.23.0.tar.xz
/wayland-1.23.0.tar.xz.sig
SOURCES/wayland-1.21.0.tar.xz

1
.wayland.metadata Normal file
View File

@ -0,0 +1 @@
59f381d656e09f34135b7222fbf57e05ae7262e6 SOURCES/wayland-1.21.0.tar.xz

View File

@ -1,17 +1,13 @@
Name: wayland
Version: 1.23.0
Version: 1.21.0
Release: 1%{?dist}
Summary: Wayland Compositor Infrastructure
# SPDX
License: MIT
URL: http://wayland.freedesktop.org/
Source0: https://gitlab.freedesktop.org/%{name}/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
Source1: https://gitlab.freedesktop.org/%{name}/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig
Source2: emersion-gpg-key.asc
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: chrpath
BuildRequires: docbook-style-xsl
BuildRequires: doxygen
BuildRequires: expat-devel
@ -22,9 +18,6 @@ BuildRequires: meson
BuildRequires: pkgconfig(libffi)
BuildRequires: xmlto
# For origin certification
BuildRequires: gnupg2
%description
Wayland is a protocol for a compositor to talk to its clients as well as a C
library implementation of that protocol. The compositor can be a standalone
@ -38,6 +31,18 @@ Requires: libwayland-client%{?_isa} = %{version}-%{release}
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
Requires: libwayland-egl%{?_isa} = %{version}-%{release}
Requires: libwayland-server%{?_isa} = %{version}-%{release}
# For upgrade path from F24
Provides: libwayland-client-devel = %{version}-%{release}
Obsoletes: libwayland-client-devel < 1.11.91
Provides: libwayland-cursor-devel = %{version}-%{release}
Obsoletes: libwayland-cursor-devel < 1.11.91
Provides: libwayland-server-devel = %{version}-%{release}
Obsoletes: libwayland-server-devel < 1.11.91
# For upgrade path from F27
Provides: libwayland-egl-devel = %{version}-%{release}
Provides: mesa-libwayland-egl-devel = %{version}-%{release}
Provides: mesa-libwayland-egl-devel%{?_isa} = %{version}-%{release}
Obsoletes: mesa-libwayland-egl-devel < 18.1.0
%description devel
The %{name}-devel package contains libraries and header files for
@ -56,12 +61,16 @@ Wayland client library
%package -n libwayland-cursor
Summary: Wayland cursor library
Requires: libwayland-client%{?_isa} = %{version}-%{release}
%description -n libwayland-cursor
Wayland cursor library
%package -n libwayland-egl
Summary: Wayland egl library
# For upgrade path from F27
Provides: mesa-libwayland-egl = %{version}-%{release}
Provides: mesa-libwayland-egl%{?_isa} = %{version}-%{release}
Obsoletes: mesa-libwayland-egl < 18.1.0
%description -n libwayland-egl
Wayland egl library
@ -71,7 +80,6 @@ Summary: Wayland server library
Wayland server library
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup -p1
%build
@ -97,7 +105,7 @@ Wayland server library
%{_mandir}/man3/*.3*
%files doc
%doc README.md
%doc README
%{_datadir}/doc/wayland/
%files -n libwayland-client
@ -117,96 +125,14 @@ Wayland server library
%{_libdir}/libwayland-server.so.0*
%changelog
* Fri Jun 28 2024 Olivier Fourdan <ofourdan@redhat.com> - 1.23.0-1
- Update to 1.23.0 (RHEL-45197)
* Tue Oct 25 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.21.0-1
- wayland 1.21.0 (rhbz#2137625)
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.22.0-4
- Bump release for June 2024 mass rebuild
* Fri May 21 2021 Dave Airlie <airlied@redhat.com> - 1.19.0-1
- wayland 1.19.0
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Sep 07 2023 José Expósito <jexposit@redhat.com>
- SPDX migration: license is already SPDX compatible
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Apr 04 2023 Kalev Lember <klember@redhat.com> - 1.22.0-1
- Update to 1.22.0
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jul 26 2022 Mike Rochefort <mroche@redhat.com> - 1.21.0-1
- Update to 1.21.0
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Mar 21 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.20.0-4
- Close file descriptors not needed
rhbz#2062030
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 1.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
* Thu Dec 16 2021 Kalev Lember <klember@redhat.com> - 1.20.0-1
- Update to 1.20.0
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jan 28 2021 Kalev Lember <klember@redhat.com> - 1.19.0-1
- Update to 1.19.0
- Switch to meson build system
- Drop old provides
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 1.18.0-1
- Update to 1.18.0
- Drop no longer needed obsoletes/provides
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Mar 21 2019 Kalev Lember <klember@redhat.com> - 1.17.0-1
- Update to 1.17.0
* Thu Mar 07 2019 Kalev Lember <klember@redhat.com> - 1.16.92-1
- Update to 1.16.92
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 1.16.91-1
- Update to 1.16.91
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Sep 11 2018 Kalev Lember <klember@redhat.com> - 1.16.0-1
- Update to 1.16.0
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 1.15.93-1
- Update to 1.15.93
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.15.92-2
- Rebuild with fixed binutils
* Sun Jul 29 2018 Kalev Lember <klember@redhat.com> - 1.15.92-1
- Update to 1.15.92
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Nov 19 2019 Adam Jackson <ajax@redhat.com> - 1.17.0-1
- wayland 1.17.0
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.15.0-1
- Update to 1.15.0

Binary file not shown.

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,2 +0,0 @@
SHA512 (wayland-1.23.0.tar.xz.sig) = 64dc56593d3e259025ea75438d7e81830dfcc5907919c0479d3e2748da1820e58070d0aed5f5d4e2974c6ce4c8b295cba6d886be15433d614af3b34baa7644c1
SHA512 (wayland-1.23.0.tar.xz) = 9c525231a7ea3e68d3178230d476285a960d23e38571ac96d885f86c0588c52ef01460bff6833db5adb9456ce8db7b996613611187aac972736748ba91b8fd81