Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2020-01-28 10:54:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Tue Jan 28 10:54:30 2020 rev:66 rq:767600 version:0.32.0+git.1580083289.cbfcd3e703 Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2020-01-19 20:58:18.464077675 +0100 +++ /work/SRC/openSUSE:Factory/.mpv.new.26092/mpv.changes 2020-01-28 10:54:48.985006015 +0100 @@ -1,0 +2,8 @@ +Mon Jan 27 08:04:54 UTC 2020 - [email protected] + +- Update to version 0.32.0+git.1580083289.cbfcd3e703: + * See https://github.com/mpv-player/mpv/compare/01de2a9bd5..cbfcd3e703 + for the complete changelog. + * mpv now generates its own bash-completion file + +------------------------------------------------------------------- Old: ---- mpv-0.31.0+git.1577540072.01de2a9bd5.obscpio mpv-bash-completion-3.3.18.tar.gz New: ---- mpv-0.32.0+git.1580083289.cbfcd3e703.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.VQfYQ1/_old 2020-01-28 10:54:50.129007354 +0100 +++ /var/tmp/diff_new_pack.VQfYQ1/_new 2020-01-28 10:54:50.129007354 +0100 @@ -20,21 +20,17 @@ %define _waf_ver 2.0.9 -%define _mbc_ver 3.3.18 -%define _mpv_ver 0.31.0+git.1577540072.01de2a9bd5 %define lname libmpv1 Name: mpv -Version: %{_mpv_ver} +Version: 0.32.0+git.1580083289.cbfcd3e703 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}-%{_mpv_ver}.tar.xz +Source: %{name}-%{version}.tar.xz Source1: https://waf.io/waf-%{_waf_ver} Source2: %{name}.changes -# mpv-bash-completion is licensed with GPL-3.0+ -Source3: https://github.com/2ion/mpv-bash-completion/archive/%{_mbc_ver}.tar.gz#/mpv-bash-completion-%{_mbc_ver}.tar.gz # PATCH-FIX-OPENSUSE do not require equal libav versions, obs rebuilds as needed Patch0: mpv-make-ffmpeg-version-check-non-fatal.patch BuildRequires: bash @@ -138,35 +134,21 @@ of video file formats, audio and video codecs, and subtitle types. %package bash-completion -Version: %{_mbc_ver} -Release: 0 Summary: Bash Completion for %{name} -License: GPL-3.0-or-later Group: Productivity/Multimedia/Video/Players -Requires: %{name} = %{_mpv_ver} +Requires: %{name} = %{version} Requires: bash-completion Recommends: xrandr Supplements: (mpv and bash) BuildArch: noarch %description bash-completion -A Bash completion script for the mpv video player. It features - * Completion for all --options, - * Type-based completion for --option arguments for choices, flags, - integers and floats, - * Completion for upper/lower bounds for integer- and float-type - argument ranges where applicable, - * Completion of filter lists as arguments to --vf and --af style - options as well as completion of filter parameters while composing - filter lists, - * Similarly, parameter completion for video and audio outputs (--vo, --ao), - * Regular file name completion. +Bash command line completion support for %{name}. %package zsh-completion Summary: ZSH Completion for %{name} -License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Players -Requires: %{name} = %{_mpv_ver} +Requires: %{name} = %{version} Supplements: (mpv and zsh) BuildArch: noarch @@ -175,9 +157,8 @@ %package devel Summary: A library to link together with mpv player -License: GPL-2.0-or-later Group: Development/Libraries/C and C++ -Requires: %{lname} = %{_mpv_ver} +Requires: %{lname} = %{version} %description devel mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety @@ -187,7 +168,6 @@ %package -n %{lname} Summary: A library to link together with mpv player -License: GPL-2.0-or-later Group: System/Libraries %description -n %{lname} @@ -198,7 +178,7 @@ features. %prep -%setup -q -a 3 +%setup -q %patch0 -p1 # As we downloaded specific waf version we need to put and prepare it in place. @@ -208,7 +188,7 @@ # I hate UNKNOWN so lets put decent info there. MODIFIED="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE2}")" DATE="$(date -d "$MODIFIED" "+%%b %%e %%Y")" -sed -i "s|UNKNOWN|$DATE|g;s|VERSION|\"%{_mpv_ver}\"|g" common/version.c +sed -i "s|UNKNOWN|$DATE|g;s|VERSION|\"%{version}\"|g" common/version.c %build # SDL: disable as it is pointless to have on Linux, it is Windows/OS X fallback. @@ -247,18 +227,9 @@ python3 ./waf build --verbose %{?_smp_mflags} -pushd mpv-bash-completion-%{_mbc_ver} -export MPV_BASHCOMPGEN_MPV_CMD=../build/mpv -make %{?_smp_mflags} -popd - %install python3 ./waf --destdir=%{buildroot} install -pushd mpv-bash-completion-%{_mbc_ver} -%make_install -popd - install -D -m 0644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf install -D -m 0644 etc/mpv.conf %{buildroot}%{_sysconfdir}/%{name}/mpv.conf # remove shebang @@ -298,8 +269,6 @@ %{_datadir}/zsh/site-functions/_mpv %files bash-completion -%license mpv-bash-completion-%{_mbc_ver}/LICENSE -%doc mpv-bash-completion-%{_mbc_ver}/README.mkd %{_datadir}/bash-completion/completions/mpv %files -n %{lname} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.VQfYQ1/_old 2020-01-28 10:54:50.161007392 +0100 +++ /var/tmp/diff_new_pack.VQfYQ1/_new 2020-01-28 10:54:50.161007392 +0100 @@ -3,11 +3,12 @@ <param name="url">https://github.com/mpv-player/mpv.git</param> <param name="scm">git</param> <param name="filename">mpv</param> - <param name="versionprefix">0.31.0+git</param> + <param name="versionprefix">0.32.0+git</param> <param name="versionformat">%ct.%h</param> <param name="changesgenerate">enable</param> </service> - + <service name="set_version" mode="disabled"/> + <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.VQfYQ1/_old 2020-01-28 10:54:50.181007415 +0100 +++ /var/tmp/diff_new_pack.VQfYQ1/_new 2020-01-28 10:54:50.181007415 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/mpv-player/mpv.git</param> - <param name="changesrevision">01de2a9bd5c4689b70c7cf237b718135c5c73d7b</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">cbfcd3e703a35e9f0ad1f5829711ce3655092869</param></service></servicedata> \ No newline at end of file ++++++ mpv-0.31.0+git.1577540072.01de2a9bd5.obscpio -> mpv-0.32.0+git.1580083289.cbfcd3e703.obscpio ++++++ /work/SRC/openSUSE:Factory/mpv/mpv-0.31.0+git.1577540072.01de2a9bd5.obscpio /work/SRC/openSUSE:Factory/.mpv.new.26092/mpv-0.32.0+git.1580083289.cbfcd3e703.obscpio differ: char 46, line 1 ++++++ mpv.obsinfo ++++++ --- /var/tmp/diff_new_pack.VQfYQ1/_old 2020-01-28 10:54:50.437007715 +0100 +++ /var/tmp/diff_new_pack.VQfYQ1/_new 2020-01-28 10:54:50.461007743 +0100 @@ -1,5 +1,5 @@ name: mpv -version: 0.31.0+git.1577540072.01de2a9bd5 -mtime: 1577540072 -commit: 01de2a9bd5c4689b70c7cf237b718135c5c73d7b +version: 0.32.0+git.1580083289.cbfcd3e703 +mtime: 1580083289 +commit: cbfcd3e703a35e9f0ad1f5829711ce3655092869
