Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58738a63f3 | ||
| 7daf0a33db | |||
| fd4196f6dc | |||
| 189dc9b122 | |||
|
|
d1df357ba8 | ||
| 8fa886bd18 | |||
| fdfedb8894 | |||
|
|
27e7f0c05c | ||
| e61c677c2f |
3 changed files with 33 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -40,3 +40,8 @@
|
|||
/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.44.tar.xz) = 8714e0bedb394c01164b9f4d839daf014f130c79782e2695a304efbe1c8ea7b1e8ef01663fec340df485b179d2bfdb3bad5fba6474d6cb24b90a622d921b419b
|
||||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.44
|
||||
Release: 1%{?dist}
|
||||
Version: 1.49
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
|
|
@ -13,7 +13,7 @@ Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{vers
|
|||
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
|
||||
|
|
@ -52,6 +52,30 @@ wayland-protocols.
|
|||
%{_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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue