Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma-framework for
openSUSE:Factory checked in at 2022-06-17 21:19:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
and /work/SRC/openSUSE:Factory/.plasma-framework.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-framework"
Fri Jun 17 21:19:53 2022 rev:126 rq:982627 version:5.95.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2022-05-16 18:09:34.221328421 +0200
+++
/work/SRC/openSUSE:Factory/.plasma-framework.new.1548/plasma-framework.changes
2022-06-17 21:22:05.622759733 +0200
@@ -1,0 +2,17 @@
+Tue Jun 14 13:46:45 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Add patch to fix window thumbnails on X11:
+ * 0001-Revert-Use-QT_FEATURE_foo-to-detect-opengl-support-a.patch
+
+-------------------------------------------------------------------
+Fri Jun 10 14:12:49 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.95.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/frameworks/5/5.95.0
+- Too many changes since 5.94.0, only listing bugfixes:
+ * Dialog should use the Dock type unless requested otherwise (kde#454635)
+ * Add back the WindowsGoBelow panel behavior (kde#455138)
+
+-------------------------------------------------------------------
Old:
----
plasma-framework-5.94.0.tar.xz
plasma-framework-5.94.0.tar.xz.sig
New:
----
0001-Revert-Use-QT_FEATURE_foo-to-detect-opengl-support-a.patch
plasma-framework-5.95.0.tar.xz
plasma-framework-5.95.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.P2PmXQ/_old 2022-06-17 21:22:06.278760088 +0200
+++ /var/tmp/diff_new_pack.P2PmXQ/_new 2022-06-17 21:22:06.282760091 +0200
@@ -1,7 +1,7 @@
#
# spec file for package plasma-framework
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
%define lname libKF5Plasma5
-%define _tar_path 5.94
+%define _tar_path 5.95
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
%bcond_without released
Name: plasma-framework
-Version: 5.94.0
+Version: 5.95.0
Release: 0
Summary: Plasma library and runtime components based upon KF5 and Qt5
License: GPL-2.0-or-later AND LGPL-2.0-or-later
@@ -35,6 +35,8 @@
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Revert-Use-QT_FEATURE_foo-to-detect-opengl-support-a.patch
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
++++++ 0001-Revert-Use-QT_FEATURE_foo-to-detect-opengl-support-a.patch ++++++
>From dff1b034c1162062aa2292099d3d01fc53dafdf6 Mon Sep 17 00:00:00 2001
From: Ahmad Samir <[email protected]>
Date: Tue, 14 Jun 2022 14:05:32 +0200
Subject: [PATCH] Revert "Use QT_FEATURE_foo to detect opengl* support, and
TARGET for glesv2"
This reverts commit 31884dc195c815054bfa6b15a90753d2d0ae1ea9.
---
CMakeLists.txt | 3 ++-
src/declarativeimports/core/CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6698a2091..63229cdfb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,7 +118,8 @@ set_package_properties(EGL PROPERTIES
TYPE OPTIONAL
)
-if(OpenGL_GLX_FOUND AND X11_FOUND AND QT_FEATURE_opengl)
+get_target_property(QtGui_Enabled_Features Qt${QT_MAJOR_VERSION}::Gui
QT_ENABLED_PUBLIC_FEATURES)
+if(OpenGL_GLX_FOUND AND X11_FOUND AND (QtGui_Enabled_Features MATCHES
"opengl"))
add_feature_info(GLX OpenGL_GLX_FOUND "OpenGL GLX libraries.")
set(HAVE_GLX 1)
else()
diff --git a/src/declarativeimports/core/CMakeLists.txt
b/src/declarativeimports/core/CMakeLists.txt
index d08b4c619..2136bb985 100644
--- a/src/declarativeimports/core/CMakeLists.txt
+++ b/src/declarativeimports/core/CMakeLists.txt
@@ -70,7 +70,7 @@ else()
endif()
-if(TARGET Qt${QT_MAJOR_VERSION}::Gui_GLESv2)
+if(QtGui_Enabled_Features MATCHES "opengles2")
target_link_libraries(corebindingsplugin Qt${QT_MAJOR_VERSION}::Gui_GLESv2)
endif()
--
2.36.1
++++++ plasma-framework-5.94.0.tar.xz -> plasma-framework-5.95.0.tar.xz ++++++
++++ 12170 lines of diff (skipped)