Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package discover for openSUSE:Factory checked in at 2021-06-07 22:41:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/discover (Old) and /work/SRC/openSUSE:Factory/.discover.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "discover" Mon Jun 7 22:41:57 2021 rev:94 rq:897468 version:5.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/discover/discover.changes 2021-05-06 22:52:10.518861339 +0200 +++ /work/SRC/openSUSE:Factory/.discover.new.32437/discover.changes 2021-06-07 22:42:01.964336413 +0200 @@ -1,0 +2,29 @@ +Thu Jun 3 13:06:12 UTC 2021 - Fabian Vogt <[email protected]> + +- Update to 5.22.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.0 +- Changes since 5.21.90: + * [kcm] Fix margins to not be so huge (kde#437064) + * Prepare the ApplicationDelegate for reusing items + * kcm: show on mobile + * don't set KNotification::DefaultEvent + * fix bad copy paste + * balance notification construction + * packagekit: Perform installed searches case-insensitive (kde#437371) + * ApplicationPage: Don't show the screenshots scrollbar if there's no screenshots + * Remove "Restart..." option from the menu + * Constrain "Update Issue" popup so it doesn't span width with no margins + +------------------------------------------------------------------- +Thu May 13 18:15:28 UTC 2021 - Fabian Vogt <[email protected]> + +- Update to 5.21.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.90 +- Too many changes to list here +- Refresh 0001-Warning-for-FlatHub.patch + +------------------------------------------------------------------- Old: ---- discover-5.21.5.tar.xz discover-5.21.5.tar.xz.sig New: ---- discover-5.22.0.tar.xz discover-5.22.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ discover.spec ++++++ --- /var/tmp/diff_new_pack.c0t1FH/_old 2021-06-07 22:42:02.868337940 +0200 +++ /var/tmp/diff_new_pack.c0t1FH/_new 2021-06-07 22:42:02.872337947 +0200 @@ -21,20 +21,20 @@ %global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300) Name: discover -Version: 5.21.5 +Version: 5.22.0 Release: 0 Summary: Software store for the KDE Plasma desktop License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later Group: System/GUI/KDE URL: https://quickgit.kde.org/?p=discover.git -Source: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz +Source: discover-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/plasma/%{version}/discover-%{version}.tar.xz.sig +Source1: discover-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE Patch1: 0001-Warning-for-FlatHub.patch -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules BuildRequires: flatpak-devel BuildRequires: kf5-filesystem ++++++ 0001-Warning-for-FlatHub.patch ++++++ --- /var/tmp/diff_new_pack.c0t1FH/_old 2021-06-07 22:42:02.892337981 +0200 +++ /var/tmp/diff_new_pack.c0t1FH/_new 2021-06-07 22:42:02.892337981 +0200 @@ -7,23 +7,23 @@ .../backends/FlatpakBackend/FlatpakSourcesBackend.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -Index: discover-5.15.80git.20201202T042445~7a4215b7/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +Index: discover-5.17.80git.20210404T011831~f9348542/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp =================================================================== ---- discover-5.15.80git.20201202T042445~7a4215b7.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2020-12-02 04:24:45.000000000 +0100 -+++ discover-5.15.80git.20201202T042445~7a4215b7/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2020-12-03 09:11:22.052037067 +0100 -@@ -13,6 +13,8 @@ +--- discover-5.17.80git.20210404T011831~f9348542.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2021-04-05 10:10:15.785178715 +0200 ++++ discover-5.17.80git.20210404T011831~f9348542/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2021-04-05 10:12:16.117507702 +0200 +@@ -12,6 +12,8 @@ + #include <KLocalizedString> #include <KSharedConfig> - #include <KConfigGroup> #include <QDebug> +#include <QAbstractButton> +#include <QMessageBox> #include <QNetworkAccessManager> #include <QNetworkReply> - #include <QAction> -@@ -43,8 +45,18 @@ + +@@ -53,8 +55,18 @@ m_flathubAction->setObjectName(QStringLiteral("flathub")); m_flathubAction->setToolTip(i18n("Makes it possible to easily install the applications listed in https://flathub.org")); - connect(m_flathubAction, &QAction::triggered, this, [this](){ + connect(m_flathubAction, &DiscoverAction::triggered, this, [this]() { + auto *warnBox = new QMessageBox(QMessageBox::Information, i18n("Adding a third-party source"), + i18n("FlatHub is not part of the openSUSE distribution.\n" + "It contains packages of unknown quality which might not be tested to work correctly " ++++++ discover-5.21.5.tar.xz -> discover-5.22.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/discover/discover-5.21.5.tar.xz /work/SRC/openSUSE:Factory/.discover.new.32437/discover-5.22.0.tar.xz differ: char 25, line 1
