Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma-browser-integration for openSUSE:Factory checked in at 2021-02-15 23:13:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-browser-integration (Old) and /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-browser-integration" Mon Feb 15 23:13:10 2021 rev:52 rq:872102 version:5.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-browser-integration/plasma-browser-integration.changes 2021-01-07 21:21:38.205103142 +0100 +++ /work/SRC/openSUSE:Factory/.plasma-browser-integration.new.28504/plasma-browser-integration.changes 2021-02-15 23:14:15.911213431 +0100 @@ -1,0 +2,42 @@ +Thu Feb 11 18:23:16 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: + * Parent TasksModel to QGuiApplication and delete TasksModel after we've set the environment + +------------------------------------------------------------------- +Thu Jan 21 21:31:52 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/ +- Changes since 5.20.5: + * Bump manifest version + * [Download Job] Show referrer instead of data URL + * Open KRunner KCM in System Settings + * Add .gitignore to ignore generated .clang-format + * Apply autoplay prevention evasion also for Video tags + * [Options Page] Provide feedback when permission was already granted + * Add Microsoft Edge environment + * Port from Settings::environmentDescription().icon to qApp->windowIcon().name() + * Use libTaskManager for identifying the browser + * [Tabs Runner] Slightly better scoring + * Install messaging host for Edge + * [Options Page] Force http(s) links to open in new tab + * [Reminder] Add Microsoft Edge store link + * [convertpottojson] Handle lines ending with " + * Add Microsoft Edge extension ID + * Move conversion of data URL into QImage into base class + * Tabs Runner: Use KApplicationTrader::isSubsequence + * Port TabsRunner to DBus runner + * Add browser history runner + * Introduce AbstractKRunnerPlugin for wrapping DBusRunner + * [Settings] Add browser icon name + * [Tabs Runner] Rework handling of favicons + * If include is define in .h remove it if it's defined in .cpp too (scripted) + +------------------------------------------------------------------- Old: ---- plasma-browser-integration-5.20.5.tar.xz plasma-browser-integration-5.20.5.tar.xz.sig New: ---- plasma-browser-integration-5.21.0.tar.xz plasma-browser-integration-5.21.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-browser-integration.spec ++++++ --- /var/tmp/diff_new_pack.v1MZs0/_old 2021-02-15 23:14:16.739214668 +0100 +++ /var/tmp/diff_new_pack.v1MZs0/_new 2021-02-15 23:14:16.743214674 +0100 @@ -21,15 +21,15 @@ %bcond_with browser_extension %bcond_without lang Name: plasma-browser-integration -Version: 5.20.5 +Version: 5.21.0 Release: 0 Summary: Helper for the KDE Plasma Browser Integration License: GPL-3.0-or-later Group: Productivity/Networking/Web/Utilities Url: https://cgit.kde.org/plasma-browser-integration.git -Source: https://download.kde.org/stable/plasma/%{version}/plasma-browser-integration-%{version}.tar.xz +Source: plasma-browser-integration-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/plasma-browser-integration-%{version}.tar.xz.sig +Source1: plasma-browser-integration-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= %{kf5_version} @@ -37,12 +37,14 @@ BuildRequires: cmake(KF5Crash) >= %{kf5_version} BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version} BuildRequires: cmake(KF5FileMetaData) >= %{kf5_version} +BuildRequires: cmake(KF5ItemModels) >= %{kf5_version} BuildRequires: cmake(KF5I18n) >= %{kf5_version} BuildRequires: cmake(KF5KIO) >= %{kf5_version} BuildRequires: cmake(KF5Notifications) >= %{kf5_version} BuildRequires: cmake(KF5Purpose) >= %{kf5_version} BuildRequires: cmake(KF5Runner) >= %{kf5_version} BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version} +BuildRequires: cmake(LibTaskManager) BuildRequires: cmake(Qt5Core) >= %{qt5_version} BuildRequires: cmake(Qt5DBus) >= %{qt5_version} BuildRequires: cmake(Qt5Gui) >= %{qt5_version} @@ -104,16 +106,18 @@ %license COPYING* %dir %{_kf5_plugindir}/kf5 %dir %{_kf5_plugindir}/kf5/kded -%dir %{_kf5_plugindir}/kf5/krunner +%dir %{_kf5_sharedir}/krunner %dir %{_libdir}/mozilla %dir %{_sysconfdir}/chromium %dir %{_sysconfdir}/opt/chrome +%dir %{_sysconfdir}/opt/edge %{_kf5_bindir}/plasma-browser-integration-host -%{_kf5_plugindir}/kf5/krunner/krunner_browsertabs.so %{_kf5_plugindir}/kf5/kded/browserintegrationreminder.so %{_libdir}/mozilla/native-messaging-hosts %{_sysconfdir}/chromium/native-messaging-hosts %{_sysconfdir}/opt/chrome/native-messaging-hosts +%{_sysconfdir}/opt/edge/native-messaging-hosts +%{_kf5_sharedir}/krunner/dbusplugins %if %{with browser_extension} %files extension ++++++ plasma-browser-integration-5.20.5.tar.xz -> plasma-browser-integration-5.21.0.tar.xz ++++++ ++++ 16927 lines of diff (skipped)