Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package upplay for openSUSE:Factory checked 
in at 2023-12-25 19:05:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upplay (Old)
 and      /work/SRC/openSUSE:Factory/.upplay.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upplay"

Mon Dec 25 19:05:21 2023 rev:5 rq:1134910 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/upplay/upplay.changes    2022-08-13 
22:37:13.406729184 +0200
+++ /work/SRC/openSUSE:Factory/.upplay.new.28375/upplay.changes 2023-12-25 
19:05:36.446154780 +0100
@@ -1,0 +2,24 @@
+Sat Dec 23 14:50:04 UTC 2023 - Michael Pujos <pujos.mich...@gmail.com>
+
+- added use-webengine.patch to force use of Qt5WebEngine
+- update to 1.7.2
+  * Unicast search the last used renderer at startup (depending on lib 
version).
+- update to 1.7.1
+  * Add preference to use libupnpp extra URL quoting which is now non-default.
+- update to 1.7.0
+  * Avoid most ways that a stuck renderer could freeze the GUI.
+  * Windows: hopefully full support for keyboard traversal and screen
+    readers.
+  * Add menu for playlist mode settings (repeat, shuffle etc.). These were
+    not accessible with a keyboard otherwise.
+  * Fix playlist drag and drop: drag to first position is now possible.
+  * Avoid phantom track appearing in the playlist when connecting to
+    stopped upmpdcli in UPnP/AV mode
+  * Misc improvements and fixes.
+- update to 1.6.5
+  * Disabled non-functional last.FM interface (last.FM changed their
+    authentication method to something which would be complicated to support)
+- update to 1.6.4    
+  * Fix potential crash when removing tracks from UPnP/AV playlist
+
+-------------------------------------------------------------------

Old:
----
  upplay-1.6.3.tar.gz
  upplay-1.6.3.tar.gz.asc

New:
----
  upplay-1.7.2.tar.gz
  upplay-1.7.2.tar.gz.asc
  use-webengine.patch

BETA DEBUG BEGIN:
  New:
- added use-webengine.patch to force use of Qt5WebEngine
- update to 1.7.2
BETA DEBUG END:

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

Other differences:
------------------
++++++ upplay.spec ++++++
--- /var/tmp/diff_new_pack.QrQ6Ez/_old  2023-12-25 19:05:37.378188793 +0100
+++ /var/tmp/diff_new_pack.QrQ6Ez/_new  2023-12-25 19:05:37.378188793 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upplay
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           upplay
-Version:        1.6.3
+Version:        1.7.2
 Release:        0
 Summary:        UPnP and OpenHome audio Control Point
 License:        GPL-2.0-or-later
@@ -25,6 +25,7 @@
 Source0:        
https://www.lesbonscomptes.com/upplay/downloads/upplay-%{version}.tar.gz
 Source1:        
https://www.lesbonscomptes.com/upplay/downloads/upplay-%{version}.tar.gz.asc
 Source2:        
https://www.lesbonscomptes.com/pages/jf-at-dockes.org.pub#/%{name}.keyring
+Patch0:         use-webengine.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -33,7 +34,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5WebEngine)
 BuildRequires:  pkgconfig(jsoncpp)
-BuildRequires:  pkgconfig(libupnpp)
+BuildRequires:  pkgconfig(libupnpp) >= 0.24.1
 BuildRequires:  pkgconfig(mpris-qt5)
 
 %description
@@ -42,9 +43,10 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
-%qmake5 'WEBPLATFORM=webengine' QMAKE_POST_LINK='$(STRIP) $(TARGET)'
+%qmake5 QMAKE_POST_LINK='$(STRIP) $(TARGET)'
 %make_build STRIP=%{_bindir}/strip
 
 %install

++++++ upplay-1.6.3.tar.gz -> upplay-1.7.2.tar.gz ++++++
++++ 17202 lines of diff (skipped)


++++++ use-webengine.patch ++++++
--- upplay.pro.orig     2023-12-23 16:19:22.118527266 +0100
+++ upplay.pro  2023-12-23 16:22:28.482697656 +0100
@@ -5,23 +5,9 @@
 VERSION = 1.7.2
 COPYRDATES = 2011-2023
 
-greaterThan(QT_MAJOR_VERSION, 5) {
-  WEBPLATFORM = webengine
-} else {
-  WEBPLATFORM = webkit
-}
-windows {
-  WEBPLATFORM = webengine
-}
-
-contains(WEBPLATFORM, webengine) {
-    QT += widgets webenginewidgets webchannel
-    QMAKE_CXXFLAGS += -DUSING_WEBENGINE
-    DEFINES += USING_WEBENGINE
-} else {
-    QT += webkit
-    QT += widgets webkitwidgets
-}
+QT += widgets webenginewidgets webchannel
+QMAKE_CXXFLAGS += -DUSING_WEBENGINE
+DEFINES += USING_WEBENGINE
 
 QMAKE_CXXFLAGS += -DUPPLAY_VERSION=\\\"$$VERSION\\\" 
 QMAKE_CXXFLAGS += -DUPPLAY_COPYRDATES=\\\"$$COPYRDATES\\\"

Reply via email to