From a58acf714f0bae87af0d6d8392bdf62654d50a7c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:10:57 -0600 Subject: [PATCH 1/4] 5.92.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a80930..2760045 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kwindowsystem-5.89.0.tar.xz /kwindowsystem-5.90.0.tar.xz /kwindowsystem-5.91.0.tar.xz +/kwindowsystem-5.92.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 98514cd..40ec317 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index 0895b39..0d9fc14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.91.0.tar.xz) = 29b9fe96e13eb0a22d6c4bd457981f5b3c094799c6fb01dccdbb93581ab4c3ce72d5918018bd7a3b9e69ad94d433d5e910c1680d6bc155f037e9a8b869d31310 +SHA512 (kwindowsystem-5.92.0.tar.xz) = 022f0a26ddd19b10d1f3365218030e148123ade4324c60f028a01f8ae96426a53de09d2eb60aa46534447da9125ef01b856d4efcd45d56ee5bb26ce784e927e7 From ae6d93b040b3cdf032ae50c6656fda2aff238b2e Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:31:07 +0930 Subject: [PATCH 2/4] Update to 5.93 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2760045..cd57cdc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kwindowsystem-5.90.0.tar.xz /kwindowsystem-5.91.0.tar.xz /kwindowsystem-5.92.0.tar.xz +./kwindowsystem-5.93.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 40ec317..9d8d261 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* 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 diff --git a/sources b/sources index 0d9fc14..e7f9df2 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kwindowsystem-5.92.0.tar.xz) = 022f0a26ddd19b10d1f3365218030e148123ade4324c60f028a01f8ae96426a53de09d2eb60aa46534447da9125ef01b856d4efcd45d56ee5bb26ce784e927e7 +SHA512 (kwindowsystem-5.93.0.tar.xz) = 10a31b5d51e747320233530694a327389875939fe3b88302243f3069ba446419c6d4cd4a30c1bf49d5cc0d50f032ff2a18230fa4cd5cb73eb2179d44bfc864d3 From 4b5d8e03544c797591c5df42fd006f5bc38e9239 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:26:12 -0500 Subject: [PATCH 3/4] 5.94.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd57cdc..41d9f21 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kwindowsystem-5.91.0.tar.xz /kwindowsystem-5.92.0.tar.xz ./kwindowsystem-5.93.tar.xz +/kwindowsystem-5.94.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 9d8d261..a843fa8 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index e7f9df2..81edefa 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kwindowsystem-5.92.0.tar.xz) = 022f0a26ddd19b10d1f3365218030e148123ade4324c60f028a01f8ae96426a53de09d2eb60aa46534447da9125ef01b856d4efcd45d56ee5bb26ce784e927e7 -SHA512 (kwindowsystem-5.93.0.tar.xz) = 10a31b5d51e747320233530694a327389875939fe3b88302243f3069ba446419c6d4cd4a30c1bf49d5cc0d50f032ff2a18230fa4cd5cb73eb2179d44bfc864d3 +SHA512 (kwindowsystem-5.94.0.tar.xz) = 908f8bffdfbcc17a605a3e46c652508859b34d2990a171509af8c3b886f62a0c9724697f82e08949625e407c4daa6b4bd5ed80d949b6365060c17bc01e8a5944 From b9019d81083996076fc28c91edfbdd00a332d386 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 4/4] 5.96.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 41d9f21..1960c37 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kwindowsystem-5.92.0.tar.xz ./kwindowsystem-5.93.tar.xz /kwindowsystem-5.94.0.tar.xz +/kwindowsystem-5.96.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index a843fa8..899f29f 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index 81edefa..bb546f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.94.0.tar.xz) = 908f8bffdfbcc17a605a3e46c652508859b34d2990a171509af8c3b886f62a0c9724697f82e08949625e407c4daa6b4bd5ed80d949b6365060c17bc01e8a5944 +SHA512 (kwindowsystem-5.96.0.tar.xz) = 8d6bc7f03c8f4a63775b3457cbd3a792e285d3b180ed0098abd5dcef602f2dc9b51f906b39ca2c958f347efdfbe9b1fdc82e5ef498f0d522ca65782db7152613