|
|
@ -1,11 +1,14 @@
|
|
|
|
Name: wayland
|
|
|
|
Name: wayland
|
|
|
|
Version: 1.21.0
|
|
|
|
Version: 1.23.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Wayland Compositor Infrastructure
|
|
|
|
Summary: Wayland Compositor Infrastructure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# SPDX
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://wayland.freedesktop.org/
|
|
|
|
URL: http://wayland.freedesktop.org/
|
|
|
|
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -19,6 +22,9 @@ BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# For origin certification
|
|
|
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well as a C
|
|
|
|
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
|
|
|
|
library implementation of that protocol. The compositor can be a standalone
|
|
|
@ -50,6 +56,7 @@ Wayland client library
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libwayland-cursor
|
|
|
|
%package -n libwayland-cursor
|
|
|
|
Summary: Wayland cursor library
|
|
|
|
Summary: Wayland cursor library
|
|
|
|
|
|
|
|
Requires: libwayland-client%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n libwayland-cursor
|
|
|
|
%description -n libwayland-cursor
|
|
|
|
Wayland cursor library
|
|
|
|
Wayland cursor library
|
|
|
|
|
|
|
|
|
|
|
@ -64,6 +71,7 @@ Summary: Wayland server library
|
|
|
|
Wayland server library
|
|
|
|
Wayland server library
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -89,7 +97,7 @@ Wayland server library
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%doc README
|
|
|
|
%doc README.md
|
|
|
|
%{_datadir}/doc/wayland/
|
|
|
|
%{_datadir}/doc/wayland/
|
|
|
|
|
|
|
|
|
|
|
|
%files -n libwayland-client
|
|
|
|
%files -n libwayland-client
|
|
|
@ -109,20 +117,52 @@ Wayland server library
|
|
|
|
%{_libdir}/libwayland-server.so.0*
|
|
|
|
%{_libdir}/libwayland-server.so.0*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 08 2022 Neal Gompa <ngompa@centosproject.org> - 1.21.0-1
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.23.0-2
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2024 Olivier Fourdan <ofourdan@redhat.com> - 1.23.0-1
|
|
|
|
|
|
|
|
- Update to 1.23.0 (RHEL-45197)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.22.0-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- Update to 1.21.0
|
|
|
|
Resolves: rhbz#2063522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2021 Carlos O'Donell <codonell@redhat.com> - 1.19.0-4
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-5
|
|
|
|
- Rebuilt for libffi 3.4.2 SONAME transition.
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Related: rhbz#1891914
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.0-3
|
|
|
|
* Thu Dec 16 2021 Kalev Lember <klember@redhat.com> - 1.20.0-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Update to 1.20.0
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.19.0-2
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Kalev Lember <klember@redhat.com> - 1.19.0-1
|
|
|
|
* Thu Jan 28 2021 Kalev Lember <klember@redhat.com> - 1.19.0-1
|
|
|
|
- Update to 1.19.0
|
|
|
|
- Update to 1.19.0
|
|
|
|