Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5-desktop for openSUSE:Factory checked in at 2021-02-15 23:13:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-desktop (Old) and /work/SRC/openSUSE:Factory/.plasma5-desktop.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-desktop" Mon Feb 15 23:13:42 2021 rev:144 rq:872553 version:5.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes 2021-02-04 19:29:09.525574661 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new.28504/plasma5-desktop.changes 2021-02-15 23:15:07.679290751 +0100 @@ -1,0 +2,37 @@ +Mon Feb 15 14:02:55 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.21.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.0 +- Changes since 5.20.90: + * kcms/keyboard: migrate to repeat, not to accent + * Correctly construct URL from local file + * fix: Inconsistent effect when hover over the new Keyboard Layout applet (kde#432091) + * fix: Wrong fontsize on Keyboard Layout applet (kde#431889) + * Fix crash when deleting activity from activity manager (kde#426926,kde#427593) + * fix: the first keyboard layout can't have variants (kde#432367) + * Use ThickMargin to redirect mouse input to panel and update spacingAtMinSize value + * Make the timeout for the applet actions dialog much shorter + * migrate from desktops *and* panels (kde#432148) + * migrate from MidButton to MiddleButton (kde#430418) + * [Kickoff] Open leave menu on press + * Fix drag directions for top and right panels (kde#429063) + * [Kickoff] Turn off hovering to switch tabs by default + * Fix display string for middle click containment action + * fix: keyboard applet doesn't autoload on Wayland + * [Kickoff] Reduce spacing between label and arrow alleviating elision problem + * [Kickoff] Tweak padding around configure button + * [Kickoff] Use RoundButton for now Right now Avatar isn't mature enough for keyboard navigation so it's best to work around touch issue for now + * [applets/kickoff] Add a visible configure button + * [applets/kickoff] Re-add Avatar to the focus chain + * hotfix: re-add id to avatar in Kickoff + * kickoff: use Kirigami.Avatar directly instead of wrapping in RoundButton + * [Kickoff] Fix leave buttons not working + * [Kickoff] Revamp LeaveButtons item + * [Kickoff] Check for searchPage directly rather than root.state (kde#431894) + * [Folder View] implement "two click rename" feature for double-click mode (kde#392731) + * Enable 2 columns mode +- Avoid hard dependency on plasma5-pa + +------------------------------------------------------------------- @@ -4,0 +42,16 @@ + +------------------------------------------------------------------- +Fri Jan 22 11:21:29 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Fix build on s390, where various Xorg components aren't available + +------------------------------------------------------------------- +Thu Jan 21 21:31:43 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.20.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/20.90/ +- Too many changes to list here +- Drop patch, kickoff got redesigned: + * 0001-Use-themed-user-face-icon-in-kickoff.patch Old: ---- 0001-Use-themed-user-face-icon-in-kickoff.patch plasma-desktop-5.20.5.tar.xz plasma-desktop-5.20.5.tar.xz.sig New: ---- plasma-desktop-5.21.0.tar.xz plasma-desktop-5.21.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-desktop.spec ++++++ --- /var/tmp/diff_new_pack.N0WAAm/_old 2021-02-15 23:15:08.807292435 +0100 +++ /var/tmp/diff_new_pack.N0WAAm/_new 2021-02-15 23:15:08.811292442 +0100 @@ -17,7 +17,9 @@ # Internal QML imports -%global __requires_exclude qmlimport\\((org\\.kde\\.private\\.kcms|org\\.kde\\.plasma\\.kcm).* +%global __requires_exclude qmlimport\\((org\\.kde\\.private\\.kcms|org\\.kde\\.plasma\\.kcm|org\\.kde\\.desktopsession\\.private).* +# Optional PulseAudio integration, needs plasma5-pa +%global __requires_exclude_from org\\.kde\\.plasma\\.taskmanager/contents/ui/PulseAudio\\.qml %define kf5_version 5.74.0 @@ -26,7 +28,7 @@ %bcond_without lang Name: plasma5-desktop -Version: 5.20.5 +Version: 5.21.0 Release: 0 # Full Plasma 5 version (e.g. 5.9.3) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -36,13 +38,11 @@ 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 BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -79,6 +79,7 @@ BuildRequires: cmake(KF5Plasma) >= %{kf5_version} BuildRequires: cmake(KF5PlasmaQuick) >= %{kf5_version} BuildRequires: cmake(KF5Runner) >= %{kf5_version} +BuildRequires: cmake(KF5Wallet) >= %{kf5_version} BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version} BuildRequires: cmake(KRunnerAppDBusInterface) >= %{_plasma5_version} BuildRequires: cmake(KSMServerDBusInterface) >= %{_plasma5_version} @@ -97,6 +98,7 @@ BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: cmake(ScreenSaverDBusInterface) >= %{_plasma5_version} +BuildRequires: cmake(packagekitqt5) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) @@ -110,12 +112,16 @@ BuildRequires: pkgconfig(xcb-shm) BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(xcursor) +BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(xkbfile) +%ifnarch s390 s390x BuildRequires: pkgconfig(xorg-evdev) BuildRequires: pkgconfig(xorg-libinput) BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xorg-synaptics) +%endif %ifarch %arm aarch64 BuildRequires: pkgconfig(glesv2) %else @@ -242,40 +248,38 @@ %{_kf5_debugdir}/*.categories %{_kf5_dbuspolicydir}/org.kde.kcontrol.kcmclock.conf %{_kf5_knsrcfilesdir}/ksplash.knsrc +%{_kf5_knsrcfilesdir}/krunner.knsrc %{_kf5_bindir}/kaccess -%{_kf5_bindir}/kapplymousetheme %{_kf5_bindir}/knetattach -%{_kf5_bindir}/kcm-touchpad-list-devices +%{_kf5_bindir}/krunner-plugininstaller %{_kf5_bindir}/solid-action-desktop-gen %{_kf5_bindir}/tastenbrett %{_kf5_configdir}/autostart/kaccess.desktop %{_kf5_libdir}/libexec/ %{_kf5_libdir}/libkdeinit5_kaccess.so -%{_kf5_plugindir}/kcm_access.so %{_kf5_plugindir}/kcm_activities.so %{_kf5_plugindir}/kcm_clock.so -%{_kf5_plugindir}/kcm_componentchooser.so %{_kf5_plugindir}/kcm_desktoppaths.so %{_kf5_plugindir}/kcm_formats.so %{_kf5_plugindir}/kcm_joystick.so %{_kf5_plugindir}/kcm_keyboard.so -%{_kf5_plugindir}/kcm_mouse.so %{_kf5_plugindir}/kcm_plasmasearch.so %dir %{_kf5_plugindir}/kcms/ +%{_kf5_plugindir}/kcms/kcm_access.so %{_kf5_plugindir}/kcms/kcm_autostart.so %{_kf5_plugindir}/kcms/kcm_baloofile.so +%{_kf5_plugindir}/kcms/kcm_componentchooser.so %{_kf5_plugindir}/kcms/kcm_kded.so %{_kf5_plugindir}/kcms/kcm_keys.so %{_kf5_plugindir}/kcms/kcm_launchfeedback.so %{_kf5_plugindir}/kcms/kcm_nightcolor.so %{_kf5_plugindir}/kcms/kcm_notifications.so +%{_kf5_plugindir}/kcms/kcm_smserver.so %{_kf5_plugindir}/kcms/kcm_splashscreen.so %{_kf5_plugindir}/kcms/kcm_users.so %{_kf5_plugindir}/kcms/kcm_workspace.so -%{_kf5_plugindir}/kcm_smserver.so %{_kf5_plugindir}/kcm_solid_actions.so %{_kf5_plugindir}/kcmspellchecking.so -%{_kf5_plugindir}/kded_touchpad.so %dir %{_kf5_plugindir}/kf5/ %dir %{_kf5_plugindir}/kf5/kded/ %{_kf5_plugindir}/kf5/kded/device_automounter.so @@ -283,9 +287,6 @@ %{_kf5_plugindir}/kf5/krunner/ %{_kf5_plugindir}/libkcm_device_automounter.so %{_kf5_plugindir}/libkcm_qtquicksettings.so -%dir %{_kf5_plugindir}/plasma/ -%dir %{_kf5_plugindir}/plasma/dataengine/ -%{_kf5_plugindir}/plasma/dataengine/plasma_engine_touchpad.so %{_kf5_qmldir}/ %{_kf5_applicationsdir}/org.kde.knetattach.desktop %{_kf5_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmclock.service @@ -301,11 +302,7 @@ %dir %{_kf5_htmldir} %dir %{_kf5_htmldir}/en %doc %{_kf5_htmldir}/en/*/ -%dir %{_kf5_iconsdir}/hicolor/*/ -%dir %{_kf5_iconsdir}/hicolor/*/*/ -%{_kf5_iconsdir}/hicolor/*/*/*.* %{_kf5_configkcfgdir}/ -%{_kf5_sharedir}/kcm_componentchooser/ %{_kf5_sharedir}/kcmkeys/ %{_kf5_sharedir}/kcmsolidactions/ %{_kf5_sharedir}/kconf_update/ @@ -318,10 +315,12 @@ %{_kf5_sharedir}/kpackage/kcms/kcm_launchfeedback/ %{_kf5_sharedir}/kpackage/kcms/kcm_nightcolor/ %{_kf5_sharedir}/kpackage/kcms/kcm_notifications/ +%{_kf5_sharedir}/kpackage/kcms/kcm_smserver/ %{_kf5_sharedir}/kpackage/kcms/kcm_splashscreen/ %{_kf5_sharedir}/kpackage/kcms/kcm_users/ %{_kf5_sharedir}/kpackage/kcms/kcm_workspace/ -%{_kf5_sharedir}/kcmmouse/ +%{_kf5_sharedir}/kpackage/kcms/kcmaccess/ +%{_kf5_sharedir}/kpackage/kcms/kcm_componentchooser %{_kf5_sharedir}/kcmkeyboard/ %{_kf5_notifydir}/ %{_kf5_servicesdir}/ @@ -337,6 +336,19 @@ %if !%{have_ibus_dict_emoji_pkg} %exclude %{_kf5_plasmadir}/ibus-emoji-dicts/ %endif +%ifnarch s390 s390x +%{_kf5_bindir}/kapplymousetheme +%{_kf5_bindir}/kcm-touchpad-list-devices +%dir %{_kf5_iconsdir}/hicolor/*/ +%dir %{_kf5_iconsdir}/hicolor/*/devices/ +%{_kf5_iconsdir}/hicolor/*/devices/input-touchpad.* +%{_kf5_sharedir}/kcmmouse/ +%{_kf5_plugindir}/kcm_mouse.so +%{_kf5_plugindir}/kded_touchpad.so +%dir %{_kf5_plugindir}/plasma/ +%dir %{_kf5_plugindir}/plasma/dataengine/ +%{_kf5_plugindir}/plasma/dataengine/plasma_engine_touchpad.so +%endif %files emojier %{_kf5_bindir}/ibus-ui-emojier-plasma ++++++ plasma-desktop-5.20.5.tar.xz -> plasma-desktop-5.21.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.20.5.tar.xz /work/SRC/openSUSE:Factory/.plasma5-desktop.new.28504/plasma-desktop-5.21.0.tar.xz differ: char 26, line 1