Hello community, here is the log from the commit of package plasma5-desktop for openSUSE:Factory checked in at 2019-06-12 13:31:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old) and /work/SRC/openSUSE:Factory/.plasma5-desktop.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-desktop" Wed Jun 12 13:31:47 2019 rev:104 rq:708944 version:5.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes 2019-05-09 10:07:30.292700747 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new.4811/plasma5-desktop.changes 2019-06-12 13:31:49.640189768 +0200 @@ -1,0 +2,51 @@ +Mon Jun 10 10:08:54 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de> + +- Tar got respun +- Remove patches, now upstream: + * 0001-kcm_fonts-Fix-tracking-of-configuration-changes.patch + +------------------------------------------------------------------- +Fri Jun 7 11:34:13 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de> + +- Add patch to fix issues with kcm_fonts (kde#402381): + * 0001-kcm_fonts-Fix-tracking-of-configuration-changes.patch + +------------------------------------------------------------------- +Thu Jun 6 14:07:09 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.16.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.0.php +- Changes since 5.15.90: + * [showdesktop][minimizeall] Reduce the maximum panel icon size + * Make the Trashcan applet use the same shadow settings as desktop icons + * kcm_colors: Extract i18n messages from .ui files + * Allow 'Exclude folders' section in Baloo KCM to fill window (kde#407709) + * [Notifications] Delay configuring events + * [Notifications] Return invalid model index for empty query + * [Touchpad KCM] Revoke touchpad enabled/disabled notification before sending a new one (kde#387590) + * [Notifications KCM] Try both model indices + * [Touchpad KCM] Fix kded crashing at startup (kde#407614) + * Revert project version + * [Touchpad KCM] Fixed loading of wrong qml file (kde#398228) + * [WidgetExplorer] Fix blurry previews +- Remove patches, now upstream: + * 0001-Touchpad-KCM-Fix-kded-crashing-at-startup.patch + +------------------------------------------------------------------- +Mon May 20 12:01:11 UTC 2019 - Fabian Vogt <fab...@ritter-vogt.de> + +- Add patch to fix kded crash (kde#407614): + * 0001-Touchpad-KCM-Fix-kded-crashing-at-startup.patch + +------------------------------------------------------------------- +Thu May 16 16:56:39 UTC 2019 - fab...@ritter-vogt.de + +- Update to 5.15.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.15.90.php +- Too many changes to list here + +------------------------------------------------------------------- Old: ---- plasma-desktop-5.15.5.tar.xz plasma-desktop-5.15.5.tar.xz.sig New: ---- plasma-desktop-5.16.0.tar.xz plasma-desktop-5.16.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-desktop.spec ++++++ --- /var/tmp/diff_new_pack.RigeMt/_old 2019-06-12 13:31:50.340189401 +0200 +++ /var/tmp/diff_new_pack.RigeMt/_new 2019-06-12 13:31:50.340189401 +0200 @@ -16,11 +16,11 @@ # -%define kf5_version 5.54.0 +%define kf5_version 5.58.0 %bcond_without lang Name: plasma5-desktop -Version: 5.15.5 +Version: 5.16.0 Release: 0 # Full Plasma 5 version (e.g. 5.9.3) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -30,15 +30,15 @@ License: GPL-2.0-only Group: System/GUI/KDE Url: http://www.kde.org/ -Source: https://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz +Source: plasma-desktop-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/plasma-desktop-%{version}.tar.xz.sig +Source1: plasma-desktop-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE Patch1: 0001-Use-themed-user-face-icon-in-kickoff.patch -# PATCHES 100-200 and above are from upstream 5.14 branch -# PATCHES 201-300 and above are from upstream master/5.15 branch +# PATCHES 100-200 and above are from upstream 5.16 branch +# PATCHES 201-300 and above are from upstream master/5.17 branch %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else @@ -52,6 +52,10 @@ BuildRequires: phonon4qt5-devel >= 4.6.60 BuildRequires: update-desktop-files BuildRequires: xz +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +BuildRequires: gcc7-c++ +%endif %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 BuildRequires: cmake(AppStreamQt) >= 0.10.4 %endif @@ -112,6 +116,7 @@ BuildRequires: pkgconfig(xcb-image) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xcb-shm) +BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(xcursor) BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xi) @@ -179,14 +184,19 @@ This package contains the basic packages for a Plasma workspace. %lang_package + %prep -%setup -q -n plasma-desktop-%{version} -%autopatch -p1 +%autosetup -p1 -n plasma-desktop-%{version} # Workaround for boo#1038368 sed -i"" "s/Name=Desktop/Name=Desktop Containment/g" containments/desktop/package/metadata.desktop %build + %if 0%{?suse_version} < 1330 + # It does not build with the default compiler (GCC 4.8) on Leap 42.x + export CC=gcc-7 + export CXX=g++-7 + %endif %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs @@ -222,14 +232,14 @@ %license COPYING* %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.fontinst.conf %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf -%config %{_kf5_configdir}/colorschemes.knsrc -%config %{_kf5_configdir}/emoticons.knsrc -%config %{_kf5_configdir}/icons.knsrc -%config %{_kf5_configdir}/kfontinst.knsrc -%config %{_kf5_configdir}/plasma-themes.knsrc -%config %{_kf5_configdir}/lookandfeel.knsrc -%config %{_kf5_configdir}/xcursor.knsrc -%config %{_kf5_configdir}/ksplash.knsrc +%{_kf5_knsrcfilesdir}/colorschemes.knsrc +%{_kf5_knsrcfilesdir}/emoticons.knsrc +%{_kf5_knsrcfilesdir}/icons.knsrc +%{_kf5_knsrcfilesdir}/kfontinst.knsrc +%{_kf5_knsrcfilesdir}/plasma-themes.knsrc +%{_kf5_knsrcfilesdir}/lookandfeel.knsrc +%{_kf5_knsrcfilesdir}/xcursor.knsrc +%{_kf5_knsrcfilesdir}/ksplash.knsrc %{_kf5_bindir}/kaccess %{_kf5_bindir}/kapplymousetheme %{_kf5_bindir}/kfontinst ++++++ plasma-desktop-5.15.5.tar.xz -> plasma-desktop-5.16.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.15.5.tar.xz /work/SRC/openSUSE:Factory/.plasma5-desktop.new.4811/plasma-desktop-5.16.0.tar.xz differ: char 26, line 1