Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package QMPlay2 for openSUSE:Factory checked in at 2023-02-05 19:20:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old) and /work/SRC/openSUSE:Factory/.QMPlay2.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "QMPlay2" Sun Feb 5 19:20:38 2023 rev:68 rq:1063267 version:23.02.05 Changes: -------- --- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes 2022-11-30 15:00:19.937497324 +0100 +++ /work/SRC/openSUSE:Factory/.QMPlay2.new.4462/QMPlay2.changes 2023-02-05 19:20:41.895728815 +0100 @@ -1,0 +2,15 @@ +Sun Feb 5 14:10:36 UTC 2023 - Simon Vogl <simon.v...@gmx.net> + +- Update some comments in spec file +- Update to version 23.02.05 + * add Turkish translation (mobilturka, sabriunal), + * fix CUVID + Vulkan on modern Nvidia hardware, + * fix aspect ratio specified in MKV container, + * unlocked last column in MediaBrowser, + * add YUVJ420P and YUV420P10 for VTB, + * add YUV420P10 for VA-API + OpenGL, + * fix PipeWire channel downmixing, + * add AV1 codec for D3D11VA, + * other minor fixes. + +------------------------------------------------------------------- Old: ---- QMPlay2-src-22.10.23.tar.xz New: ---- QMPlay2-src-23.02.05.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ QMPlay2.spec ++++++ --- /var/tmp/diff_new_pack.1Fvytx/_old 2023-02-05 19:20:42.367731543 +0100 +++ /var/tmp/diff_new_pack.1Fvytx/_new 2023-02-05 19:20:42.371731566 +0100 @@ -1,7 +1,7 @@ # # spec file for package QMPlay2 # -# 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 @@ -19,7 +19,7 @@ %define __builder Ninja Name: QMPlay2 -Version: 22.10.23 +Version: 23.02.05 Release: 0 Summary: A Qt based media player, streamer and downloader License: LGPL-3.0-or-later @@ -30,7 +30,7 @@ Patch1: 0001-add-opensuse-customizations.patch BuildRequires: cmake >= 3.16 BuildRequires: gcc-c++ -# Use gcc 10 for openSUSE Leap 15.3+ and SLE15SP3+ +# Use gcc 11 for openSUSE Leap 15.4+ and SLE15SP4+ %if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150400 BuildRequires: gcc11-c++ %endif @@ -100,6 +100,9 @@ %build # Build options +# - Override shared linker flags from /usr/lib/rpm/macros.d/macros.cmake +# because the "--no-undefined -Wl" flag is not compatible with QMPlay2 +# - Set gcc11 as compiler for openSUSE Leap 15.4+ and SLE15SP4+ %cmake \ -DCMAKE_SHARED_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,-z,now" \ %if 0%{?suse_version} < 1550 && 0%{?sle_version} >= 150400 ++++++ QMPlay2-src-22.10.23.tar.xz -> QMPlay2-src-23.02.05.tar.xz ++++++ ++++ 5466 lines of diff (skipped)