From cd4ef0cf2fef6c93e7a1bb9046653325b3ea5c28 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 1 Mar 2024 06:43:43 -0500 Subject: [PATCH 01/14] Update to 1.1.1 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e66b57..151fe87 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /waycheck-v0.2.0.tar.gz /waycheck-v1.0.0.tar.gz /waycheck-v1.1.0.tar.gz +/waycheck-v1.1.1.tar.gz diff --git a/sources b/sources index 863e969..7806f9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.1.0.tar.gz) = cbeb202f9c98041185c8523c9fdcfc4811e90891e4585be0003023386ec7f08afdb8054d85829096c55505e17d9226516b2b65c68ff5276432117f677a56bace +SHA512 (waycheck-v1.1.1.tar.gz) = 6f571564aadc4802c90fcbbcf6f7d9ca1b6b22c436f862e0c9ef048a061fd801a33a26a6d5e18a5cfff8f449054eff14cb9b191fb0e67fd4377cea7d695c1cb7 diff --git a/waycheck.spec b/waycheck.spec index 5c90cb3..2ed3018 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Fri Mar 01 2024 Neal Gompa - 1.1.1-1 +- Update to 1.1.1 + * Sat Feb 10 2024 Neal Gompa - 1.1.0-1 - Update to 1.1.0 From 4d2737bec5de50117bd34b3473712aee2cbc1ee5 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 30 Mar 2024 19:29:27 -0400 Subject: [PATCH 02/14] Update to 1.2.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 151fe87..9e321bd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /waycheck-v1.0.0.tar.gz /waycheck-v1.1.0.tar.gz /waycheck-v1.1.1.tar.gz +/waycheck-v1.2.0.tar.gz diff --git a/sources b/sources index 7806f9b..0b2c8ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.1.1.tar.gz) = 6f571564aadc4802c90fcbbcf6f7d9ca1b6b22c436f862e0c9ef048a061fd801a33a26a6d5e18a5cfff8f449054eff14cb9b191fb0e67fd4377cea7d695c1cb7 +SHA512 (waycheck-v1.2.0.tar.gz) = 6ef66ede295ab6fc91727cfbe9d806badd5a6274a3ecbdf2059aee206bfc288da9ffd1d6a87bfa2d8149c6a33f2d2eb1467025cd73463a8379428ae73d3a16dd diff --git a/waycheck.spec b/waycheck.spec index 2ed3018..f48b211 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sat Mar 30 2024 Neal Gompa - 1.2.0-1 +- Update to 1.2.0 + * Fri Mar 01 2024 Neal Gompa - 1.1.1-1 - Update to 1.1.1 From 60b0cc425d209d502ba32ca36d461962c1483a16 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 21 Apr 2024 07:05:10 -0400 Subject: [PATCH 03/14] Update to 1.2.1 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9e321bd..a3174f7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /waycheck-v1.1.0.tar.gz /waycheck-v1.1.1.tar.gz /waycheck-v1.2.0.tar.gz +/waycheck-v1.2.1.tar.gz diff --git a/sources b/sources index 0b2c8ad..99eca74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.2.0.tar.gz) = 6ef66ede295ab6fc91727cfbe9d806badd5a6274a3ecbdf2059aee206bfc288da9ffd1d6a87bfa2d8149c6a33f2d2eb1467025cd73463a8379428ae73d3a16dd +SHA512 (waycheck-v1.2.1.tar.gz) = fda994562204afaad41a1bdcc692d0150bae4245dff4dc725432b5b80b3d65a148c1cc070f8815048bd27330e306b5ea574d581be67f67f82ed29a225d46520b diff --git a/waycheck.spec b/waycheck.spec index f48b211..7c93e9a 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sun Apr 21 2024 Neal Gompa - 1.2.1-1 +- Update to 1.2.1 + * Sat Mar 30 2024 Neal Gompa - 1.2.0-1 - Update to 1.2.0 From a6a06ae531135e188274744bcd176dfe58edb602 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:09:11 +0000 Subject: [PATCH 04/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index 7c93e9a..20e0454 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor License: Apache-2.0 @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sun Apr 21 2024 Neal Gompa - 1.2.1-1 - Update to 1.2.1 From 49fd9bf49c9eaffbc99753058d036b270b27fb4f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 31 Aug 2024 13:55:45 -0400 Subject: [PATCH 05/14] Update to 1.3.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3174f7..ba544c1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /waycheck-v1.1.1.tar.gz /waycheck-v1.2.0.tar.gz /waycheck-v1.2.1.tar.gz +/waycheck-v1.3.0.tar.gz diff --git a/sources b/sources index 99eca74..ffd2d0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.2.1.tar.gz) = fda994562204afaad41a1bdcc692d0150bae4245dff4dc725432b5b80b3d65a148c1cc070f8815048bd27330e306b5ea574d581be67f67f82ed29a225d46520b +SHA512 (waycheck-v1.3.0.tar.gz) = 4a7a51cf4a4a35990223757ef9b5853f1aa60760278866060615ba4fb6d804cf155a0630dc551945d121ad8187ba1b9ea17643d54ae6918879298e65242d7ead diff --git a/waycheck.spec b/waycheck.spec index 20e0454..dae0e34 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,8 +1,8 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor License: Apache-2.0 @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sat Aug 31 2024 Neal Gompa - 1.3.0-1 +- Update to 1.3.0 + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8a06bfee6d9d87c06c40641b1626ac48da328607 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 5 Sep 2024 15:35:32 -0400 Subject: [PATCH 06/14] Update to 1.3.1 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba544c1..053ba48 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /waycheck-v1.2.0.tar.gz /waycheck-v1.2.1.tar.gz /waycheck-v1.3.0.tar.gz +/waycheck-v1.3.1.tar.gz diff --git a/sources b/sources index ffd2d0c..ec7ffa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.3.0.tar.gz) = 4a7a51cf4a4a35990223757ef9b5853f1aa60760278866060615ba4fb6d804cf155a0630dc551945d121ad8187ba1b9ea17643d54ae6918879298e65242d7ead +SHA512 (waycheck-v1.3.1.tar.gz) = 0cdf97daaa55a0bc9bd8055172e513b31482a59598cfc69d60f1e4573b54fe1acc14cd87b5d4d8b5c3f8129b5433c1774c850f6add1a8da677bbf1a2c6b8aef7 diff --git a/waycheck.spec b/waycheck.spec index dae0e34..e8e3df9 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Thu Sep 05 2024 Neal Gompa - 1.3.1-1 +- Update to 1.3.1 + * Sat Aug 31 2024 Neal Gompa - 1.3.0-1 - Update to 1.3.0 From 26689644e11cf034497f6bda3528cf98609a635b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 13 Oct 2024 16:22:09 -0400 Subject: [PATCH 07/14] Update to 1.4.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 053ba48..cff362c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /waycheck-v1.2.1.tar.gz /waycheck-v1.3.0.tar.gz /waycheck-v1.3.1.tar.gz +/waycheck-v1.4.0.tar.gz diff --git a/sources b/sources index ec7ffa9..249717f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.3.1.tar.gz) = 0cdf97daaa55a0bc9bd8055172e513b31482a59598cfc69d60f1e4573b54fe1acc14cd87b5d4d8b5c3f8129b5433c1774c850f6add1a8da677bbf1a2c6b8aef7 +SHA512 (waycheck-v1.4.0.tar.gz) = dbf56587dda458a024cc78b5eea38cc33a1d1be6095445f85b5c253d66978a993d27553300b13ece1e45a8975ec0dd62f09ee21844e9659d59995628f05e801a diff --git a/waycheck.spec b/waycheck.spec index e8e3df9..45cfc4d 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.3.1 +Version: 1.4.0 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sun Oct 13 2024 Neal Gompa - 1.4.0-1 +- Update to 1.4.0 + * Thu Sep 05 2024 Neal Gompa - 1.3.1-1 - Update to 1.3.1 From a3114f560a90a17283524c55509c086e0436d71a Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 20 Dec 2024 16:33:38 -0500 Subject: [PATCH 08/14] Update to 1.5.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cff362c..316cfcc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /waycheck-v1.3.0.tar.gz /waycheck-v1.3.1.tar.gz /waycheck-v1.4.0.tar.gz +/waycheck-v1.5.0.tar.gz diff --git a/sources b/sources index 249717f..e713420 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.4.0.tar.gz) = dbf56587dda458a024cc78b5eea38cc33a1d1be6095445f85b5c253d66978a993d27553300b13ece1e45a8975ec0dd62f09ee21844e9659d59995628f05e801a +SHA512 (waycheck-v1.5.0.tar.gz) = c45d331d61c6167b1f2f9abd5336f33cd44773aed97ce2c32270e78c9488c72bfe8d9dcdfd9d602d7a1b8d6e7fcf3dee71c7dece3fa48282b377979ccf2840dc diff --git a/waycheck.spec b/waycheck.spec index 45cfc4d..b91ac4a 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.4.0 +Version: 1.5.0 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Fri Dec 20 2024 Neal Gompa - 1.5.0-1 +- Update to 1.5.0 + * Sun Oct 13 2024 Neal Gompa - 1.4.0-1 - Update to 1.4.0 From f7d0945a6c3a9602f3f475fd1a36a9347639ab37 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:47:22 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index b91ac4a..a1a16ad 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor License: Apache-2.0 @@ -55,6 +55,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 Neal Gompa - 1.5.0-1 - Update to 1.5.0 From 0448c83644b4418c705bb7e2c717b531e5357857 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 19 Feb 2025 05:51:02 -0500 Subject: [PATCH 10/14] Update to 1.6.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 316cfcc..8f7ff0e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /waycheck-v1.3.1.tar.gz /waycheck-v1.4.0.tar.gz /waycheck-v1.5.0.tar.gz +/waycheck-v1.6.0.tar.gz diff --git a/sources b/sources index e713420..dd9c2e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.5.0.tar.gz) = c45d331d61c6167b1f2f9abd5336f33cd44773aed97ce2c32270e78c9488c72bfe8d9dcdfd9d602d7a1b8d6e7fcf3dee71c7dece3fa48282b377979ccf2840dc +SHA512 (waycheck-v1.6.0.tar.gz) = 3c36dd01d356122f263784a753ec5f45e22824285f81db7a4db747c6c31213e3bc37438fb4435ec29b9670cc4165931838493b3f790ad0b4b4b39e632602821b diff --git a/waycheck.spec b/waycheck.spec index a1a16ad..f80dcca 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,11 +1,12 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.5.0 -Release: 2%{?dist} +Version: 1.6.0 +Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor -License: Apache-2.0 +# Icon is CC0, rest is Apache-2.0 +License: Apache-2.0 and CC0-1.0 URL: https://gitlab.freedesktop.org/serebit/waycheck Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz @@ -47,7 +48,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %files -%license LICENSE.txt +%license LICENSES/* %doc README.md %{_bindir}/waycheck %{_datadir}/applications/dev.serebit.Waycheck.desktop @@ -55,6 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Wed Feb 19 2025 Neal Gompa - 1.6.0-1 +- Update to 1.6.0 + * Sun Jan 19 2025 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6172e14dd7f73268f09ef8b8660d2dbb57d9cd88 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 27 Jun 2025 21:45:57 -0400 Subject: [PATCH 11/14] Update to 1.7.0 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f7ff0e..845356e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /waycheck-v1.4.0.tar.gz /waycheck-v1.5.0.tar.gz /waycheck-v1.6.0.tar.gz +/waycheck-v1.7.0.tar.gz diff --git a/sources b/sources index dd9c2e7..6b5dda8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waycheck-v1.6.0.tar.gz) = 3c36dd01d356122f263784a753ec5f45e22824285f81db7a4db747c6c31213e3bc37438fb4435ec29b9670cc4165931838493b3f790ad0b4b4b39e632602821b +SHA512 (waycheck-v1.7.0.tar.gz) = a67fc6689734f00dc90fb5fae7e30d31cfecbe28738f567f8ee03f81aa42c7dd033d5cf192e6133634ca427e9c36e05d05932b1658e5dba14a348aa3faadb72b diff --git a/waycheck.spec b/waycheck.spec index f80dcca..23f1c08 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,7 +1,7 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.6.0 +Version: 1.7.0 Release: 1%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor @@ -56,6 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Fri Jun 27 2025 Neal Gompa - 1.7.0-1 +- Update to 1.7.0 + * Wed Feb 19 2025 Neal Gompa - 1.6.0-1 - Update to 1.6.0 From 9eb910688d4dad7db21469201e26c4fea06c3147 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:18:21 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index 23f1c08..1f9994b 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor # Icon is CC0, rest is Apache-2.0 @@ -56,6 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jun 27 2025 Neal Gompa - 1.7.0-1 - Update to 1.7.0 From a2a22b8e1e1080892b89f69c548cec2bfbf3ea04 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:08:08 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index 1f9994b..9d6efa1 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor # Icon is CC0, rest is Apache-2.0 @@ -56,6 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 9a3f70202e66485c9e7468f47a32ce777f6edb9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:42:24 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index 9d6efa1..605319b 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Simple GUI that displays protocols implemented by a Wayland compositor # Icon is CC0, rest is Apache-2.0 @@ -56,6 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild