From faaf1d023c30c2fc039587be8468d63bd896dc07 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 09:09:33 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-sonnet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 961ff31..269794b 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.108.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 5.108.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 - 5.108.0 From a11521a49bf6b203e1bd8aaedcc17157e1344b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 5 Aug 2023 17:59:28 +0200 Subject: [PATCH 2/6] 5.109.0 --- .gitignore | 1 + kf5-sonnet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0528c71..a23fc94 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /sonnet-5.106.0.tar.xz /sonnet-5.107.0.tar.xz /sonnet-5.108.0.tar.xz +/sonnet-5.109.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 269794b..e435876 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.108.0 -Release: 2%{?dist} +Version: 5.109.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking License: LGPLv2+ @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Sat Aug 05 2023 Marc Deop i Argemí - 5.109.0-1 +- 5.109.0 + * Thu Jul 20 2023 Fedora Release Engineering - 5.108.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 24ef604..0acec82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.108.0.tar.xz) = 5f8d8d95bdc180ff5b02b0a39094c37fd1dc580b6458f9c1adacaf9880d9058822c33f3ef95926801fe2719b80a4f9a0bd25e00ad24303ea09d123e889219784 +SHA512 (sonnet-5.109.0.tar.xz) = c170375e1ac09997303038982e9b33b2fa508db8480cf949d3f701b4e7dfef1ed43af5ecb0bd9b458d3774a9ac48d9c3cf6839ab1bd617607b98c708bb0c11ff From 3f5d221814950ef5068e6049ece57cc05a490eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Wed, 6 Sep 2023 00:07:18 +0200 Subject: [PATCH 3/6] 5.110.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a23fc94..42cd8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /sonnet-5.107.0.tar.xz /sonnet-5.108.0.tar.xz /sonnet-5.109.0.tar.xz +/sonnet-5.110.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index e435876..b3b2dab 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.109.0 +Version: 5.110.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Sep 05 2023 Marc Deop i Argemí - 5.110.0-1 +- 5.110.0 + * Sat Aug 05 2023 Marc Deop i Argemí - 5.109.0-1 - 5.109.0 diff --git a/sources b/sources index 0acec82..7135dc1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.109.0.tar.xz) = c170375e1ac09997303038982e9b33b2fa508db8480cf949d3f701b4e7dfef1ed43af5ecb0bd9b458d3774a9ac48d9c3cf6839ab1bd617607b98c708bb0c11ff +SHA512 (sonnet-5.110.0.tar.xz) = 6c7aeab5197af7814b4930f77649bc6e8657b37edd789562b019dd9ce08c4ebeffc29ae275d6c1e769fd6b504e749d77eed0a8c342f28b14a0006118ed881e83 From ac4bb11ea5747d72c0c669adbcdc91bce9483106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Tue, 10 Oct 2023 22:57:21 +0200 Subject: [PATCH 4/6] 5.111.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42cd8bc..2ae8a47 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /sonnet-5.108.0.tar.xz /sonnet-5.109.0.tar.xz /sonnet-5.110.0.tar.xz +/sonnet-5.111.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index b3b2dab..02a3747 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.110.0 +Version: 5.111.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Tue Oct 10 2023 Marc Deop i Argemí - 5.111.0-1 +- 5.111.0 + * Tue Sep 05 2023 Marc Deop i Argemí - 5.110.0-1 - 5.110.0 diff --git a/sources b/sources index 7135dc1..dba4bc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.110.0.tar.xz) = 6c7aeab5197af7814b4930f77649bc6e8657b37edd789562b019dd9ce08c4ebeffc29ae275d6c1e769fd6b504e749d77eed0a8c342f28b14a0006118ed881e83 +SHA512 (sonnet-5.111.0.tar.xz) = 08bb3cd2205d394b41a1dfd66aa8d937f6b1950ca33ef6f21d25a2c3cf0005a7e940488161bd3fd6d5f1f88435a622c6086931365253c5052e0d60e9e9b50c11 From 31006f83d1c0bdc310473cf428a35eb99e73c198 Mon Sep 17 00:00:00 2001 From: Steve Cossette Date: Sun, 29 Oct 2023 21:08:23 -0400 Subject: [PATCH 5/6] Updated spec with SPDX Licenses --- kf5-sonnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index 02a3747..f2ed812 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -12,7 +12,7 @@ Version: 5.111.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking -License: LGPLv2+ +License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-or-later URL: https://invent.kde.org/frameworks/%{framework} %global majmin %majmin_ver_kf5 From 5b1c2d1029bf0583184b4f5a477913ca1d17d52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 8 Dec 2023 21:24:51 +0100 Subject: [PATCH 6/6] 5.113.0 --- .gitignore | 1 + kf5-sonnet.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ae8a47..00ec13b 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /sonnet-5.109.0.tar.xz /sonnet-5.110.0.tar.xz /sonnet-5.111.0.tar.xz +/sonnet-5.113.0.tar.xz diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index f2ed812..3a59fcd 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.111.0 +Version: 5.113.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 solution for spell checking @@ -124,6 +124,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Fri Dec 08 2023 Marc Deop i Argemí - 5.113.0-1 +- 5.113.0 + * Tue Oct 10 2023 Marc Deop i Argemí - 5.111.0-1 - 5.111.0 diff --git a/sources b/sources index dba4bc9..4db118d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sonnet-5.111.0.tar.xz) = 08bb3cd2205d394b41a1dfd66aa8d937f6b1950ca33ef6f21d25a2c3cf0005a7e940488161bd3fd6d5f1f88435a622c6086931365253c5052e0d60e9e9b50c11 +SHA512 (sonnet-5.113.0.tar.xz) = db1e6ef5b768ce9796292fd776a98758c3a3c2481ae64ca97e28b3978764cddd2586c2ee92862f97d20e427ff76ea160837b87837894395a881ffc1a272100a2