Hello community, here is the log from the commit of package kinfocenter5 for openSUSE:Factory checked in at 2020-06-08 23:53:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kinfocenter5 (Old) and /work/SRC/openSUSE:Factory/.kinfocenter5.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kinfocenter5" Mon Jun 8 23:53:17 2020 rev:104 rq:812310 version:5.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes 2020-05-07 15:09:04.272194440 +0200 +++ /work/SRC/openSUSE:Factory/.kinfocenter5.new.3606/kinfocenter5.changes 2020-06-08 23:54:20.599272915 +0200 @@ -1,0 +2,35 @@ +Thu Jun 4 13:27:11 UTC 2020 - Fabian Vogt <[email protected]> + +- Update to 5.19.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.19.0.php +- No code changes since 5.18.90 + +------------------------------------------------------------------- +Thu May 14 14:33:03 UTC 2020 - Fabian Vogt <[email protected]> + +- Update to 5.18.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.90.php +- Changes since 5.18.5: + * use better strings for dri devices + * bump to require Qt 5.14 + * view1394: initialize OuiDb only when needed + * view1394: try to load OUI data from system location + * view1394: isolate DB loading in own function + * Optimize message extraction + * don't hold initdness in a static var (kde#417466) + * improve some previously recycled strings + * add gpu entry to about system (kde#355053) + * refactor about-distro to more generically support textual dumps + * cleanup devinfo header includes + * add trivial systemsettings finder and mark it as RUNTIME dep + * Restore config-x11 header file + * Kill the KinfoCenter binary + * Remove unused includes +- Refresh patches: + * plasma-session-name.patch + +------------------------------------------------------------------- Old: ---- kinfocenter-5.18.5.tar.xz kinfocenter-5.18.5.tar.xz.sig New: ---- kinfocenter-5.19.0.tar.xz kinfocenter-5.19.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kinfocenter5.spec ++++++ --- /var/tmp/diff_new_pack.SoGSCd/_old 2020-06-08 23:54:21.591275976 +0200 +++ /var/tmp/diff_new_pack.SoGSCd/_new 2020-06-08 23:54:21.591275976 +0200 @@ -20,7 +20,7 @@ %bcond_without lang Name: kinfocenter5 -Version: 5.18.5 +Version: 5.19.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,9 +30,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 lang} -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 plasma-session-name.patch @@ -41,6 +41,7 @@ BuildRequires: kf5-filesystem BuildRequires: libraw1394-devel BuildRequires: pciutils-devel +BuildRequires: systemsettings5 BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: cmake(KF5Completion) >= %{kf5_version} @@ -77,6 +78,8 @@ Recommends: %{name}-lang # needed for the fileindexermonitor Requires: baloo5-imports +# The executable is now a link to systemsettings5 +Requires: systemsettings5 %description KDE Utility that provides information about a computer system. @@ -110,7 +113,6 @@ %{_kf5_sharedir}/kpackage/ %{_kf5_servicesdir}/ %{_kf5_servicetypesdir}/ -%{_kf5_sharedir}/kxmlgui5/ %{_kf5_configdir}/menus/kinfocenter.menu %{_kf5_sharedir}/desktop-directories/ %{_kf5_appstreamdir}/org.kde.kinfocenter.appdata.xml ++++++ kinfocenter-5.18.5.tar.xz -> kinfocenter-5.19.0.tar.xz ++++++ ++++ 83392 lines of diff (skipped) ++++++ plasma-session-name.patch ++++++ --- /var/tmp/diff_new_pack.SoGSCd/_old 2020-06-08 23:54:22.219277913 +0200 +++ /var/tmp/diff_new_pack.SoGSCd/_new 2020-06-08 23:54:22.219277913 +0200 @@ -1,9 +1,9 @@ -diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp -index bec3a36..b78ede7 100644 ---- a/Modules/about-distro/src/Module.cpp -+++ b/Modules/about-distro/src/Module.cpp -@@ -190,7 +190,7 @@ void Module::defaults() - QString Module::plasmaVersion() const +diff --git a/Modules/about-distro/src/PlasmaEntry.cpp b/Modules/about-distro/src/PlasmaEntry.cpp +index 6deb095..1e7f4c9 100644 +--- a/Modules/about-distro/src/PlasmaEntry.cpp ++++ b/Modules/about-distro/src/PlasmaEntry.cpp +@@ -22,7 +22,7 @@ PlasmaEntry::PlasmaEntry() + QString PlasmaEntry::plasmaVersion() { const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, - QStringLiteral("xsessions/plasma.desktop"));
