From 21e65c68bbf740f9d7bb1e0c37aedd5dd2d36aff Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:47:52 +0000 Subject: [PATCH 01/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index fbf77da..ed62bd4 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 5094d3cf24e341fb4813b21cbc6cbd42b531f3c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:18:44 +0000 Subject: [PATCH 02/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index ed62bd4..8cce3e8 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 163dd21913fe9e12f9f5c153a3d499d411c7aef5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:15:02 +0000 Subject: [PATCH 03/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 8cce3e8..13e2101 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 230943cff549c958eb6f4ff4e2bd25173f56f681 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Tue, 13 Sep 2022 15:38:01 +0200 Subject: [PATCH 04/16] wayland-utils 1.1.0 --- .gitignore | 1 + sources | 2 +- wayland-utils.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 989037b..398f096 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wayland-utils-1.0.0.tar.xz +/wayland-utils-1.1.0.tar.xz diff --git a/sources b/sources index 9b19b46..267279d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-utils-1.0.0.tar.xz) = 4c6f1822435b36b3acd361c0c54e56150e8a2697a9c4b2c20a149fcfaafe237e45807df3471884ddf594d89558001099e2d938e3f48988ba6950a0f1e3538db2 +SHA512 (wayland-utils-1.1.0.tar.xz) = 5b841ecb9b534a9b353e104dda9410961495495380fa65e32ef40855750609b03942a87c2fd66339aab57c05b3b8699e2bee055cfd44151f9609a5f6c53349df diff --git a/wayland-utils.spec b/wayland-utils.spec index 13e2101..9688c76 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils -Version: 1.0.0 -Release: 5%{?dist} +Version: 1.1.0 +Release: 1%{?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.24 BuildRequires: pkgconfig(wayland-scanner) - +BuildRequires: pkgconfig(libdrm) >= 2.4.107 %description wayland-utils contains wayland-info, a standalone version of weston-info, @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Tue Sep 13 2022 Olivier Fourdan - 1.1.0-1 +- wayland-utils 1.1.0 + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 869e1239785be41951581084f9a526846e00fb98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:39:02 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 9688c76..cb63c02 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Sep 13 2022 Olivier Fourdan - 1.1.0-1 - wayland-utils 1.1.0 From acbd6955bcc75ad5aaa2174649ec39a848ee9b72 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 8 Jun 2023 15:07:51 +0200 Subject: [PATCH 06/16] wayland-utils 1.2.0 --- .gitignore | 1 + sources | 2 +- wayland-utils.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 398f096..17d2754 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wayland-utils-1.0.0.tar.xz /wayland-utils-1.1.0.tar.xz +/wayland-utils-1.2.0.tar.xz diff --git a/sources b/sources index 267279d..a2a6df7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-utils-1.1.0.tar.xz) = 5b841ecb9b534a9b353e104dda9410961495495380fa65e32ef40855750609b03942a87c2fd66339aab57c05b3b8699e2bee055cfd44151f9609a5f6c53349df +SHA512 (wayland-utils-1.2.0.tar.xz) = dc69a2d88215b54486954bd9f6e91cd158b0c0b94dccd2c863477cf6b1e83a83db4466f0718aa7d2be4de8d06484c0672c79318bc5c2b1f082f893fe795c2c00 diff --git a/wayland-utils.spec b/wayland-utils.spec index cb63c02..126d365 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: Wayland utilities License: MIT @@ -12,7 +12,7 @@ BuildRequires: meson BuildRequires: pkgconfig(wayland-client) >= 1.20 BuildRequires: pkgconfig(wayland-protocols) >= 1.24 BuildRequires: pkgconfig(wayland-scanner) -BuildRequires: pkgconfig(libdrm) >= 2.4.107 +BuildRequires: pkgconfig(libdrm) >= 2.4.109 %description wayland-utils contains wayland-info, a standalone version of weston-info, @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Thu Jun 8 2023 Olivier Fourdan - 1.2.0-1 +- wayland-utils 1.2.0 + * Sat Jan 21 2023 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 7d1688cd9b58b6a6e7e291c10845e8512eadb380 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:01:15 +0000 Subject: [PATCH 07/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 126d365..ddcfa59 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jun 8 2023 Olivier Fourdan - 1.2.0-1 - wayland-utils 1.2.0 From ec91faf14e17e3d4cec0b146577b59d4ba400dbf Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 11 Sep 2023 11:56:16 +0200 Subject: [PATCH 08/16] migrated to SPDX license --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index ddcfa59..374c9ee 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Mon Sep 11 2023 Olivier Fourdan - 1.2.0-3 +- migrated to SPDX license + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 372bea948c8ccb5a40b025e31cbd49b4d37fe840 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:27:55 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 374c9ee..e87cffb 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Sep 11 2023 Olivier Fourdan - 1.2.0-3 - migrated to SPDX license From 67cbe1eb4f9bea3c2695ec8d103822825b9def31 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:10:19 +0000 Subject: [PATCH 10/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index e87cffb..d752322 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6b8595b34813b4aa2c2208ef22862ac18ad6f62c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:48:44 +0000 Subject: [PATCH 11/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index d752322..6513ca6 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 0cd1e9c54cdc5acc0432a8b2e9932c6bc46bef0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:19:01 +0000 Subject: [PATCH 12/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 6513ca6..feaddc3 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From a0952bf66d5df707bc709d6debd23a3ca2b7c725 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 24 Nov 2025 15:32:12 +0100 Subject: [PATCH 13/16] wayland-utils 1.3.0 Resolves: #2416752 --- .gitignore | 1 + sources | 2 +- wayland-utils.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 17d2754..ba4d584 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +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 diff --git a/sources b/sources index a2a6df7..ff94ab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-utils-1.2.0.tar.xz) = dc69a2d88215b54486954bd9f6e91cd158b0c0b94dccd2c863477cf6b1e83a83db4466f0718aa7d2be4de8d06484c0672c79318bc5c2b1f082f893fe795c2c00 +SHA512 (wayland-utils-1.3.0.tar.xz) = 45c930cf496ed7d6648eb472579298b76d8df6db6d877344f266272cacdecff6be34f4ee0483c951444225aee32c67cee5701553ab7afbd16ba71b1239bb08ac diff --git a/wayland-utils.spec b/wayland-utils.spec index feaddc3..0ee97dc 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils -Version: 1.2.0 -Release: 7%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,10 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Mon Nov 24 2025 Olivier Fourdan - 1.3.0-1 +- wayland-utils 1.3.0 + Resolves: #2416752 + * Fri Jul 25 2025 Fedora Release Engineering - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 4283c83e05f48a1dfde6b78f73bc87259ab1f917 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 24 Nov 2025 15:41:13 +0100 Subject: [PATCH 14/16] Bump wayland-protocol dependency to 1.44 Related: #2416752 --- wayland-utils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 0ee97dc..ea3a3d8 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland utilities License: MIT @@ -10,7 +10,7 @@ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar. BuildRequires: gcc BuildRequires: meson BuildRequires: pkgconfig(wayland-client) >= 1.20 -BuildRequires: pkgconfig(wayland-protocols) >= 1.24 +BuildRequires: pkgconfig(wayland-protocols) >= 1.44 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(libdrm) >= 2.4.109 @@ -39,6 +39,10 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Mon Nov 24 2025 Olivier Fourdan - 1.3.0-2 +- Bump wayland-protocol dependency to 1.44 + Related: #2416752 + * Mon Nov 24 2025 Olivier Fourdan - 1.3.0-1 - wayland-utils 1.3.0 Resolves: #2416752 From 8867bd8dc6f2486771e7590c62df8ac92ace7df8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:08:38 +0000 Subject: [PATCH 15/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index ea3a3d8..539cb85 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Nov 24 2025 Olivier Fourdan - 1.3.0-2 - Bump wayland-protocol dependency to 1.44 Related: #2416752 From 1d4f38d576b63f87aee061f4d9ada0b0fbee3b85 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:42:59 +0000 Subject: [PATCH 16/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wayland-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayland-utils.spec b/wayland-utils.spec index 539cb85..169864c 100644 --- a/wayland-utils.spec +++ b/wayland-utils.spec @@ -1,6 +1,6 @@ Name: wayland-utils Version: 1.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland utilities License: MIT @@ -39,6 +39,9 @@ XDG output protocols. %{_mandir}/man1/wayland-info.1* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild