commit yakuake for openSUSE:Factory
Hello community, here is the log from the commit of package yakuake for openSUSE:Factory checked in at 2018-03-29 11:57:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yakuake (Old) and /work/SRC/openSUSE:Factory/.yakuake.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yakuake" Thu Mar 29 11:57:42 2018 rev:45 rq:592104 version:3.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes 2017-04-12 18:25:36.390285989 +0200 +++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes 2018-03-29 11:57:44.169770480 +0200 @@ -1,0 +2,21 @@ +Wed Mar 28 11:41:47 UTC 2018 - wbauer@tmo.at + +- Update to 3.0.5 + * Improved Wayland support. + * Yakuake's window title now always matches what's shown in its + title bar. + * Fixed button icons in the 'Appearance' settings page. + * Yakuake now installs a D-Bus service file. This allows calling + its D-Bus methods even when Yakuake is not running yet- it will + then be started implicitly. + * Fixed a crash due to a missing bounds check in the + 'sessionAtTab' D-Bus method. + * Fixed a type marshalling issue with the 'addSession' D-Bus + method that caused a noisy warning when using it via qdbus. + * Yakuake now depends on KDE Frameworks 5.29 or higher. +- Drop 0001-Revert-Removed-usage-to-deprecated-interface.patch, + Leap 42.2 is no longer supported +- Use cmake() syntax for BuildRequires +- Mark license files as %license + +------------------------------------------------------------------- Old: ---- 0001-Revert-Removed-usage-to-deprecated-interface.patch yakuake-3.0.4.tar.xz New: ---- yakuake-3.0.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yakuake.spec ++++++ --- /var/tmp/diff_new_pack.cYeIes/_old 2018-03-29 11:57:44.737749979 +0200 +++ /var/tmp/diff_new_pack.cYeIes/_new 2018-03-29 11:57:44.741749834 +0200 @@ -1,7 +1,7 @@ # # spec file for package yakuake # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,37 +17,35 @@ Name: yakuake -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: Terminal for KDE License: GPL-2.0+ Group: System/GUI/KDE Url: https://yakuake.kde.org Source: http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE 0001-Revert-Removed-usage-to-deprecated-interface.patch -Patch: 0001-Revert-Removed-usage-to-deprecated-interface.patch BuildRequires: fdupes -BuildRequires: karchive-devel >= 5.15.0 -BuildRequires: kconfig-devel >= 5.15.0 -BuildRequires: kcoreaddons-devel >= 5.15.0 -BuildRequires: kcrash-devel >= 5.15.0 -BuildRequires: kdbusaddons-devel >= 5.15.0 BuildRequires: kf5-filesystem -BuildRequires: kglobalaccel-devel >= 5.15.0 -BuildRequires: ki18n-devel >= 5.15.0 -BuildRequires: kiconthemes-devel >= 5.15.0 -BuildRequires: kio-devel >= 5.15.0 -BuildRequires: knewstuff-devel >= 5.15.0 -BuildRequires: knotifications-devel >= 5.15.0 -BuildRequires: knotifyconfig-devel >= 5.15.0 -BuildRequires: kparts-devel >= 5.15.0 -BuildRequires: kwayland-devel -BuildRequires: kwidgetsaddons-devel >= 5.15.0 -BuildRequires: kwindowsystem-devel >= 5.15.0 BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5GlobalAccel) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5NewStuff) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5NotifyConfig) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5Wayland) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5X11Extras) Requires: konsole-part > 15.12 Recommends: konsole > 15.12 Requires(post): desktop-file-utils @@ -62,9 +60,6 @@ %prep %setup -q -%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120200 -%patch -p1 -%endif %build %cmake_kf5 -d build @@ -86,7 +81,8 @@ %files %defattr(-,root,root) -%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS +%license COPYING COPYING.DOC +%doc README AUTHORS ChangeLog NEWS %{_kf5_bindir}/yakuake %config %{_kf5_configdir}/yakuake.knsrc %{_kf5_applicationsdir}/org.kde.yakuake.desktop @@ -96,6 +92,7 @@ %{_kf5_sharedir}/icons/hicolor/*/*/*.* %{_kf5_sharedir}/yakuake/ %{_kf5_appstreamdir}/ +%{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service %files lang -f %{name}.lang %defattr(-,root,root) ++++++ yakuake-3.0.4.tar.xz -> yakuake-3.0.5.tar.xz ++++++ ++++ 39422 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de