From 0cf4432dab478d7df11c20df7bfaf7ae1627140c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:44:20 +0000 Subject: [PATCH 1/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 6998c37..5bf2f1b 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -13,7 +13,7 @@ Name: kf5-%{framework} Version: 5.90.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 Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 8620afe61bd006b5ad0c43c40210edbf2dc803df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:36:34 -0600 Subject: [PATCH 2/4] 5.91.0 --- .gitignore | 1 + kf5-kwindowsystem.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3db453c..9a80930 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kwindowsystem-5.88.0.tar.xz /kwindowsystem-5.89.0.tar.xz /kwindowsystem-5.90.0.tar.xz +/kwindowsystem-5.91.0.tar.xz diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 5bf2f1b..d8b6672 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -12,8 +12,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.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 +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 850a856..0895b39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwindowsystem-5.90.0.tar.xz) = c63417e4c2e33f1b08898722f582324b72beae9e1931f08e6866bc6939681a612a30cd704236ae373aa075ef94f73f8868c92558a21e4849d6d0c467574916a2 +SHA512 (kwindowsystem-5.91.0.tar.xz) = 29b9fe96e13eb0a22d6c4bd457981f5b3c094799c6fb01dccdbb93581ab4c3ce72d5918018bd7a3b9e69ad94d433d5e910c1680d6bc155f037e9a8b869d31310 From b21aba997f86affa3aeedef1e109e77e6e2a499b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:11:03 -0600 Subject: [PATCH 3/4] update %%files --- kf5-kwindowsystem.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index d8b6672..374a4cb 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -103,7 +103,7 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %files devel -%{_kf5_includedir}/kwindowsystem_version.h + %{_kf5_includedir}/KWindowSystem/ %{_kf5_libdir}/libKF5WindowSystem.so %{_kf5_libdir}/cmake/KF5WindowSystem/ From 69660e5fccba8c78ecadbe570582f276020ab16b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:46:06 -0600 Subject: [PATCH 4/4] fix %%files harder, .spec cosmetics --- kf5-kwindowsystem.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index 374a4cb..98514cd 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework kwindowsystem ## uncomment to enable bootstrap mode @@ -72,8 +71,9 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} + %cmake_build @@ -99,11 +99,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* %dir %{_kf5_plugindir}/kwindowsystem/ -%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so +#{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %files devel - %{_kf5_includedir}/KWindowSystem/ %{_kf5_libdir}/libKF5WindowSystem.so %{_kf5_libdir}/cmake/KF5WindowSystem/