Compare commits
36 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 |
3 changed files with 133 additions and 7 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -22,3 +22,26 @@
|
|||
/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.25.tar.xz) = 8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f
|
||||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
# Header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
Version: 1.49
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-devel >= 1.25.0
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
|
|
@ -23,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
|
||||
|
|
@ -46,8 +49,108 @@ wayland-protocols.
|
|||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue