Hello community, here is the log from the commit of package latte-dock for openSUSE:Factory checked in at 2019-08-13 13:15:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latte-dock (Old) and /work/SRC/openSUSE:Factory/.latte-dock.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latte-dock" Tue Aug 13 13:15:52 2019 rev:13 rq:721107 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes 2019-07-03 15:15:12.266988904 +0200 +++ /work/SRC/openSUSE:Factory/.latte-dock.new.9556/latte-dock.changes 2019-08-13 13:15:55.597496507 +0200 @@ -1,0 +2,53 @@ +Mon Aug 5 19:31:46 UTC 2019 - Fabian Vogt <[email protected]> + +- Include COPYING* as %license + +------------------------------------------------------------------- +Mon Aug 5 11:45:11 UTC 2019 - [email protected] + +- Update to 0.9.1 + * When preview windows left click action is used then for single + windows it is just activating them without triggering the + preview window (kde#410417) + * Consider the case when a horizontal and a vertical Latte + dock/panel are touching each other and the vertical one is + isBusy desktop background case, in such case the horizontal + view is also changing to isBusy state + * Fix blurred icons for items size that should not be blurred + e.g. 48px and >=64px (kde#410365) + * Fix geometries calculation under !compositing environment + (kde#410370) + * Forward pressed/released event to applets even when parabolic + effect is enabled. The issue was pretty obvious with + lock/logout plasma applet (kde#410350) + * Update progress badge properly (kde#410318) + * Fix tasks icons pixelization when being dragged + * Wayland: show preview window for grouped tasks when clicked + (kde#410408) + +------------------------------------------------------------------- +Sun Jul 28 21:59:39 UTC 2019 - [email protected] + +- Update to 0.9.0 + * Smart Coloring + + maximum contrast with desktop background when needed + + use active or touching window color scheme to paint + dock/panel contents + + use reverse colors from plasma theme, meaning dark plasma + themes can provide also whitish docks/panels + * Self-packaged Indicators that can be installed from kde store + * Live Editing Mode to inspect your settings changes immediately + * Flexible window layout for settings + * Shared Layouts under Multiple Layouts Environments + * Improve badges experience and layout + * Enhanced Active Window experience, drag/maximize/restore active + window from empty areas + * Track "LastActiveWindow" at per screen/activity and inform + applets + * Support scrolling for Latte Tasks plasmoid + * Independent multi-screen dynamic background and identify "busy" + backgrounds + * Outline option for background + * Plenty more fixes and improvements all over the place + +------------------------------------------------------------------- Old: ---- latte-dock-0.8.9.tar.xz New: ---- latte-dock-0.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latte-dock.spec ++++++ --- /var/tmp/diff_new_pack.FNOfP3/_old 2019-08-13 13:15:57.009496180 +0200 +++ /var/tmp/diff_new_pack.FNOfP3/_new 2019-08-13 13:15:57.009496180 +0200 @@ -1,7 +1,7 @@ # # spec file for package latte-dock # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Smith AR <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define kf5_version 5.38.0 Name: latte-dock -Version: 0.8.9 +Version: 0.9.1 Release: 0 Summary: Task manager License: GPL-2.0-or-later @@ -36,17 +36,22 @@ BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version} BuildRequires: cmake(KF5Declarative) >= %{kf5_version} BuildRequires: cmake(KF5GlobalAccel) >= %{kf5_version} +BuildRequires: cmake(KF5GuiAddons) >= %{kf5_version} BuildRequires: cmake(KF5I18n) >= %{kf5_version} -BuildRequires: cmake(KF5IconThemes) -BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5IconThemes) >= %{kf5_version} +BuildRequires: cmake(KF5NewStuff) >= %{kf5_version} BuildRequires: cmake(KF5Notifications) >= %{kf5_version} -BuildRequires: cmake(KF5Package) >= %{kf5_version} BuildRequires: cmake(KF5Plasma) >= %{kf5_version} -BuildRequires: cmake(KF5PlasmaQuick) +BuildRequires: cmake(KF5PlasmaQuick) >= %{kf5_version} +BuildRequires: cmake(KF5SysGuard) BuildRequires: cmake(KF5Wayland) >= %{kf5_version} BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version} BuildRequires: cmake(KF5XmlGui) >= %{kf5_version} -BuildRequires: cmake(Qt5X11Extras) >= 5.7.0 +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5X11Extras) >= 5.9.0 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(zlib) @@ -79,31 +84,27 @@ %if 0%{?is_opensuse} %suse_update_desktop_file -r org.kde.%{name} Utility DesktopUtility %endif -%fdupes %{buildroot} %files %doc README.md -%license COPYING.LIB -%config %{_kf5_sysconfdir}/xdg/latte-layouts.knsrc +%license COPYING* +%config %{_kf5_configdir}/latte-indicators.knsrc +%config %{_kf5_configdir}/latte-layouts.knsrc %{_kf5_bindir}/%{name} %{_kf5_plasmadir}/ %{_kf5_qmldir}/ %{_kf5_servicesdir}/ +%{_kf5_servicetypesdir}/latte-indicator.desktop %{_kf5_sharedir}/dbus-1/interfaces/ %{_kf5_notifydir}/ %{_kf5_iconsdir}/hicolor/24x24/ %{_kf5_iconsdir}/hicolor/*/apps/%{name}.svg %{_kf5_iconsdir}/breeze/ -%{_kf5_sharedir}/metainfo/ +%{_kf5_appstreamdir}/*.appdata.xml %{_kf5_applicationsdir}/org.kde.%{name}.desktop -%{_libdir}/qt5/plugins/plasma_containmentactions_lattecontextmenu.so -%dir %{_kf5_sharedir}/kwin -%dir %{_kf5_sharedir}/kwin/scripts -%dir %{_kf5_sharedir}/kwin/scripts/activatelattelaunchermenu -%dir %{_kf5_sharedir}/kwin/scripts/activatelattelaunchermenu/contents -%dir %{_kf5_sharedir}/kwin/scripts/activatelattelaunchermenu/contents/code -%{_kf5_sharedir}/kwin/scripts/activatelattelaunchermenu/contents/code/main.js -%{_kf5_sharedir}/kwin/scripts/activatelattelaunchermenu/metadata.desktop +%{_kf5_plugindir}/plasma_containmentactions_lattecontextmenu.so +%{_kf5_plugindir}/kpackage/packagestructure/latte_packagestructure_indicator.so +%{_kf5_sharedir}/latte/ %files lang -f %{name}.lang ++++++ latte-dock-0.8.9.tar.xz -> latte-dock-0.9.1.tar.xz ++++++ ++++ 231859 lines of diff (skipped)
