Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audacious for openSUSE:Factory 
checked in at 2023-03-08 14:53:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacious (Old)
 and      /work/SRC/openSUSE:Factory/.audacious.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacious"

Wed Mar  8 14:53:17 2023 rev:14 rq:1070049 version:4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacious/audacious.changes      2022-07-15 
13:53:01.347573975 +0200
+++ /work/SRC/openSUSE:Factory/.audacious.new.31432/audacious.changes   
2023-03-08 14:53:21.234931322 +0100
@@ -1,0 +2,9 @@
+Thu Mar  7 20:06:08 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 4.3:
+  * See https://audacious-media-player.org/news/56-audacious-4-3-released
+- Add the libarchive build requirement.
+- Switch to Qt 6 on openSUSE newer than 15.x
+- Switch to GTK 3.
+
+-------------------------------------------------------------------

Old:
----
  audacious-4.2.tar.bz2

New:
----
  audacious-4.3.tar.bz2

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

Other differences:
------------------
++++++ audacious.spec ++++++
--- /var/tmp/diff_new_pack.QuAsI5/_old  2023-03-08 14:53:22.582938662 +0100
+++ /var/tmp/diff_new_pack.QuAsI5/_new  2023-03-08 14:53:22.622938880 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audacious
 #
-# 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
@@ -16,14 +16,14 @@
 #
 
 
-%define aud_plugin_ver_min 4.2
-%define aud_plugin_ver_max 4.2.99
+%define aud_plugin_ver_min 4.3
+%define aud_plugin_ver_max 4.3.99
 %define core_soname 5
 %define qt_soname 2
 %define gtk_soname 5
 %define tag_soname 3
 Name:           audacious
-Version:        4.2
+Version:        4.3
 Release:        0
 Summary:        Audio player with graphical UI and library functionality
 License:        BSD-2-Clause
@@ -31,17 +31,25 @@
 Source:         
https://distfiles.audacious-media-player.org/%{name}-%{version}.tar.bz2
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++ >= 4.5
+BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  meson
+BuildRequires:  meson >= 0.57
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libarchive)
 Requires:       %{name}-plugins%{?_isa} <= %{aud_plugin_ver_max}
 Requires:       %{name}-plugins%{?_isa} >= %{aud_plugin_ver_min}
 Recommends:     %{name}-plugins-extra >= %{aud_plugin_ver_min}
+%if 0%{?suse_version} > 1500
+BuildRequires:  cmake(Qt6Core)
+BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Widgets)
+%else
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Widgets)
+%endif
 
 %description
 Audacious is an audio player. It is based on Qt and supports a wide
@@ -93,7 +101,15 @@
 %setup -q
 
 %build
-%meson -Dqt=true
+%meson \
+  -Dqt=true   \
+%if 0%{?suse_version} > 1500
+  -Dqt6=true  \
+%else
+  -Dqt6=false \
+%endif
+  -Dgtk=true  \
+  -Dgtk3=true
 %meson_build
 
 %install

++++++ audacious-4.2.tar.bz2 -> audacious-4.3.tar.bz2 ++++++
++++ 83346 lines of diff (skipped)

Reply via email to