Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package discover6 for openSUSE:Factory 
checked in at 2026-02-16 13:05:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/discover6 (Old)
 and      /work/SRC/openSUSE:Factory/.discover6.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "discover6"

Mon Feb 16 13:05:30 2026 rev:39 rq:1333061 version:6.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/discover6/discover6.changes      2026-01-18 
22:19:35.005382079 +0100
+++ /work/SRC/openSUSE:Factory/.discover6.new.1977/discover6.changes    
2026-02-16 13:08:18.395505040 +0100
@@ -1,0 +2,40 @@
+Thu Feb 12 19:42:39 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.6.0:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.6.0
+- Changes since 6.5.91:
+  * Update version for new release 6.6.0
+  * ResourcesModel: Adjust updateAction.enabled by progress instead
+  * Fix padding of the Progress item delegate
+  * snap: Reduce thread waiting timeout (kde#507217)
+  * discoverobject: further simplify the amount tracking
+  * discoverobject: update job amounts when transactions get added (kde#513676)
+  * discoverobject: do not change amounts during start() & refine assertion
+  * discoverobject: don't impliclity convert signedness
+
+-------------------------------------------------------------------
+Wed Jan 28 16:13:23 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.91:
+  * New bugfix release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.91
+- Changes since 6.5.90:
+  * Update version for new release 6.5.91
+  * flatpak: debug when resolving a parent ref fails (kde#513111)
+  * *backendupdater: a cancelled transaction is not done
+  * DiscoverObject: When clicking SNI, show window normally
+  * DiscoverObject: Use alert instead of show (kde#503801)
+  * Move KAuth dependency to the snap backend
+
+-------------------------------------------------------------------
+Sat Jan 17 20:24:56 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 6.5.90:
+  * New feature release
+  * For more details see https://kde.org/announcements/plasma/6/6.5.90
+- Too many changes to list here
+
+- Refresh 0001-Warning-for-FlatHub.patch
+
+-------------------------------------------------------------------

Old:
----
  discover-6.5.5.tar.xz
  discover-6.5.5.tar.xz.sig

New:
----
  discover-6.6.0.tar.xz
  discover-6.6.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ discover6.spec ++++++
--- /var/tmp/diff_new_pack.zlm497/_old  2026-02-16 13:08:19.943569450 +0100
+++ /var/tmp/diff_new_pack.zlm497/_new  2026-02-16 13:08:19.943569450 +0100
@@ -24,14 +24,14 @@
 %global have_fwupd (0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600)
 
 Name:           discover6
-Version:        6.5.5
+Version:        6.6.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

++++++ 0001-Warning-for-FlatHub.patch ++++++
--- /var/tmp/diff_new_pack.zlm497/_old  2026-02-16 13:08:20.007572113 +0100
+++ /var/tmp/diff_new_pack.zlm497/_new  2026-02-16 13:08:20.023572779 +0100
@@ -1,16 +1,16 @@
-From 74a4eff529e6b71f6a822841d9112d9b71b44d24 Mon Sep 17 00:00:00 2001
+From 89a0cb7cad9848316987d53f10eb9ad65f70e2c4 Mon Sep 17 00:00:00 2001
 From: Fabian Vogt <[email protected]>
 Date: Sat, 13 Jan 2018 15:16:39 +0100
 Subject: [PATCH] Warning for FlatHub
 
 ---
- .../backends/FlatpakBackend/FlatpakSourcesBackend.cpp      | 14 +++++++++++++-
+ .../FlatpakBackend/FlatpakSourcesBackend.cpp       | 14 +++++++++++++-
  1 file changed, 13 insertions(+), 1 deletion(-)
 
-Index: 
discover-%{_plasma6_version}git.20240314T013804~34410c0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
-===================================================================
---- 
discover-%{_plasma6_version}git.20240314T013804~34410c0.orig/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
-+++ 
discover-%{_plasma6_version}git.20240314T013804~34410c0/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
+diff --git a/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp 
b/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
+index cee00f2ec..9b44c5089 100644
+--- a/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
++++ b/libdiscover/backends/FlatpakBackend/FlatpakSourcesBackend.cpp
 @@ -18,6 +18,8 @@
  
  #include <QStandardPaths>
@@ -20,7 +20,7 @@
  #include <glib.h>
  #include <resources/DiscoverAction.h>
  #include <resources/StoredResultsStream.h>
-@@ -99,7 +101,17 @@ FlatpakSourcesBackend::FlatpakSourcesBac
+@@ -105,7 +107,17 @@ FlatpakSourcesBackend::FlatpakSourcesBackend(const 
QVector<FlatpakInstallation *
      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]() {
@@ -39,4 +39,7 @@
      });
  
      m_noSourcesItem->setEnabled(false);
+-- 
+2.51.0
+
 

++++++ discover-6.5.5.tar.xz -> discover-6.6.0.tar.xz ++++++
++++ 89449 lines of diff (skipped)

Reply via email to