commit discover6 for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package discover6 for openSUSE:Factory checked in at 2024-06-22 13:21:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/discover6 (Old) and /work/SRC/openSUSE:Factory/.discover6.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "discover6" Sat Jun 22 13:21:43 2024 rev:8 rq:1181105 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/discover6/discover6.changes 2024-05-27 11:47:29.563403276 +0200 +++ /work/SRC/openSUSE:Factory/.discover6.new.18349/discover6.changes 2024-06-22 13:21:48.423120807 +0200 @@ -1,0 +2,31 @@ +Thu Jun 13 10:58:22 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de> + +- Update to 6.1.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.1.0 +- Changes since 6.0.90: + * update version for new release + * appstream versions + * update version for new release + * flatpak: Fix test + * FwupdBackend: Use the new symbol name with fwupd 2.0.x + * flatpak: Allow building with flatpaks older than 1.15 +- Drop patches, now upstream: + * 0001-flatpak-Allow-building-with-flatpaks-older-than-1.15.patch + +------------------------------------------------------------------- +Wed May 29 06:19:26 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de> + +- Add patch to fix build on older distros: + * 0001-flatpak-Allow-building-with-flatpaks-older-than-1.15.patch + +------------------------------------------------------------------- +Sat May 25 11:17:48 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de> + +- Update to 6.0.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.0.90 +- Too many changes to list here +- Refresh 0001-Warning-for-FlatHub.patch + +------------------------------------------------------------------- Old: ---- discover-6.0.5.tar.xz discover-6.0.5.tar.xz.sig New: ---- discover-6.1.0.tar.xz discover-6.1.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ discover6.spec ++++++ --- /var/tmp/diff_new_pack.YgmKNT/_old 2024-06-22 13:21:49.299152839 +0200 +++ /var/tmp/diff_new_pack.YgmKNT/_new 2024-06-22 13:21:49.303152984 +0200 @@ -16,7 +16,7 @@ # -%define kf6_version 5.245.0 +%define kf6_version 6.2.0 %define qt6_version 6.6.0 %define rname discover %bcond_without released @@ -24,19 +24,19 @@ %global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600) Name: discover6 -Version: 6.0.5 +Version: 6.1.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 URL: https://apps.kde.org/discover/ -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE Patch0: 0001-Warning-for-FlatHub.patch -BuildRequires: flatpak-devel +BuildRequires: flatpak-devel >= 0.11.8 BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -61,6 +61,7 @@ BuildRequires: cmake(KF6StatusNotifierItem) >= %{kf6_version} BuildRequires: cmake(KF6UserFeedback) >= %{kf6_version} BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} +BuildRequires: cmake(QCoro6Core) BuildRequires: cmake(Qt6Concurrent) >= %{qt6_version} BuildRequires: cmake(Qt6DBus) >= %{qt6_version} BuildRequires: cmake(Qt6Network) >= %{qt6_version} ++++++ 0001-Warning-for-FlatHub.patch ++++++ --- /var/tmp/diff_new_pack.YgmKNT/_old 2024-06-22 13:21:49.331154008 +0200 +++ /var/tmp/diff_new_pack.YgmKNT/_new 2024-06-22 13:21:49.335154154 +0200 @@ -7,20 +7,20 @@ .../backends/FlatpakBackend/FlatpakSourcesBackend.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -Index: discover-5.17.80git.20230205T022020~5f7a4d0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +Index: discover-%{_plasma6_version}git.20240314T013804~34410c0/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> - #include <QDebug> +--- discover-%{_plasma6_version}git.20240314T013804~34410c0.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp ++++ discover-%{_plasma6_version}git.20240314T013804~34410c0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp +@@ -18,6 +18,8 @@ + + #include <QStandardPaths> + #include <QTemporaryFile> +#include <QAbstractButton> +#include <QMessageBox> - #include <QNetworkAccessManager> - #include <QNetworkReply> - -@@ -96,7 +98,17 @@ + #include <glib.h> + #include <resources/DiscoverAction.h> + #include <resources/StoredResultsStream.h> +@@ -99,7 +101,17 @@ FlatpakSourcesBackend::FlatpakSourcesBac 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]() { @@ -37,6 +37,6 @@ + warnBox->setAttribute(Qt::WA_DeleteOnClose); + warnBox->show(); }); - + m_noSourcesItem->setEnabled(false); ++++++ discover-6.0.5.tar.xz -> discover-6.1.0.tar.xz ++++++ ++++ 152153 lines of diff (skipped)
participants (1)
-
Source-Sync