Compare commits
60 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58738a63f3 | ||
| 7daf0a33db | |||
| fd4196f6dc | |||
| 189dc9b122 | |||
|
|
d1df357ba8 | ||
| 8fa886bd18 | |||
| fdfedb8894 | |||
|
|
27e7f0c05c | ||
| e61c677c2f | |||
| 83b7d35bb4 | |||
| 7293debd02 | |||
| 7a492abd6a | |||
| 20a0c3f376 | |||
| 9627938d8d | |||
|
|
2bbf8171d9 | ||
| 0a17444564 | |||
| 3cee66c739 | |||
| 38d2dcd211 | |||
| 11304ce353 | |||
| 549c7632b4 | |||
|
|
95baebf760 | ||
|
|
713ee752d7 |
||
| 23a3bf6b4a | |||
|
|
96e24f19cc | ||
| ab706650bb | |||
|
|
cc70ef9958 | ||
|
|
ee6e029cdb | ||
|
|
397c76d274 | ||
|
|
64418c9c03 | ||
|
|
e80d38e214 | ||
|
|
b7c08bb254 | ||
|
|
b3cae1bb27 | ||
|
|
62dfca0724 | ||
| 7a3a830b1d | |||
|
|
fdd2153974 | ||
|
|
45a2ad6ba2 | ||
| ad71bbb879 | |||
|
|
7f56223664 | ||
| ab77750537 | |||
| 5b4d3a2231 | |||
| 996549601a | |||
|
|
2da40f37a1 | ||
|
|
45dbc2eb06 | ||
|
|
dd441914c2 | ||
|
|
1d7d0e3f4c | ||
|
|
488ad5a581 | ||
|
|
12322a7279 | ||
|
|
77a243d9ea | ||
|
|
54d64e6897 | ||
|
|
a18fcb793a | ||
|
|
8cf3df3439 | ||
|
|
2334c62f9b | ||
|
|
f01a6af0a7 | ||
|
|
e8bd8a07dd | ||
|
|
6632c5b100 | ||
|
|
1613afd7fb | ||
|
|
8f0a997cdf | ||
|
|
2e476104a6 | ||
|
|
acfdcc47a3 | ||
|
|
0a44ce6295 |
3 changed files with 225 additions and 11 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -8,3 +8,40 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wayland-protocols-1.10.tar.xz) = 4cecee723c67b483ecb2a1e36e415935a90f080307531d8fb27cb3f0fe1ae10c1f2aae9b919c8744c2e33cb52943d15202aee960302763a338bdcd16fea7aeb5
|
||||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
|
|
|
|||
|
|
@ -1,15 +1,19 @@
|
|||
# Header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.10
|
||||
Release: 1%{?dist}
|
||||
Version: 1.49
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
URL: http://wayland.freedesktop.org/
|
||||
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
URL: https://wayland.freedesktop.org/
|
||||
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel >= 1.25.0
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
|
|
@ -20,6 +24,8 @@ 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
|
||||
|
|
@ -32,18 +38,189 @@ wayland-protocols.
|
|||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
%{_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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue