Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2025-05-12 16:50:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantata (Old)
 and      /work/SRC/openSUSE:Factory/.cantata.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantata"

Mon May 12 16:50:18 2025 rev:27 rq:1276645 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2024-11-30 
13:27:57.978006459 +0100
+++ /work/SRC/openSUSE:Factory/.cantata.new.30101/cantata.changes       
2025-05-12 16:54:11.334050423 +0200
@@ -1,0 +2,6 @@
+Sat May 10 06:06:33 UTC 2025 - Carsten Ziepke <kiel...@gmail.com>
+
+- Add cantata-add-missing-qregularexpression-include.patch, 
+  https://github.com/nullobsi/cantata/pull/54/
+
+-------------------------------------------------------------------

New:
----
  cantata-add-missing-qregularexpression-include.patch

BETA DEBUG BEGIN:
  New:
- Add cantata-add-missing-qregularexpression-include.patch, 
  https://github.com/nullobsi/cantata/pull/54/
BETA DEBUG END:

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

Other differences:
------------------
++++++ cantata.spec ++++++
--- /var/tmp/diff_new_pack.TQEuRU/_old  2025-05-12 16:54:11.778069057 +0200
+++ /var/tmp/diff_new_pack.TQEuRU/_new  2025-05-12 16:54:11.778069057 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cantata
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Multimedia/Sound/Players
 URL:            https://github.com/nullobsi/cantata/
 Source:         
https://github.com/nullobsi/cantata/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM cantata-add-missing-qregularexpression-include.patch - 
https://github.com/nullobsi/cantata/pull/54/
+Patch1:         cantata-add-missing-qregularexpression-include.patch
 BuildRequires:  fdupes
 BuildRequires:  media-player-info
 BuildRequires:  pkgconfig

++++++ cantata-add-missing-qregularexpression-include.patch ++++++
>From aed0b8cdb60bb100e15c0195dbd84a4a18edc35d Mon Sep 17 00:00:00 2001
From: Heiko Becker <m...@heiko-becker.de>
Date: Thu, 27 Feb 2025 18:14:40 +0100
Subject: [PATCH] Add missing QRegularExpression include

This fixes the build with Qt 6.9.0-beta2, which otherwise errors out
with
"streamsmodel.cpp:1257:58: error: variable 'constQRegularExpression
brokenXML' has initializer but incomplete type".
---
 models/streamsmodel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/models/streamsmodel.cpp b/models/streamsmodel.cpp
index 408d646b6..625e61921 100644
--- a/models/streamsmodel.cpp
+++ b/models/streamsmodel.cpp
@@ -44,6 +44,7 @@
 #include <QLocale>
 #include <QMimeData>
 #include <QModelIndex>
+#include <QRegularExpression>
 #include <QSet>
 #include <QString>
 #include <QTimer>

Reply via email to