From dfe59435a37657f179af3f0fb3e680174af84b84 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:46:55 -0500 Subject: [PATCH 01/25] 5.69.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 703a500..953a4be 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kwindowsystem-5.66.0.tar.xz /kwindowsystem-5.67.0.tar.xz /kwindowsystem-5.68.0.tar.xz +/kwindowsystem-5.69.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 21674dc..7c770ad 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.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 Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index c60de4e..eb46154 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.68.0.tar.xz) = 1c7abbdcd3d4b32c4e04eecabafe319f6b7d40d8634e769db4ec3871cfb68030ed6d402ea78ab5de1c873ec710aedff2a80fce6a56135ee57dd81c69c32a03f9 +SHA512 (kwindowsystem-5.69.0.tar.xz) = ec6cd2a05f03c040385efbf7b076971f91bc67c26c399dafec88b651bef9c802e2623c8046b442f8d90803fa9c89d3258708fb71f3746b97f1e0507c84b1f6e4 From fb02309c0cef697de35d39dd04db376cbefe82fc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 17:09:24 -0500 Subject: [PATCH 02/25] 5.70.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 953a4be..93e0d29 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kwindowsystem-5.67.0.tar.xz /kwindowsystem-5.68.0.tar.xz /kwindowsystem-5.69.0.tar.xz +/kwindowsystem-5.70.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 7c770ad..925d43c 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.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 May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index eb46154..3aedca0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.69.0.tar.xz) = ec6cd2a05f03c040385efbf7b076971f91bc67c26c399dafec88b651bef9c802e2623c8046b442f8d90803fa9c89d3258708fb71f3746b97f1e0507c84b1f6e4 +SHA512 (kwindowsystem-5.70.0.tar.xz) = 1ada61fdef5e43c218f1904b6700d65bb729536ef3586b369f76ebe87e3ab418214a440435a3286a590d0df03bd064ce957bffaddf03a3bc972aa43bfbb417d0 From 4d8e69689886daa4ce15dc4f5adc25143b2e86d4 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Fri, 5 Jun 2020 07:17:24 +0000 Subject: [PATCH 03/25] do not enable tests in rhel as openbox is missing there --- kf5-kwindowsystem.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 925d43c..505ece9 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -4,9 +4,11 @@ #global bootstrap 1 ## currently includes no tests -%if !0%{?bootstrap} +%if !0%{?bootstrap} +%if 0%{?fedora} || 0%{?epel} %global tests 1 %endif +%endif Name: kf5-%{framework} Version: 5.70.0 From a97b3adb1a572f506e2e283a7180f95ff9a91742 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:55:58 -0500 Subject: [PATCH 04/25] 5.71.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93e0d29..745e892 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kwindowsystem-5.68.0.tar.xz /kwindowsystem-5.69.0.tar.xz /kwindowsystem-5.70.0.tar.xz +/kwindowsystem-5.71.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 505ece9..f01f8bb 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 3aedca0..cb0406e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.70.0.tar.xz) = 1ada61fdef5e43c218f1904b6700d65bb729536ef3586b369f76ebe87e3ab418214a440435a3286a590d0df03bd064ce957bffaddf03a3bc972aa43bfbb417d0 +SHA512 (kwindowsystem-5.71.0.tar.xz) = 16e2e8a2610c1c7518d937fa7490e297c22bd8862c543f6e472ea2c94c8713fb372812d181846858855601707848d44e535c9ab86e836f67fa3a40bc37747d4a From aad94de6a6f4dc5cc58975037580a81d5949bd7c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:32:26 -0500 Subject: [PATCH 05/25] 5.72.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 745e892..3c3336d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kwindowsystem-5.69.0.tar.xz /kwindowsystem-5.70.0.tar.xz /kwindowsystem-5.71.0.tar.xz +/kwindowsystem-5.72.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index f01f8bb..4fa01dd 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index cb0406e..b19d909 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.71.0.tar.xz) = 16e2e8a2610c1c7518d937fa7490e297c22bd8862c543f6e472ea2c94c8713fb372812d181846858855601707848d44e535c9ab86e836f67fa3a40bc37747d4a +SHA512 (kwindowsystem-5.72.0.tar.xz) = a13357a40b1d4364579b405ae467071414f4a775f0c79765a3867adb40c259a0e5b35cc5e6298e4310e1c54397c269f7b277d02a7adf2194614c44be6888ba68 From a34b3c6fc078ba58abad4a0c59720ec93be28652 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 10:39:11 +0200 Subject: [PATCH 06/25] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kwindowsystem.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 4fa01dd..5b30111 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kwindowsystem ## uncomment to enable bootstrap mode @@ -70,17 +71,13 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ +%{cmake_kf5} \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -popd - -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang_kf5 kwindowsystem5_qt From 4fc15416689f09446f1a4e8785d933ebbe44964d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:17:20 +0000 Subject: [PATCH 07/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwindowsystem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 5b30111..4d59edd 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -13,7 +13,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From a01caa99006436d0f15b1ffd95843edc6a216267 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:54:44 -0500 Subject: [PATCH 08/25] 5.73.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c3336d..97d0dec 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kwindowsystem-5.70.0.tar.xz /kwindowsystem-5.71.0.tar.xz /kwindowsystem-5.72.0.tar.xz +/kwindowsystem-5.73.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 4d59edd..b7b74eb 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,8 +12,8 @@ %endif Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index b19d909..293973b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.72.0.tar.xz) = a13357a40b1d4364579b405ae467071414f4a775f0c79765a3867adb40c259a0e5b35cc5e6298e4310e1c54397c269f7b277d02a7adf2194614c44be6888ba68 +SHA512 (kwindowsystem-5.73.0.tar.xz) = 57d9f92c034d85e71dd9817813f93788e9fc755009e4e618db6d347ba339e0644381e90370692ab85a056475f4c368ea6560274367309cb4f98ed56a152f3785 From 625d7edf838b4782783b3eef55baff76e1138cb6 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 09/25] 5.74.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97d0dec..4ba6433 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kwindowsystem-5.71.0.tar.xz /kwindowsystem-5.72.0.tar.xz /kwindowsystem-5.73.0.tar.xz +/kwindowsystem-5.74.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index b7b74eb..18ebfd2 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.73.0 +Version: 5.74.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 Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index 293973b..50cd7d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.73.0.tar.xz) = 57d9f92c034d85e71dd9817813f93788e9fc755009e4e618db6d347ba339e0644381e90370692ab85a056475f4c368ea6560274367309cb4f98ed56a152f3785 +SHA512 (kwindowsystem-5.74.0.tar.xz) = f27c2676a2b21ed0cb8b876aa75c9beeebef0403288af8e354a444c63cb653bb8e9b9d349cd06352699a749488441b0a05344c876724f20fd86f06a40ec71fda From 6a53f4156cbd4581f9e8b151d99f3e848065fc58 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 12:16:48 +0200 Subject: [PATCH 10/25] Fix installation of files --- kf5-kwindowsystem.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 18ebfd2..6bc5e27 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -94,12 +94,12 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files -f kwindowsystem5_qt.lang %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* %dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/ -%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so -%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so +%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so +%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %files devel %{_kf5_includedir}/kwindowsystem_version.h From 407a568b41120b55e16088a62487b4cd698b0907 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 14:27:02 +0200 Subject: [PATCH 11/25] Fix installation of files --- kf5-kwindowsystem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 6bc5e27..885705e 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -97,7 +97,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* -%dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/ +%dir %{_kf5_plugindir}/kwindowsystem/ %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so From 5ade793c7b937b92c834ebf6258025d78d8aecb8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 10:07:05 -0500 Subject: [PATCH 12/25] 5.75.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4ba6433..de08f55 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kwindowsystem-5.72.0.tar.xz /kwindowsystem-5.73.0.tar.xz /kwindowsystem-5.74.0.tar.xz +/kwindowsystem-5.75.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 885705e..9d8fe74 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.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 +* Wed Oct 14 10:06:58 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index 50cd7d0..ced8438 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.74.0.tar.xz) = f27c2676a2b21ed0cb8b876aa75c9beeebef0403288af8e354a444c63cb653bb8e9b9d349cd06352699a749488441b0a05344c876724f20fd86f06a40ec71fda +SHA512 (kwindowsystem-5.75.0.tar.xz) = 2867edd24bf8be325a890b3141e6f2c5ae2f1ff07db4eb8bb3d2fa0025ed4d2e01a25447f5abbec2f961dd092c5a2a34818008dfb5a3614c43864da7938546ef From a42b2530b6fc4e253c232a96e710e31af8f7da92 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 09:13:40 -0600 Subject: [PATCH 13/25] 5.76.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index de08f55..86860d1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kwindowsystem-5.73.0.tar.xz /kwindowsystem-5.74.0.tar.xz /kwindowsystem-5.75.0.tar.xz +/kwindowsystem-5.76.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 9d8fe74..a305947 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.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 Nov 19 09:13:33 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 10:06:58 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index ced8438..8b5cf8c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.75.0.tar.xz) = 2867edd24bf8be325a890b3141e6f2c5ae2f1ff07db4eb8bb3d2fa0025ed4d2e01a25447f5abbec2f961dd092c5a2a34818008dfb5a3614c43864da7938546ef +SHA512 (kwindowsystem-5.76.0.tar.xz) = 9e6f0ff4dc6feb75f012e75dd6717ea20e46e93f325654b32972bccace6e04745a34a22eafd75ef8c4c282606483605ea4effeb5d0bf615d55d21e312f99f071 From 24b7e05c5ce8fba65d95d7c37e3edf45d437b87e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:20:31 -0600 Subject: [PATCH 14/25] 5.77.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 86860d1..a1f2361 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kwindowsystem-5.74.0.tar.xz /kwindowsystem-5.75.0.tar.xz /kwindowsystem-5.76.0.tar.xz +/kwindowsystem-5.77.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index a305947..8c0dc8c 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.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 Dec 13 14:20:28 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 09:13:33 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index 8b5cf8c..73ec255 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.76.0.tar.xz) = 9e6f0ff4dc6feb75f012e75dd6717ea20e46e93f325654b32972bccace6e04745a34a22eafd75ef8c4c282606483605ea4effeb5d0bf615d55d21e312f99f071 +SHA512 (kwindowsystem-5.77.0.tar.xz) = 629d4833047a83bd8507e0ad71e0ad31cd608d4d193e525f9f85f459a448eda7dc0472b2a5ea8616dd637979136c65f9e1d995ff655951d98259e73683acb7ca From fbc4f474d7ea2f64985fcb4850ea306aebc93160 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:57:03 -0600 Subject: [PATCH 15/25] 5.78.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a1f2361..a821589 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kwindowsystem-5.75.0.tar.xz /kwindowsystem-5.76.0.tar.xz /kwindowsystem-5.77.0.tar.xz +/kwindowsystem-5.78.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 8c0dc8c..f3a5f4a 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,12 +12,12 @@ %endif Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Mon Jan 4 08:56:55 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:20:28 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 73ec255..4354079 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.77.0.tar.xz) = 629d4833047a83bd8507e0ad71e0ad31cd608d4d193e525f9f85f459a448eda7dc0472b2a5ea8616dd637979136c65f9e1d995ff655951d98259e73683acb7ca +SHA512 (kwindowsystem-5.78.0.tar.xz) = 440294c1d9236009be1a27827457699eb75f154dc4cca723eff1c0b76c8a30ee8d3a2b89ace76aa3220e40e3547d4410919b338c287d9010a8ff1326ec503fc6 From a100dff3534945adb3eab72c8cfe734b2d22995d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 22:31:14 +0000 Subject: [PATCH 16/25] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- kf5-kwindowsystem.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index f3a5f4a..a0346d9 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -31,6 +31,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ +BuildRequires: make BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: pkgconfig(x11) From 426689443e7b849c10cc9385acd87ddc97834f7b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:44:31 +0000 Subject: [PATCH 17/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwindowsystem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index a0346d9..dbfed53 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -13,7 +13,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:56:55 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From e13276eb9033307d286318994dc62372f6fd6df8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 10:04:02 -0600 Subject: [PATCH 18/25] 5.79.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a821589..3686761 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kwindowsystem-5.76.0.tar.xz /kwindowsystem-5.77.0.tar.xz /kwindowsystem-5.78.0.tar.xz +/kwindowsystem-5.79.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index dbfed53..e9ac8bd 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,8 +12,8 @@ %endif Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 4354079..3537102 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.78.0.tar.xz) = 440294c1d9236009be1a27827457699eb75f154dc4cca723eff1c0b76c8a30ee8d3a2b89ace76aa3220e40e3547d4410919b338c287d9010a8ff1326ec503fc6 +SHA512 (kwindowsystem-5.79.0.tar.xz) = aad1730ced1719cb223f3e18de77a5c5b8ec1bf0f6d77a2c4ba3a479e5dfa51d37202bc0fb875090dccec28bb9e2f80e2f41fc0b60d61c512b04a5a54ac80b30 From d83f773b1d9706fa5e2409f5935d45973ef4f008 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:24:23 -0600 Subject: [PATCH 19/25] respin --- kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index e9ac8bd..d5dc353 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -13,7 +13,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 diff --git a/sources b/sources index 3537102..295be2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.79.0.tar.xz) = aad1730ced1719cb223f3e18de77a5c5b8ec1bf0f6d77a2c4ba3a479e5dfa51d37202bc0fb875090dccec28bb9e2f80e2f41fc0b60d61c512b04a5a54ac80b30 +SHA512 (kwindowsystem-5.79.0.tar.xz) = 7dff05df4b5583cb6676f370d10a3c610a747fbf47ccfca2895d90551f66077ed9382399917c2d4d7ebc351715a50e3a27a7ddd61c38d840f56ec75647cc12b5 From 4918110b00d12f285f5435c1551a7d555d666e23 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:52:03 -0600 Subject: [PATCH 20/25] 5.80.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3686761..4228293 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kwindowsystem-5.77.0.tar.xz /kwindowsystem-5.78.0.tar.xz /kwindowsystem-5.79.0.tar.xz +/kwindowsystem-5.80.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index d5dc353..22c30ec 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,8 +12,8 @@ %endif Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 295be2d..4e22efb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.79.0.tar.xz) = 7dff05df4b5583cb6676f370d10a3c610a747fbf47ccfca2895d90551f66077ed9382399917c2d4d7ebc351715a50e3a27a7ddd61c38d840f56ec75647cc12b5 +SHA512 (kwindowsystem-5.80.0.tar.xz) = a2e928568ca4ba7e5ae904888e273c8f3e7c57661b8a32246e22330426fa2db55535b96ec7b4e74681090f15f227586d282f3f077e44bdc3e0a86c9514f6151f From 54334f0ac09cd323cd5cfe7a50c2237acd40b208 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 09:05:39 -0500 Subject: [PATCH 21/25] 5.81.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4228293..42ef469 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kwindowsystem-5.78.0.tar.xz /kwindowsystem-5.79.0.tar.xz /kwindowsystem-5.80.0.tar.xz +/kwindowsystem-5.81.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 22c30ec..aa22691 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.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 Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index 4e22efb..8f0be24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.80.0.tar.xz) = a2e928568ca4ba7e5ae904888e273c8f3e7c57661b8a32246e22330426fa2db55535b96ec7b4e74681090f15f227586d282f3f077e44bdc3e0a86c9514f6151f +SHA512 (kwindowsystem-5.81.0.tar.xz) = 05531784e51cf00d8f93e5fd87cd5f0b24cefd75f652ba2edac785343cf73c2e545d26ad039292a0c578a8d365346a8b6aaef9bf8e25402d341eb82ee9fcd1bd From 6d25e942cba69582d040f3ee3fd1409c303261b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:49:23 -0500 Subject: [PATCH 22/25] 5.82.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42ef469..0fbdefb 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kwindowsystem-5.79.0.tar.xz /kwindowsystem-5.80.0.tar.xz /kwindowsystem-5.81.0.tar.xz +/kwindowsystem-5.82.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index aa22691..abd0254 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.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 May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index 8f0be24..ffb2afc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.81.0.tar.xz) = 05531784e51cf00d8f93e5fd87cd5f0b24cefd75f652ba2edac785343cf73c2e545d26ad039292a0c578a8d365346a8b6aaef9bf8e25402d341eb82ee9fcd1bd +SHA512 (kwindowsystem-5.82.0.tar.xz) = fd823e718e439d40e85146195d03c6868c99d62cc9495d5733157db081f29884cd9a9d11421d81c47fe4cc5661107a1b52ff55dc9e0a00565682f1d7845a2e68 From 385aff701e7f34a85db3c18325fbd23dd220df38 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 16:09:27 -0500 Subject: [PATCH 23/25] 5.83.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fbdefb..d03cf19 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kwindowsystem-5.80.0.tar.xz /kwindowsystem-5.81.0.tar.xz /kwindowsystem-5.82.0.tar.xz +/kwindowsystem-5.83.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index abd0254..aa28e86 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,7 +12,7 @@ %endif Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.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 Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index ffb2afc..b44d354 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.82.0.tar.xz) = fd823e718e439d40e85146195d03c6868c99d62cc9495d5733157db081f29884cd9a9d11421d81c47fe4cc5661107a1b52ff55dc9e0a00565682f1d7845a2e68 +SHA512 (kwindowsystem-5.83.0.tar.xz) = b5270f9add6e4b3d1f468fa78ba6600b7c4813bd5eaece984e7d531ee261ac714039ca61d8f93ff6d3aa1dee147e3ed708c3ce153e885cc4f7b844b199620a03 From 18f3e0461c47b013a7350c96f13e931265327557 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:58:56 +0000 Subject: [PATCH 24/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwindowsystem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index aa28e86..1e93dff 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -13,7 +13,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From 90e6a5dfc7dd4df8e65770cb9ed639b1afc11144 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:16:02 -0500 Subject: [PATCH 25/25] 5.85.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d03cf19..cfc2386 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kwindowsystem-5.81.0.tar.xz /kwindowsystem-5.82.0.tar.xz /kwindowsystem-5.83.0.tar.xz +/kwindowsystem-5.85.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 1e93dff..0c56677 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,8 +12,8 @@ %endif Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management License: LGPLv2+ and MIT @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index b44d354..e07b917 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.83.0.tar.xz) = b5270f9add6e4b3d1f468fa78ba6600b7c4813bd5eaece984e7d531ee261ac714039ca61d8f93ff6d3aa1dee147e3ed708c3ce153e885cc4f7b844b199620a03 +SHA512 (kwindowsystem-5.85.0.tar.xz) = 517943febe93ec84d91792ece6a2ad4518c3976d4f9ae3ba631713bdb87cec72817d3231da0fa6318c93e7b6ccf4875ba1c079b3838d3d68ad28cb9c35211d43