Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2022-06-13 13:02:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.kinfocenter5.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kinfocenter5"

Mon Jun 13 13:02:11 2022 rev:142 rq:981905 version:5.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes        
2022-05-05 23:04:59.177451913 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.1548/kinfocenter5.changes      
2022-06-13 13:02:24.349106566 +0200
@@ -1,0 +2,43 @@
+Thu Jun  9 11:14:58 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.25.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.25.0
+- Changes since 5.24.90:
+  * redirect stderr to stdout (kde#454197)
+- Fix 0002-Look-for-binaries-in-Mesa-demos-path-as-well.patch (boo#1199975)
+
+-------------------------------------------------------------------
+Thu May 19 19:45:29 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Update to 5.24.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.24.90
+- Changes since 5.24.5:
+  * Fix about distro KCM not being able to be pinned
+  * Fix: Iterate with std::as_const, to avoid copying vector
+  * Finishing touches for the Qt6 build
+  * Use non-deprecated KAuth includes
+  * modules/about-distro: use standard inner margins for page
+  * modules/about-distro: simplify spacing before "open in Info Center" button
+  * modules/about-distro: remove bottom padding from page (kde#452437)
+  * Explicitly set parent app for energyinfo KCM
+  * Add some DMI data to about-distro
+  * Hide filter bar when showing an error message
+  * Display more informative and actionable error messages
+  * Use not deprecated ECMFindQmlModule
+  * Fix install against qt6
+  * Also horizontally center the error messages in their pages
+  * new module firmware security
+  * Allow to build against qt6
+  * fix up help paths (kde#450918)
+  * about-distro: remove unnecessary spacers above sections
+  * Search in /usr/local/sbin:/usr/sbin:/sbin as fallback (kde#449792)
+  * Add plasma-systemmonitor as the dependency of kinfocenter
+  * Don't use deprecated variable
+  * Drop unnecessary KIconThemes dependency
+- Refresh 0002-Look-for-binaries-in-Mesa-demos-path-as-well.patch
+
+-------------------------------------------------------------------

Old:
----
  kinfocenter-5.24.5.tar.xz
  kinfocenter-5.24.5.tar.xz.sig

New:
----
  kinfocenter-5.25.0.tar.xz
  kinfocenter-5.25.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kinfocenter5.spec ++++++
--- /var/tmp/diff_new_pack.B9CDmj/_old  2022-06-13 13:02:25.773108554 +0200
+++ /var/tmp/diff_new_pack.B9CDmj/_new  2022-06-13 13:02:25.777108559 +0200
@@ -23,7 +23,7 @@
 
 %bcond_without released
 Name:           kinfocenter5
-Version:        5.24.5
+Version:        5.25.0
 Release:        0
 # Full Plasma 5 version (e.g. 5.8.95)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -33,9 +33,9 @@
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org/
-Source:         
https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz
+Source:         kinfocenter-%{version}.tar.xz
 %if %{with released}
-Source1:        
https://download.kde.org/stable/plasma/%{version}/kinfocenter-%{version}.tar.xz.sig
+Source1:        kinfocenter-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 # PATCH-FIX-OPENSUSE
@@ -50,7 +50,6 @@
 BuildRequires:  cmake(KF5Declarative) >= %{kf5_version}
 BuildRequires:  cmake(KF5DocTools) >= %{kf5_version}
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
-BuildRequires:  cmake(KF5IconThemes) >= %{kf5_version}
 BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
 BuildRequires:  cmake(KF5Package) >= %{kf5_version}
@@ -79,6 +78,8 @@
 Requires:       /usr/bin/xdpyinfo
 # Note: Not available as /usr/bin/eglinfo yet (boo#1195695)
 Recommends:     /usr/bin/eglinfo
+# The "Firmware Security" page does fwupdmgr ... | aha | ...
+Recommends:     (aha if fwupd)
 # Mesa-demos includes it, but as a whole it's too fat,
 # so don't pull it in by default.
 Suggests:       Mesa-demo
@@ -104,6 +105,7 @@
 
 %files
 %license LICENSES/*.txt
+%{_kf5_applicationsdir}/kcm_about-distro.desktop
 %{_kf5_bindir}/kinfocenter
 %{_kf5_libdir}/libKInfoCenterInternal.so
 %dir %{_kf5_plugindir}/
@@ -115,6 +117,7 @@
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_cpu.so
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_devinfo.so
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_egl.so
+%{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_firmware_security.so
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_glx.so
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_interrupts.so
 %{_kf5_plugindir}/plasma/kcms/kinfocenter/kcm_nic.so
@@ -134,6 +137,11 @@
 %{_kf5_servicetypesdir}/
 %{_kf5_configdir}/menus/kinfocenter.menu
 %{_kf5_sharedir}/desktop-directories/
+%dir %{_libexecdir}/kauth/
+%{_libexecdir}/kauth/kinfocenter-dmidecode-helper
+%{_kf5_sharedir}/dbus-1/system-services/org.kde.kinfocenter.dmidecode.service
+%{_kf5_sharedir}/dbus-1/system.d/org.kde.kinfocenter.dmidecode.conf
+%{_kf5_sharedir}/polkit-1/actions/org.kde.kinfocenter.dmidecode.policy
 %{_kf5_appstreamdir}/org.kde.kinfocenter.appdata.xml
 %dir %{_kf5_qmldir}/org/
 %dir %{_kf5_qmldir}/org/kde/

++++++ 0002-Look-for-binaries-in-Mesa-demos-path-as-well.patch ++++++
--- /var/tmp/diff_new_pack.B9CDmj/_old  2022-06-13 13:02:25.797108587 +0200
+++ /var/tmp/diff_new_pack.B9CDmj/_new  2022-06-13 13:02:25.801108594 +0200
@@ -1,7 +1,7 @@
-From 63940ad9bb5eb3bd8c0eefcf20c4b14d68f9c5c2 Mon Sep 17 00:00:00 2001
+From 0836341c590dc14626e3e1856fb1917ba07fcb84 Mon Sep 17 00:00:00 2001
 From: Fabian Vogt <[email protected]>
 Date: Tue, 8 Feb 2022 19:06:23 +0100
-Subject: [PATCH 2/2] Look for binaries in Mesa-demos path as well
+Subject: [PATCH] Look for binaries in Mesa-demos path as well
 
 eglinfo is not in $PATH (yet, boo#1195695)
 ---
@@ -9,10 +9,10 @@
  1 file changed, 7 insertions(+)
 
 diff --git a/src/CommandOutputContext.cpp b/src/CommandOutputContext.cpp
-index ec3cd3d..96e11ce 100644
+index dad54a5e..30554499 100644
 --- a/src/CommandOutputContext.cpp
 +++ b/src/CommandOutputContext.cpp
-@@ -25,6 +25,13 @@ CommandOutputContext::CommandOutputContext(const QString 
&executable, const QStr
+@@ -27,6 +27,13 @@ CommandOutputContext::CommandOutputContext(const 
QStringList &findExecutables, c
              QStandardPaths::findExecutable(m_executableName, 
{QStringLiteral("/usr/local/sbin"), QStringLiteral("/usr/sbin"), 
QStringLiteral("/sbin")});
      }
  
@@ -23,10 +23,10 @@
 +                                           
{QStringLiteral("/usr/lib64/mesa-demos/egl/opengl"), 
QStringLiteral("/usr/lib/mesa-demos/egl/opengl")});
 +    }
 +
-     metaObject()->invokeMethod(this, &CommandOutputContext::load);
- }
- 
+     m_foundExecutablePaths[executable] = m_executablePath;
+     for (const QString &findExecutable : findExecutables) {
+         m_foundExecutablePaths[findExecutable] = 
QStandardPaths::findExecutable(findExecutable);
 -- 
-2.33.1
+2.36.1
 
 

++++++ kinfocenter-5.24.5.tar.xz -> kinfocenter-5.25.0.tar.xz ++++++
++++ 14487 lines of diff (skipped)

Reply via email to