From 2ff20a4d0e26d94cdcd2504f433d31cb6f27a0fc Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:22:10 +0200 Subject: [PATCH 1/3] 5.86.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cfc2386..42833d5 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kwindowsystem-5.82.0.tar.xz /kwindowsystem-5.83.0.tar.xz /kwindowsystem-5.85.0.tar.xz +/kwindowsystem-5.86.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 0c56677..77bce53 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index e07b917..8ffad13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.85.0.tar.xz) = 517943febe93ec84d91792ece6a2ad4518c3976d4f9ae3ba631713bdb87cec72817d3231da0fa6318c93e7b6ccf4875ba1c079b3838d3d68ad28cb9c35211d43 +SHA512 (kwindowsystem-5.86.0.tar.xz) = ca9097a0bee54ee12a5bad77a4c6fe0a0df126091938c43d644e6838fd9a01758ff397647d4058e088703b4c88535003d7d58863dbf8f14a745d47f0958e593a From 118c68a46a648404f3886f2088a59504cf13d3c8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:28:48 -0500 Subject: [PATCH 2/3] 5.87.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42833d5..85bdb23 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kwindowsystem-5.83.0.tar.xz /kwindowsystem-5.85.0.tar.xz /kwindowsystem-5.86.0.tar.xz +/kwindowsystem-5.87.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 77bce53..f7f99c2 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 8ffad13..6178c4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.86.0.tar.xz) = ca9097a0bee54ee12a5bad77a4c6fe0a0df126091938c43d644e6838fd9a01758ff397647d4058e088703b4c88535003d7d58863dbf8f14a745d47f0958e593a +SHA512 (kwindowsystem-5.87.0.tar.xz) = c2cc0ad4d6dcb08de85e8cc99d3f20bc8d4e773556016900c7b627dbc150bc9fa4e89f15d897876f0685c3b4bf31bd9b3c74713c5619bed92aadb7cc451604ff From 2e523680601489cf0d87fc3b160b30e7dd3f86d7 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 10:06:22 +0100 Subject: [PATCH 3/3] 5.88.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 85bdb23..8bb3aec 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kwindowsystem-5.85.0.tar.xz /kwindowsystem-5.86.0.tar.xz /kwindowsystem-5.87.0.tar.xz +/kwindowsystem-5.88.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index f7f99c2..7f526a0 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 6178c4f..8481240 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.87.0.tar.xz) = c2cc0ad4d6dcb08de85e8cc99d3f20bc8d4e773556016900c7b627dbc150bc9fa4e89f15d897876f0685c3b4bf31bd9b3c74713c5619bed92aadb7cc451604ff +SHA512 (kwindowsystem-5.88.0.tar.xz) = 1863cf4185d2920e46511ec247165c1af8a6035a62a12db9c0a39ac3ebb0c701ab01072d919d115ce2288ecbccb5cdaf66d055cc372270dcf8979ca9e227bdf0