From f37b155e01fae676a113d9e30cde63c77c25f4b7 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:24 +0200 Subject: [PATCH 01/14] Rebuild (qt5) --- kf5-kdeclarative.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index cafedfd..9e3a92e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -50,7 +50,7 @@ BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed, # so err on the side of caution BuildRequires: qt5-qtbase-private-devel -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} + BuildRequires: qt5-qtdeclarative-devel %if 0%{?tests} @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 14c347d15f47a238f3d44b082c8abacb0e926cfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:01:01 +0000 Subject: [PATCH 02/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9e3a92e..2386390 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 98495eff19c16616139fa32391bc7b7331c2fa80 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:04:45 +0930 Subject: [PATCH 03/14] Update to 5.97.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e388c7..548a3ac 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ ./kdeclarative-5.93.tar.xz /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz +/kdeclarative-5.97.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2386390..58ec462 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.96.0 -Release: 3%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c0c3415..384894e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 +SHA512 (kdeclarative-5.97.0.tar.xz) = 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 From 0d1f6906937fb02903342217e8a62e4fb2f0eb25 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 04/14] 5.98.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 548a3ac..0903a42 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz +/kdeclarative-5.98.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 58ec462..51db75a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 384894e..70282ae 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 -SHA512 (kdeclarative-5.97.0.tar.xz) = 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 +SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 From 997e7239ceae1d798feb55dba67f705fb05af229 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 05/14] 5.99.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0903a42..4b1f4bb 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz /kdeclarative-5.98.0.tar.xz +/kdeclarative-5.99.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 51db75a..87e9520 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 70282ae..e424f64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 +SHA512 (kdeclarative-5.99.0.tar.xz) = 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db From a74eeb89074f14ed8ae253bf85f6144d390d6d3f 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 06/14] 5.100.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b1f4bb..6de63a7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kdeclarative-5.97.0.tar.xz /kdeclarative-5.98.0.tar.xz /kdeclarative-5.99.0.tar.xz +/kdeclarative-5.100.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 87e9520..b0fce08 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 e424f64..0717707 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.99.0.tar.xz) = 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db +SHA512 (kdeclarative-5.100.0.tar.xz) = a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e From b2c6239f5adcc3bdd42531048cccae220d548273 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 07/14] 5.101.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6de63a7..47db724 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kdeclarative-5.98.0.tar.xz /kdeclarative-5.99.0.tar.xz /kdeclarative-5.100.0.tar.xz +/kdeclarative-5.101.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b0fce08..76a8d9d 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -16,12 +16,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 # filter qml provides @@ -136,6 +131,10 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 0717707..1e115e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.100.0.tar.xz) = a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e +SHA512 (kdeclarative-5.101.0.tar.xz) = 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1 From b9bf1283cc6a32b4d41c26d04cf881a6d6d6bf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 08/14] 5.102.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47db724..c31557f 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kdeclarative-5.99.0.tar.xz /kdeclarative-5.100.0.tar.xz /kdeclarative-5.101.0.tar.xz +/kdeclarative-5.102.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 76a8d9d..a2d7a86 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index 1e115e3..2b76c24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.101.0.tar.xz) = 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1 +SHA512 (kdeclarative-5.102.0.tar.xz) = bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 From ed9fd57a257cf129bc110214a0ae8452498df823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:21 +0100 Subject: [PATCH 09/14] fix: use macros from macros.kf5 instead of custom code --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a2d7a86..15a068f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -15,7 +15,7 @@ Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From cb15a8e22418790a4e6ca47011726f4132f2aa52 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:30:56 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 15a068f..f7b34cd 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From ba11c80b1c0b7fda61380150f05a2fcfea4ba8db Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 25 Jan 2023 14:41:09 -0800 Subject: [PATCH 11/14] fix diffs --- .gitignore | 2 +- kf5-kdeclarative.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19aae7f..c31557f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ /kdeclarative-5.90.0.tar.xz /kdeclarative-5.91.0.tar.xz /kdeclarative-5.92.0.tar.xz -/kdeclarative-5.93.0.tar.xz +./kdeclarative-5.93.tar.xz /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0dd8169..a2d7a86 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -165,8 +165,8 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 -* Mon Apr 11 2022 Justin Zobel - 5.93.0-1 -- Update to 5.93.0 +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 From 57fab0f69368d518be1af61128a5413e6df0d94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 12/14] 5.103.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c31557f..2adbe4d 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kdeclarative-5.100.0.tar.xz /kdeclarative-5.101.0.tar.xz /kdeclarative-5.102.0.tar.xz +/kdeclarative-5.103.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f7b34cd..ca47003 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 2b76c24..7365462 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.102.0.tar.xz) = bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 +SHA512 (kdeclarative-5.103.0.tar.xz) = 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a From 0464ae1320a5a536bbceaacaf829a213d3b49058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 13/14] 5.104.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2adbe4d..a02d860 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kdeclarative-5.101.0.tar.xz /kdeclarative-5.102.0.tar.xz /kdeclarative-5.103.0.tar.xz +/kdeclarative-5.104.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ca47003..1641bf6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index 7365462..d340af7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.103.0.tar.xz) = 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a +SHA512 (kdeclarative-5.104.0.tar.xz) = 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 From 1fc30df30b6c9d99eb997aefa4bf7e14f44a0dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 14/14] 5.105.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a02d860..3c6b05d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kdeclarative-5.102.0.tar.xz /kdeclarative-5.103.0.tar.xz /kdeclarative-5.104.0.tar.xz +/kdeclarative-5.105.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1641bf6..d6399a9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index d340af7..de4f4c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.104.0.tar.xz) = 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 +SHA512 (kdeclarative-5.105.0.tar.xz) = b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9