From d018f6c2bf52cb9def418f32673a32fa9df25570 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Sat, 17 Feb 2024 18:38:18 +0100 Subject: [PATCH 1/4] Rebuild (qt6) --- waycheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waycheck.spec b/waycheck.spec index 5c90cb3..0db0906 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -2,7 +2,7 @@ Name: waycheck Version: 1.1.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 +* Sat Feb 17 2024 Jan Grulich - 1.1.0-2 +- Rebuild (qt6) + * Sat Feb 10 2024 Neal Gompa - 1.1.0-1 - Update to 1.1.0 From 901d99a8073dcc86728db18ecd3b9ded180c3d13 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 1 Mar 2024 07:00:40 -0500 Subject: [PATCH 2/4] Update to 1.1.1 --- .gitignore | 1 + sources | 2 +- waycheck.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 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 0db0906..f7c7fae 100644 --- a/waycheck.spec +++ b/waycheck.spec @@ -1,8 +1,8 @@ %global qt6_minver 6.5 Name: waycheck -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.1.1 +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 +* Fri Mar 01 2024 Neal Gompa - 1.1.1-1 +- Update to 1.1.1 + * Sat Feb 17 2024 Jan Grulich - 1.1.0-2 - Rebuild (qt6) From 0046d00dbf1351cbe955800fa74173827be67a3e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 30 Mar 2024 19:29:27 -0400 Subject: [PATCH 3/4] 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 f7c7fae..b35517e 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 bb4528634286e41a7ef04d7363282780b14a2f85 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 21 Apr 2024 07:05:10 -0400 Subject: [PATCH 4/4] 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 b35517e..2e5d8a7 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