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 2021-06-19 23:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-framework (Old)
and /work/SRC/openSUSE:Factory/.plasma-framework.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-framework"
Sat Jun 19 23:02:17 2021 rev:110 rq:900605 version:5.83.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-framework/plasma-framework.changes
2021-06-16 20:36:02.699243463 +0200
+++
/work/SRC/openSUSE:Factory/.plasma-framework.new.2625/plasma-framework.changes
2021-06-19 23:02:32.239634388 +0200
@@ -1,0 +2,6 @@
+Thu Jun 17 14:48:05 UTC 2021 - Fabian Vogt <[email protected]>
+
+- BuildRequire pkgconfig(gl) everywhere to work around oddity in
+ FindOpenGL.cmake
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma-framework.spec ++++++
--- /var/tmp/diff_new_pack.70yVJb/_old 2021-06-19 23:02:32.727635012 +0200
+++ /var/tmp/diff_new_pack.70yVJb/_new 2021-06-19 23:02:32.731635017 +0200
@@ -83,9 +83,9 @@
Obsoletes: %{name}-private < %{version}
%ifarch %{arm} aarch64
BuildRequires: pkgconfig(glesv2)
-%else
-BuildRequires: pkgconfig(gl)
%endif
+# Workaround: CMake's OpenGL::EGL target only exists if OpenGL::OpenGL does
+BuildRequires: pkgconfig(gl)
%description
Plasma library and runtime components based upon KF5 and Qt5