Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package discover for openSUSE:Factory checked in at 2023-02-13 16:39:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/discover (Old) and /work/SRC/openSUSE:Factory/.discover.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "discover" Mon Feb 13 16:39:33 2023 rev:126 rq:1064502 version:5.27.0 Changes: -------- --- /work/SRC/openSUSE:Factory/discover/discover.changes 2023-01-06 17:03:49.771599725 +0100 +++ /work/SRC/openSUSE:Factory/.discover.new.1848/discover.changes 2023-02-13 16:41:37.799626722 +0100 @@ -1,0 +2,34 @@ +Thu Feb 9 14:19:36 UTC 2023 - Fabian Vogt <[email protected]> + +- Update to 5.27.0 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.27.0 +- Changes since 5.26.90: + * Workaround visibly empty changelog + * PackageKit: PackageState takes the packageName not the appstreamId (kde#464357) + * ui: Fix plural calculation of app list page heading (kde#464882) + * flatpak: Use the recommended URL for flathub's flatpakrepo + * flatpak: Make sure we are reading the correct metadata (kde#464128) + * flatpak: Don't filter twice the componentsByFlatpakId result for its bundle id + * flatpak: Make test run a bit faster + * flatpak: Address install package look-up + * flatpak: Properly read .flatpakrepo names + * flatpak: Fix test on the CI + * Specify the domain in libdiscover's QML i18n calls + * DiscoverObject: Also show C++ errors in the messages sheet + * flatpak: Fix loading flatpakref files (kde#464206) + * Add network timeouts by default + * ReviewsPage: Fix clipping under scroll bar +- Refresh 0001-Warning-for-FlatHub.patch + +------------------------------------------------------------------- +Thu Jan 19 14:42:27 UTC 2023 - Fabian Vogt <[email protected]> + +- Update to 5.26.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.90 +- Too many changes to list here + +------------------------------------------------------------------- Old: ---- discover-5.26.5.tar.xz discover-5.26.5.tar.xz.sig New: ---- discover-5.27.0.tar.xz discover-5.27.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ discover.spec ++++++ --- /var/tmp/diff_new_pack.WVbByn/_old 2023-02-13 16:41:38.335629864 +0100 +++ /var/tmp/diff_new_pack.WVbByn/_new 2023-02-13 16:41:38.343629912 +0100 @@ -21,15 +21,15 @@ %global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300) Name: discover -Version: 5.26.5 +Version: 5.27.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 released} -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 @@ -67,15 +67,15 @@ BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Test) -%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64 BuildRequires: cmake(Qt5WebView) -%endif BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: cmake(packagekitqt5) >= 1.0.1 %if %{have_fwupd} BuildRequires: pkgconfig(fwupd) >= 1.0.6 %endif +# It can only build on the same platforms as Qt WebEngine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 Requires: kdeclarative-components Requires: kirigami2 Requires: kuserfeedback-imports @@ -153,15 +153,11 @@ # Even without the snap backend, this is installed... rm %{buildroot}%{_kf5_applicationsdir}/org.kde.discover.snap.desktop -%if %{with released} - %find_lang libdiscover %{name}.lang - %find_lang plasma-discover %{name}.lang +%find_lang libdiscover %{name}.lang +%find_lang plasma-discover %{name}.lang - %find_lang plasma-discover-notifier notifier.lang - %find_lang kcm_updates notifier.lang -%else - touch notifier.lang -%endif +%find_lang plasma-discover-notifier notifier.lang +%find_lang kcm_updates notifier.lang %files %license LICENSES/* @@ -179,12 +175,8 @@ %{_kf5_plugindir}/discover/kns-backend.so %dir %{_kf5_sharedir}/libdiscover %dir %{_kf5_sharedir}/libdiscover/categories -%dir %{_kf5_libexecdir}/discover -%{_kf5_libexecdir}/discover/runservice -%if %{with released} %files lang -f %{name}.lang -%endif %files backend-packagekit %license LICENSES/* ++++++ 0001-Warning-for-FlatHub.patch ++++++ --- /var/tmp/diff_new_pack.WVbByn/_old 2023-02-13 16:41:38.371630076 +0100 +++ /var/tmp/diff_new_pack.WVbByn/_new 2023-02-13 16:41:38.375630099 +0100 @@ -7,10 +7,10 @@ .../backends/FlatpakBackend/FlatpakSourcesBackend.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -Index: discover-5.24.5/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +Index: discover-5.17.80git.20230205T022020~5f7a4d0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp =================================================================== ---- discover-5.24.5.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp -+++ discover-5.24.5/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +--- discover-5.17.80git.20230205T022020~5f7a4d0.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2023-02-05 03:20:20.000000000 +0100 ++++ discover-5.17.80git.20230205T022020~5f7a4d0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 2023-02-05 09:36:13.879836533 +0100 @@ -12,6 +12,8 @@ #include <KLocalizedString> #include <KSharedConfig> @@ -19,12 +19,12 @@ +#include <QMessageBox> #include <QNetworkAccessManager> #include <QNetworkReply> - -@@ -86,7 +88,17 @@ FlatpakSourcesBackend::FlatpakSourcesBac + +@@ -96,7 +98,17 @@ 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, &DiscoverAction::triggered, this, [this]() { -- addSource(QStringLiteral("https://flathub.org/repo/flathub.flatpakrepo")); +- addSource(QStringLiteral("https://dl.flathub.org/repo/flathub.flatpakrepo")); + 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 " @@ -32,11 +32,11 @@ + QMessageBox::Ok | QMessageBox::Abort); + connect(warnBox, &QMessageBox::buttonClicked, this, [this, warnBox](QAbstractButton *button) { + if (warnBox->standardButton(button) == QMessageBox::Ok) -+ addSource(QStringLiteral("https://flathub.org/repo/flathub.flatpakrepo")); ++ addSource(QStringLiteral("https://dl.flathub.org/repo/flathub.flatpakrepo")); + }); + warnBox->setAttribute(Qt::WA_DeleteOnClose); + warnBox->show(); }); - + m_noSourcesItem->setEnabled(false); ++++++ discover-5.26.5.tar.xz -> discover-5.27.0.tar.xz ++++++ ++++ 234008 lines of diff (skipped)
