Compare commits
22 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 |
3 changed files with 81 additions and 6 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -31,3 +31,17 @@
|
|||
/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.34.tar.xz) = d180eaaf87281dc7adade19070ee8308a5cb3dc2f60cff077960436ad647d3d207eb63fa0b079b7b315109654ad6e6b5e2588bfe859900e67edf8c67b1c3ad20
|
||||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
# Header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.34
|
||||
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://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
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,66 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue