From be2c702a36a539cc34682fba1a951b8cb167275c Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Thu, 13 Jan 2022 17:25:47 +0100 Subject: [PATCH 1/6] 5.23.90 --- .gitignore | 1 + kwin.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 612ace5..870cb6d 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /kwin-5.23.3.tar.xz /kwin-5.23.4.tar.xz /kwin-5.23.5.tar.xz +/kwin-5.23.90.tar.xz diff --git a/kwin.spec b/kwin.spec index 44ff282..df332a9 100644 --- a/kwin.spec +++ b/kwin.spec @@ -16,7 +16,7 @@ %endif Name: kwin -Version: 5.23.5 +Version: 5.23.90 Release: 1%{?dist} Summary: KDE Window manager @@ -94,6 +94,7 @@ BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kconfigwidgets-devel BuildRequires: kf5-kcoreaddons-devel BuildRequires: kf5-kcrash-devel +BuildRequires: kf5-kdbusaddons-devel BuildRequires: kf5-kglobalaccel-devel BuildRequires: kf5-ki18n-devel BuildRequires: kf5-kinit-devel >= 5.10.0-3 @@ -278,6 +279,7 @@ ln -s kwin_wayland %{buildroot}%{_bindir}/kwin %if 0%{?tests} # using low timeout to avoid extending buildtimes too much for now -- rex export CTEST_OUTPUT_ON_FAILURE=1 +# ToDo: replace _target_platform variable xvfb-run -a \ dbus-launch --exit-with-session \ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: @@ -294,7 +296,6 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %{_kf5_qtplugindir}/kpackage/packagestructure/ %{_kf5_qtplugindir}/org.kde.kdecoration2/*.so %dir %{_kf5_qtplugindir}/org.kde.kwin.platforms -%{_kf5_qtplugindir}/org.kde.kwin.scenes/*.so %{_qt5_qmldir}/org/kde/kwin %{_kf5_libdir}/kconf_update_bin/kwin5_update_default_rules %{_libexecdir}/kwin_killer_helper @@ -325,6 +326,7 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %{_datadir}/icons/hicolor/*/apps/kwin.* %{_datadir}/knsrcfiles/*.knsrc %{_datadir}/krunner/dbusplugins/kwin-runner-windows.desktop +%{_datadir}/applications/org.kde.kwin_rules_dialog.desktop %files wayland %{_bindir}/kwin_wayland_wrapper @@ -334,7 +336,7 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so %{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so %{_kf5_qtplugindir}/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so -#{_userunitdir}/plasma-kwin_wayland.service +%{_userunitdir}/plasma-kwin_wayland.service %files x11 %{_kf5_bindir}/kwin_x11 @@ -349,7 +351,6 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %{_libdir}/libkwinxrenderutils.so.* %{_libdir}/libkwineffects.so.* %{_libdir}/libkwinglutils.so.* -%{_libdir}/libkwin4_effect_builtins.so.* %{_libdir}/libkcmkwincommon.so.* %{_qt5_plugindir}/kcms/kcm_kwin_virtualdesktops.so @@ -360,7 +361,6 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %{_libdir}/libkwinxrenderutils.so %{_libdir}/libkwineffects.so %{_libdir}/libkwinglutils.so -%{_libdir}/libkwin4_effect_builtins.so %{_includedir}/kwin*.h %files doc -f %{name}-doc.lang @@ -368,6 +368,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Thu Jan 13 2022 Marc Deop - 5.23.90-1 +- 5.23.90 + * Tue Jan 04 2022 Marc Deop - 5.23.5-1 - 5.23.5 diff --git a/sources b/sources index ab5f748..1cfb106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwin-5.23.5.tar.xz) = 45bae86857391b9ce9eca8e75c664914b3b59d0327b670af8eaca6b2bd8008376ecb18347019906c9a9553c8767ea3e05d8ad81d57d4bfb3e91589ae27e3680f +SHA512 (kwin-5.23.90.tar.xz) = b05e986a784a6c7c49a25b5aa9d0e8403db3292a0c9d3461026a57f68164ba66f50ebc83e3328c499d71e5f796e7c38379ba3b70ca3c84ff796e5442f0f87c3e From 4b857c7f4d0088e4f9bc6f27131fc6d57a6829be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 15:20:58 +0000 Subject: [PATCH 2/6] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kwin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kwin.spec b/kwin.spec index df332a9..484c06d 100644 --- a/kwin.spec +++ b/kwin.spec @@ -17,7 +17,7 @@ Name: kwin Version: 5.23.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -368,6 +368,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.23.90-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jan 13 2022 Marc Deop - 5.23.90-1 - 5.23.90 From def331483f2b4c3b8d8756b69a5e6372a5677ee2 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Thu, 3 Feb 2022 15:03:41 +0100 Subject: [PATCH 3/6] 5.24.0 --- .gitignore | 1 + kwin.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 870cb6d..84acec0 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /kwin-5.23.4.tar.xz /kwin-5.23.5.tar.xz /kwin-5.23.90.tar.xz +/kwin-5.24.0.tar.xz diff --git a/kwin.spec b/kwin.spec index 484c06d..3208915 100644 --- a/kwin.spec +++ b/kwin.spec @@ -16,8 +16,8 @@ %endif Name: kwin -Version: 5.23.90 -Release: 2%{?dist} +Version: 5.24.0 +Release: 1%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -368,6 +368,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Thu Feb 03 2022 Marc Deop - 5.24.0-1 +- 5.24.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.23.90-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 1cfb106..d4e407d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwin-5.23.90.tar.xz) = b05e986a784a6c7c49a25b5aa9d0e8403db3292a0c9d3461026a57f68164ba66f50ebc83e3328c499d71e5f796e7c38379ba3b70ca3c84ff796e5442f0f87c3e +SHA512 (kwin-5.24.0.tar.xz) = 28a4112e7d4f659fac8fe6b790fb6def28bfbf4c51400bd1afa5bb80306b770653b9cdaa6120b99242f7e866d5038e984d4dd75f14bddf4069fbdde4b68f30d7 From c430f8e40dfc7c53242a1e43fcf9f49299693d9b Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Fri, 4 Feb 2022 11:02:54 +0100 Subject: [PATCH 4/6] fix: upload fixed 5.24.0 tarball --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index d4e407d..53b0c17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwin-5.24.0.tar.xz) = 28a4112e7d4f659fac8fe6b790fb6def28bfbf4c51400bd1afa5bb80306b770653b9cdaa6120b99242f7e866d5038e984d4dd75f14bddf4069fbdde4b68f30d7 +SHA512 (kwin-5.24.0.tar.xz) = f0153b40117cc27e11f1ad0021d532cdff573fb35baecc81ebd4fd082a1baeb489f579c0ebace96b92a92d63caecb85408252203d86de19f7802dd75c3c4bf0f From 05dfa3cc6b3ab17f3cfeb62ca5c5a3eccec9b230 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Fri, 11 Feb 2022 09:37:36 +0100 Subject: [PATCH 5/6] feat: new sources due to tarball re-spin --- kwin.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kwin.spec b/kwin.spec index 3208915..f29e511 100644 --- a/kwin.spec +++ b/kwin.spec @@ -17,7 +17,7 @@ Name: kwin Version: 5.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -368,6 +368,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Fri Feb 11 2022 Marc Deop - 5.24.0-2 +- Rebuild due to tarball re-spin + * Thu Feb 03 2022 Marc Deop - 5.24.0-1 - 5.24.0 diff --git a/sources b/sources index 53b0c17..e61ae59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwin-5.24.0.tar.xz) = f0153b40117cc27e11f1ad0021d532cdff573fb35baecc81ebd4fd082a1baeb489f579c0ebace96b92a92d63caecb85408252203d86de19f7802dd75c3c4bf0f +SHA512 (kwin-5.24.0.tar.xz) = 95731f96958e25eb3f689abb9acfb14489757e2811812fa08437b9eda9b8f99d31f261e88c78797c4a913b0678e92c799fc2fab88e830c947663622c49e261c3 From afb653c48b2b54dc3f0683aff7869703ad679dc4 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 15 Feb 2022 16:17:35 +0100 Subject: [PATCH 6/6] 5.24.1 --- .gitignore | 1 + kwin.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84acec0..b49351c 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,4 @@ /kwin-5.23.5.tar.xz /kwin-5.23.90.tar.xz /kwin-5.24.0.tar.xz +/kwin-5.24.1.tar.xz diff --git a/kwin.spec b/kwin.spec index f29e511..a71ef96 100644 --- a/kwin.spec +++ b/kwin.spec @@ -16,8 +16,8 @@ %endif Name: kwin -Version: 5.24.0 -Release: 2%{?dist} +Version: 5.24.1 +Release: 1%{?dist} Summary: KDE Window manager # all sources are effectively GPLv2+, except for: @@ -368,6 +368,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||: %changelog +* Tue Feb 15 2022 Marc Deop - 5.24.1-1 +- 5.24.1 + * Fri Feb 11 2022 Marc Deop - 5.24.0-2 - Rebuild due to tarball re-spin diff --git a/sources b/sources index e61ae59..a6d114c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwin-5.24.0.tar.xz) = 95731f96958e25eb3f689abb9acfb14489757e2811812fa08437b9eda9b8f99d31f261e88c78797c4a913b0678e92c799fc2fab88e830c947663622c49e261c3 +SHA512 (kwin-5.24.1.tar.xz) = 191fe8d4363ea98adabd75c045b48e10490d8002abe2f0a0c199cb51447b371165a85ed2b98d04128a069661e8ebf4fce0323421c09bddf9372acf6f8d5d2461