Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d4f38d576 | ||
|
|
8867bd8dc6 | ||
|
|
4283c83e05 | ||
|
|
a0952bf66d | ||
|
|
0cd1e9c54c | ||
|
|
6b8595b348 | ||
|
|
67cbe1eb4f | ||
|
|
372bea948c | ||
|
|
ec91faf14e | ||
|
|
7d1688cd9b | ||
|
|
acbd6955bc | ||
|
|
869e123978 | ||
|
|
230943cff5 | ||
|
|
163dd21913 | ||
|
|
5094d3cf24 | ||
|
|
21e65c68bb | ||
|
|
02d8ecc961 |
3 changed files with 62 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
/wayland-utils-1.0.0.tar.xz
|
||||
/wayland-utils-1.1.0.tar.xz
|
||||
/wayland-utils-1.2.0.tar.xz
|
||||
/wayland-utils-1.3.0.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wayland-utils-1.0.0.tar.xz) = 4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2
|
||||
SHA512 (wayland-utils-1.3.0.tar.xz) = 45c930cf496ed7d6648eb472579298b76d8df6db6d877344f266272cacdecff6be34f4ee0483c951444225aee32c67cee5701553ab7afbd16ba71b1239bb08ac
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: wayland-utils
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Wayland utilities
|
||||
|
||||
License: MIT
|
||||
|
|
@ -9,10 +9,10 @@ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.17
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.20
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.44
|
||||
BuildRequires: pkgconfig(wayland-scanner)
|
||||
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.109
|
||||
|
||||
%description
|
||||
wayland-utils contains wayland-info, a standalone version of weston-info,
|
||||
|
|
@ -39,5 +39,58 @@ XDG output protocols.
|
|||
%{_mandir}/man1/wayland-info.1*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Mon Nov 24 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.3.0-2
|
||||
- Bump wayland-protocol dependency to 1.44
|
||||
Related: #2416752
|
||||
|
||||
* Mon Nov 24 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.3.0-1
|
||||
- wayland-utils 1.3.0
|
||||
Resolves: #2416752
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Sep 11 2023 Olivier Fourdan <ofourdan@redhat.com> - 1.2.0-3
|
||||
- migrated to SPDX license
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jun 8 2023 Olivier Fourdan <ofourdan@redhat.com> - 1.2.0-1
|
||||
- wayland-utils 1.2.0
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Sep 13 2022 Olivier Fourdan <ofourdan@redhat.com> - 1.1.0-1
|
||||
- wayland-utils 1.1.0
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Aug 3 2020 Olivier Fourdan <ofourdan@redhat.com> - 1.0.0-1
|
||||
- Initial package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue