From b69ac75132d48f6fb62ad403e839d5b706d1b35f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:24 +0200 Subject: [PATCH 1/7] Rebuild (qt5) --- kf5-ki18n.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 708010f..cae0cc9 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization License: LGPLv2+ @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 14 2022 Jan Grulich - 5.96.0-2 +- Rebuild (qt5) + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From 495a6cc482bc81513db9b4ff684bf66a7e220e56 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:03:12 +0000 Subject: [PATCH 2/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-ki18n.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index cae0cc9..24809cb 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization License: LGPLv2+ @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jul 14 2022 Jan Grulich - 5.96.0-2 - Rebuild (qt5) From ddcf66d4cc371a7ce8120806a2dde842541c3548 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:07:03 +0930 Subject: [PATCH 3/7] Update to 5.97.0 --- .gitignore | 1 + kf5-ki18n.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e725b0..1d684f8 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ ./ki18n-5.93.tar.xz /ki18n-5.94.0.tar.xz /ki18n-5.96.0.tar.xz +/ki18n-5.97.0.tar.xz diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 24809cb..177b537 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,8 +1,8 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.96.0 -Release: 3%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization License: LGPLv2+ @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 492354d..7de06f3 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (ki18n-5.96.0.tar.xz) = ab059bd98ce16e20a803f7597ae0e5e3698f6b5ccbcd846131a8c8b0d02201ca9a61ed67ecf93cb2931ac347d3e13d5515079643c2cbbec39b0fe8139de17216 +SHA512 (ki18n-5.97.0.tar.xz) = b95ec831b22428dd9f236e3c4d44721e4de488e39c6aba1cb8be36ef48d2223bc21f4f0a90d4204d53bef849ab8a3ee987dd6d71f437b7de9e3bd75f247012e9 From 8274634bff070dfb05deb1a843abd13ee444f1e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 4/7] 5.98.0 --- .gitignore | 1 + kf5-ki18n.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d684f8..604d199 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /ki18n-5.94.0.tar.xz /ki18n-5.96.0.tar.xz /ki18n-5.97.0.tar.xz +/ki18n-5.98.0.tar.xz diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 177b537..6965d78 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,7 +1,7 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index 7de06f3..ca931b5 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (ki18n-5.96.0.tar.xz) = ab059bd98ce16e20a803f7597ae0e5e3698f6b5ccbcd846131a8c8b0d02201ca9a61ed67ecf93cb2931ac347d3e13d5515079643c2cbbec39b0fe8139de17216 -SHA512 (ki18n-5.97.0.tar.xz) = b95ec831b22428dd9f236e3c4d44721e4de488e39c6aba1cb8be36ef48d2223bc21f4f0a90d4204d53bef849ab8a3ee987dd6d71f437b7de9e3bd75f247012e9 +SHA512 (ki18n-5.98.0.tar.xz) = 33b0694b26735f312d84ee1d1797c850e826a7899486e80dbba00b26a7922e2adf88af5695a600fb95e56e307e9f9ad8cb433204c60ab8fa9c5d7076505b696a From 0d7f775acc928427b44d60f65b1fbda5c0237235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 5/7] 5.99.0 --- .gitignore | 1 + kf5-ki18n.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 604d199..6763fd5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /ki18n-5.96.0.tar.xz /ki18n-5.97.0.tar.xz /ki18n-5.98.0.tar.xz +/ki18n-5.99.0.tar.xz diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 6965d78..45fadee 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,7 +1,7 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index ca931b5..1080ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ki18n-5.98.0.tar.xz) = 33b0694b26735f312d84ee1d1797c850e826a7899486e80dbba00b26a7922e2adf88af5695a600fb95e56e307e9f9ad8cb433204c60ab8fa9c5d7076505b696a +SHA512 (ki18n-5.99.0.tar.xz) = 845776c52e949b0306506185ed9000568d55c0bb1db9b6776310e637175d8c86a815b53a53ebf20a7c87375f9535afa50e7a21daf43a6f46eb99b0281431cd76 From e5ceabdae69942cce4e8ea9f3295e8a2578ff8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 6/7] 5.100.0 --- .gitignore | 1 + kf5-ki18n.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6763fd5..cdae547 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /ki18n-5.97.0.tar.xz /ki18n-5.98.0.tar.xz /ki18n-5.99.0.tar.xz +/ki18n-5.100.0.tar.xz diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 45fadee..2cd3f61 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,7 +1,7 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization @@ -100,6 +100,9 @@ developing applications that use %{name}. %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 1080ebc..12c22c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ki18n-5.99.0.tar.xz) = 845776c52e949b0306506185ed9000568d55c0bb1db9b6776310e637175d8c86a815b53a53ebf20a7c87375f9535afa50e7a21daf43a6f46eb99b0281431cd76 +SHA512 (ki18n-5.100.0.tar.xz) = 18d8c9a8e80fa8a1229a6cfa6c8de02044a406ad5af0491461c6e66ad15182a9700f43478e7ec9e90e36cc3d4f20b8e9650ba29aadfa64ce67d61de859dfb5e1 From 4d7220d79f24b8a23793377a9303913b128a6364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:52 +0100 Subject: [PATCH 7/7] 5.101.0 --- .gitignore | 1 + kf5-ki18n.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index cdae547..2e523d3 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /ki18n-5.98.0.tar.xz /ki18n-5.99.0.tar.xz /ki18n-5.100.0.tar.xz +/ki18n-5.101.0.tar.xz diff --git a/kf5-ki18n.spec b/kf5-ki18n.spec index 2cd3f61..0f8830d 100644 --- a/kf5-ki18n.spec +++ b/kf5-ki18n.spec @@ -1,7 +1,7 @@ %global framework ki18n Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon for localization @@ -9,12 +9,7 @@ License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches @@ -100,6 +95,10 @@ developing applications that use %{name}. %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index 12c22c4..1322a4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ki18n-5.100.0.tar.xz) = 18d8c9a8e80fa8a1229a6cfa6c8de02044a406ad5af0491461c6e66ad15182a9700f43478e7ec9e90e36cc3d4f20b8e9650ba29aadfa64ce67d61de859dfb5e1 +SHA512 (ki18n-5.101.0.tar.xz) = 6f5f1bd4f8dfaba466c3ee76469208fa8ba1ca42bb7fb74f039eabcbfc5fa471c3397a60ca077989a1267ba517e4bb6f29c91a4db5d487653784ea3ac20c6822