From b40e04f6251589bdb7fe271d9fef754d5d941227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:31 +0200 Subject: [PATCH 1/3] 5.106.0 --- .gitignore | 1 + kf5-plasma.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 507aa31..106b7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /plasma-framework-5.103.0.tar.xz /plasma-framework-5.104.0.tar.xz /plasma-framework-5.105.0.tar.xz +/plasma-framework-5.106.0.tar.xz diff --git a/kf5-plasma.spec b/kf5-plasma.spec index b825e57..98e4767 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -1,8 +1,8 @@ %global framework plasma-framework Name: kf5-plasma -Version: 5.105.0 -Release: 2%{?dist} +Version: 5.106.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface License: GPLv2+ and LGPLv2+ and BSD @@ -159,6 +159,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Tue Apr 25 2023 Neal Gompa - 5.105.0-2 - Restore kf5-kwayland BR to RHEL builds diff --git a/sources b/sources index b459155..e9c1d6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (plasma-framework-5.105.0.tar.xz) = 271218b45176366a34bae6a813eb07a9d4f69f65f3665bbd237721537d58c2406a02d322ce32bb2b760bc28f82653b402d0c977cf9c67844181330c1c9d97c5a +SHA512 (plasma-framework-5.106.0.tar.xz) = 55144197086d93912ef1ff274ae47ee77eb9d0ae45f15e00d46bc8c8c36331328ac66ee952a742c470bee6f0307ccd9917f61e25f85ec4b2f9214cf279300a82 From ac14d89bf626552c27048414ff0a842109a8252e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:26 +0200 Subject: [PATCH 2/3] 5.107.0 --- .gitignore | 1 + kf5-plasma.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 106b7e0..8517ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /plasma-framework-5.104.0.tar.xz /plasma-framework-5.105.0.tar.xz /plasma-framework-5.106.0.tar.xz +/plasma-framework-5.107.0.tar.xz diff --git a/kf5-plasma.spec b/kf5-plasma.spec index 98e4767..c5fd99c 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -1,7 +1,7 @@ %global framework plasma-framework Name: kf5-plasma -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface @@ -159,6 +159,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index e9c1d6c..de66c44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (plasma-framework-5.106.0.tar.xz) = 55144197086d93912ef1ff274ae47ee77eb9d0ae45f15e00d46bc8c8c36331328ac66ee952a742c470bee6f0307ccd9917f61e25f85ec4b2f9214cf279300a82 +SHA512 (plasma-framework-5.107.0.tar.xz) = bb3a8e5ca23c41395ecfc4cdb1ef32c472e6f8c06552bf168f236792d945489786a4a8011cced82a010fde9c70c767e1d88b1c8c7c4c4251648836e3b8aab93d From 8f6c460325764c2d55465e24b6b8ba645657685a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:20 +0200 Subject: [PATCH 3/3] 5.108.0 --- .gitignore | 1 + kf5-plasma.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8517ecb..130a990 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /plasma-framework-5.105.0.tar.xz /plasma-framework-5.106.0.tar.xz /plasma-framework-5.107.0.tar.xz +/plasma-framework-5.108.0.tar.xz diff --git a/kf5-plasma.spec b/kf5-plasma.spec index c5fd99c..296999d 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -1,7 +1,7 @@ %global framework plasma-framework Name: kf5-plasma -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface @@ -159,6 +159,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index de66c44..a671c6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (plasma-framework-5.107.0.tar.xz) = bb3a8e5ca23c41395ecfc4cdb1ef32c472e6f8c06552bf168f236792d945489786a4a8011cced82a010fde9c70c767e1d88b1c8c7c4c4251648836e3b8aab93d +SHA512 (plasma-framework-5.108.0.tar.xz) = 58b69b8c99d63dc96a82be852314dfe6d000b51a630c15927436911e2fe6fe842c0b5b4b17dbfa9bb985cd98fcdae772f22e5571ec610472fd1f856417194b3e