Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2022-02-07 23:38:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Mon Feb 7 23:38:12 2022 rev:110 rq:952064 version:0.34.1+git.20220203T182214.5d31c7310c Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2022-01-21 01:26:06.806302032 +0100 +++ /work/SRC/openSUSE:Factory/.mpv.new.1898/mpv.changes 2022-02-07 23:39:38.345808642 +0100 @@ -1,0 +2,31 @@ +Sat Feb 05 20:24:08 UTC 2022 - Enrico Belleri <ide...@protonmail.com> + +- Update to version 0.34.1+git.20220203T182214.5d31c7310c: + * libplacebo: switch to new target format API + * libplacebo: switch to new GPU limits APIs + * libplacebo: switch to v4 naming convention + * libplacebo: update log helpers + * vo_gpu_next: create shader cache dir if missing + * wayland: always start rendering after a resize + * filter kernels: add cosine window + * vo_gpu_next/context: common'ize things that would be common for non-vulkan + * auto_profiles.lua: don't warn if profile-restore=default + +------------------------------------------------------------------- +Sun Jan 30 09:01:08 UTC 2022 - Enrico Belleri <ide...@protonmail.com> + +- Update to version 0.34.1+git.20220129T121245.4d3ebb9d83: + * meson: add version check to wayland-protocols + * wayland: always resize when scale changes on surface enter + * wayland: support extra mouse buttons + * wayland: handle 0x0 resizes correctly + * x11: sanitize window title to UTF-8 for EWMH + * wayland: sanitize toplevel title to UTF-8 + * ao_sndio: audio output added + * options: only apply sub-visibility to primary subs + * Revert "options: add --sub-visibility=<primary-only|secondary-only>" + * options: add --sub-visibility=<primary-only|secondary-only> + * player: add thd (TrueHD) to whitelist of audio extensions + * player: fix parentheses warning with && + +------------------------------------------------------------------- Old: ---- mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio New: ---- mpv-0.34.1+git.20220203T182214.5d31c7310c.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.thdLlY/_old 2022-02-07 23:39:39.025803989 +0100 +++ /var/tmp/diff_new_pack.thdLlY/_new 2022-02-07 23:39:39.029803962 +0100 @@ -22,13 +22,13 @@ %define _waf_ver 2.0.23 %define lname libmpv2 Name: mpv -Version: 0.34.1+git.20220117T134844.22b0bac28e +Version: 0.34.1+git.20220203T182214.5d31c7310c Release: 0 Summary: Advanced general-purpose multimedia player License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Players URL: http://mpv.io -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar Source1: https://waf.io/waf-%{_waf_ver} Source2: %{name}.changes # PATCH-FIX-OPENSUSE do not require equal libav versions, obs rebuilds as needed @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(lcms2) >= 2.6 BuildRequires: pkgconfig(libarchive) >= 3.4.0 BuildRequires: pkgconfig(libass) >= 0.12.2 -BuildRequires: pkgconfig(libavcodec) >= 58.16.100 +BuildRequires: pkgconfig(libavcodec) >= 58.12.100 BuildRequires: pkgconfig(libavdevice) >= 57.0.0 BuildRequires: pkgconfig(libavfilter) >= 7.14.100 BuildRequires: pkgconfig(libavformat) >= 58.9.100 @@ -67,7 +67,6 @@ BuildRequires: pkgconfig(libdrm) >= 2.4.75 BuildRequires: pkgconfig(libiso9660) BuildRequires: pkgconfig(libkms) -BuildRequires: pkgconfig(libplacebo) >= 3.104.0 BuildRequires: pkgconfig(libpulse) >= 1.0 BuildRequires: pkgconfig(libswresample) >= 3.0.100 BuildRequires: pkgconfig(libswscale) >= 5.0.101 @@ -105,6 +104,9 @@ Provides: mplayer2 = 20140101 Obsoletes: mplayer2 < 20140101 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 +BuildRequires: pkgconfig(libplacebo) >= 4.157 +%endif +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150400 BuildRequires: pkgconfig(mujs) %endif %if 0%{?suse_version} > 1500 @@ -113,7 +115,7 @@ BuildRequires: pkgconfig(wayland-client) >= 1.15.0 BuildRequires: pkgconfig(wayland-cursor) >= 1.15.0 BuildRequires: pkgconfig(wayland-egl) >= 9.0.0 -BuildRequires: pkgconfig(wayland-protocols) >= 1.14 +BuildRequires: pkgconfig(wayland-protocols) >= 1.15 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.thdLlY/_old 2022-02-07 23:39:39.061803743 +0100 +++ /var/tmp/diff_new_pack.thdLlY/_new 2022-02-07 23:39:39.061803743 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/mpv-player/mpv.git</param> <param name="scm">git</param> <param name="filename">mpv</param> - <param name="revision">22b0bac28e6c51651dedc7c270fc009309f2cb6b</param> <!-- SET REVISION TO TAG, REMOVE THIS LINE TO UPDATE TO THE LAST COMMIT --> + <param name="revision">5d31c7310c02767e35bfd82d1cc635427518a298</param> <!-- SET REVISION TO TAG, REMOVE THIS LINE TO UPDATE TO THE LAST COMMIT --> <param name="versionprefix">0.34.1+git</param> <param name="versionformat">%ci.%h</param> <param name="changesgenerate">enable</param> @@ -11,9 +11,5 @@ <service name="set_version" mode="disabled"/> <service name="tar" mode="buildtime"/> - <service name="recompress" mode="buildtime"> - <param name="file">*.tar</param> - <param name="compression">xz</param> - </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.thdLlY/_old 2022-02-07 23:39:39.081803606 +0100 +++ /var/tmp/diff_new_pack.thdLlY/_new 2022-02-07 23:39:39.085803578 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mpv-player/mpv.git</param> - <param name="changesrevision">22b0bac28e6c51651dedc7c270fc009309f2cb6b</param></service></servicedata> + <param name="changesrevision">5d31c7310c02767e35bfd82d1cc635427518a298</param></service></servicedata> (No newline at EOF) ++++++ mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio -> mpv-0.34.1+git.20220203T182214.5d31c7310c.obscpio ++++++ /work/SRC/openSUSE:Factory/mpv/mpv-0.34.1+git.20220117T134844.22b0bac28e.obscpio /work/SRC/openSUSE:Factory/.mpv.new.1898/mpv-0.34.1+git.20220203T182214.5d31c7310c.obscpio differ: char 49, line 1 ++++++ mpv.obsinfo ++++++ --- /var/tmp/diff_new_pack.thdLlY/_old 2022-02-07 23:39:39.125803304 +0100 +++ /var/tmp/diff_new_pack.thdLlY/_new 2022-02-07 23:39:39.129803278 +0100 @@ -1,5 +1,5 @@ name: mpv -version: 0.34.1+git.20220117T134844.22b0bac28e -mtime: 1642456124 -commit: 22b0bac28e6c51651dedc7c270fc009309f2cb6b +version: 0.34.1+git.20220203T182214.5d31c7310c +mtime: 1643908934 +commit: 5d31c7310c02767e35bfd82d1cc635427518a298