Compare commits

..

No commits in common. "rawhide" and "f27" have entirely different histories.

3 changed files with 11 additions and 225 deletions

37
.gitignore vendored
View file

@ -8,40 +8,3 @@
/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.22.tar.xz
/wayland-protocols-1.23.tar.xz
/wayland-protocols-1.24.tar.xz
/wayland-protocols-1.25.tar.xz
/wayland-protocols-1.26.tar.xz
/wayland-protocols-1.27.tar.xz
/wayland-protocols-1.28.tar.xz
/wayland-protocols-1.29.tar.xz
/wayland-protocols-1.30.tar.xz
/wayland-protocols-1.31.tar.xz
/wayland-protocols-1.32.tar.xz
/wayland-protocols-1.33.tar.xz
/wayland-protocols-1.34.tar.xz
/wayland-protocols-1.36.tar.xz
/wayland-protocols-1.37.tar.xz
/wayland-protocols-1.38.tar.xz
/wayland-protocols-1.39.tar.xz
/wayland-protocols-1.40.tar.xz
/wayland-protocols-1.41.tar.xz
/wayland-protocols-1.42.tar.xz
/wayland-protocols-1.43.tar.xz
/wayland-protocols-1.44.tar.xz
/wayland-protocols-1.45.tar.xz
/wayland-protocols-1.46.tar.xz
/wayland-protocols-1.47.tar.xz
/wayland-protocols-1.48.tar.xz
/wayland-protocols-1.49.tar.xz

View file

@ -1 +1 @@
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
SHA512 (wayland-protocols-1.10.tar.xz) = 4cecee723c67b483ecb2a1e36e415935a90f080307531d8fb27cb3f0fe1ae10c1f2aae9b919c8744c2e33cb52943d15202aee960302763a338bdcd16fea7aeb5

View file

@ -1,19 +1,15 @@
# Header-only library
%global debug_package %{nil}
Name: wayland-protocols
Version: 1.49
Release: 2%{?dist}
Version: 1.10
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
URL: http://wayland.freedesktop.org/
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: gcc-g++
BuildRequires: meson
BuildRequires: wayland-devel >= 1.25.0
BuildArch: noarch
BuildRequires: make
BuildRequires: wayland-devel
%description
wayland-protocols contains Wayland protocols that adds functionality not
@ -24,8 +20,6 @@ wayland-protocols.
%package devel
Summary: Wayland protocols that adds functionality not available in the core protocol
Provides: %{name}-static = %{version}-%{release}
BuildArch: noarch
%description devel
wayland-protocols contains Wayland protocols that adds functionality not
@ -38,189 +32,18 @@ wayland-protocols.
%autosetup
%build
%meson
%meson_build
%configure
%install
%meson_install
%make_install
%files devel
%license COPYING
%doc README.md
%doc README
%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/
%{_includedir}/%{name}/
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.49-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sun Jun 07 2026 Neal Gompa <ngompa@fedoraproject.org> - 1.49-1
- Update to 1.49
* Wed Apr 01 2026 Neal Gompa <ngompa@fedoraproject.org> - 1.48-1
- Update to 1.48
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.47-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Dec 15 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.47-1
- Update to 1.47
* Mon Nov 24 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.46-1
- Update to 1.46
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jun 13 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.45-1
- Update to 1.45
* Sun Apr 27 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.44-1
- Update to 1.44
* Tue Apr 08 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.43-1
- Update to 1.43
* Mon Mar 24 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.42-1
- Update to 1.42
* Mon Feb 17 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.41-1
- Update to 1.41
* Thu Jan 30 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.40-1
- Update to 1.40
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Dec 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.39-1
- Update to 1.39
* Sat Oct 12 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.38-1
- Update to 1.38
* Sat Aug 31 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.37-1
- Update to 1.37
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun 01 2024 Pavel Solovev <daron439@gmail.com> - 1.36-1
- Update to 1.36
* Thu Mar 21 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.34-1
- Update to 1.34
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.33-1
- Update to 1.33
* Mon Sep 11 2023 Olivier Fourdan <ofourdan@redhat.com> - 1.32-3
- migrated to SPDX license
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 03 2023 Kalev Lember <klember@redhat.com> - 1.32-1
- Update to 1.32 (rhbz#2219369)
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Nov 29 2022 Kalev Lember <klember@redhat.com> - 1.31-1
- Update to 1.31
* Mon Nov 21 2022 Kalev Lember <klember@redhat.com> - 1.30-1
- Update to 1.30
* Tue Nov 15 2022 Kalev Lember <klember@redhat.com> - 1.29-1
- Update to 1.29
* Sat Nov 05 2022 Kalev Lember <klember@redhat.com> - 1.28-1
- Update to 1.28
* Wed Oct 12 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.27-1
- Update to 1.27
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 8 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.26-1
- Update to 1.26
* Sat Feb 19 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.25-1
- Update to 1.25
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Nov 27 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.24-1
- Update to 1.24
* Mon Sep 20 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.23-1
- Update to 1.23
* Mon Sep 20 2021 Neal Gompa <ngompa@fedoraproject.org> - 1.22-1
- Update to 1.22
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue May 04 2021 Kalev Lember <klember@redhat.com> - 1.21-1
- Update to 1.21
- Switch to meson build system
* 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