Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2018-03-20 22:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Tue Mar 20 22:01:13 2018 rev:45 rq:589033 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2018-02-15 13:25:59.418921067 +0100 +++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2018-03-20 22:01:44.150709987 +0100 @@ -1,0 +2,5 @@ +Tue Mar 20 09:38:17 UTC 2018 - [email protected] + +- Do not enable smbclient twice, it is in normal opts too + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.M2LNNE/_old 2018-03-20 22:01:46.022642591 +0100 +++ /var/tmp/diff_new_pack.M2LNNE/_new 2018-03-20 22:01:46.026642447 +0100 @@ -27,7 +27,7 @@ Version: %{_mpv_ver} Release: 0 Summary: Advanced general-purpose multimedia player -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Players Url: http://mpv.io/ Source: http://github.com/mpv-player/%{name}/archive/v%{_mpv_ver}.tar.gz#/%{name}-%{_mpv_ver}.tar.gz @@ -141,7 +141,7 @@ Version: %{_mbc_ver} Release: 0 Summary: Bash Completion for %{name} -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Multimedia/Video/Players Requires: %{name} = %{_mpv_ver} Requires: bash-completion @@ -164,7 +164,7 @@ %package zsh-completion Summary: ZSH Completion for %{name} -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Video/Players Requires: %{name} = %{_mpv_ver} Supplements: packageand(mpv:zsh) @@ -175,7 +175,7 @@ %package devel Summary: A library to link together with mpv player -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries/C and C++ Requires: %{lname} = %{_mpv_ver} @@ -187,7 +187,7 @@ %package -n %{lname} Summary: A library to link together with mpv player -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries %description -n %{lname} @@ -218,8 +218,6 @@ myopts+=" --disable-build-date" # Debug just adds -g and we do that over optflags anyway. myopts+=" --disable-debug" -# Explicitly enable samba (seems non-default now?) -myopts+=" --enable-libsmbclient" export CCFLAGS="%{optflags}" python3 ./waf configure \ --prefix="%{_prefix}" \ @@ -279,8 +277,8 @@ %postun -n %{lname} -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc Copyright LICENSE README.md RELEASE_NOTES +%license LICENSE +%doc Copyright README.md RELEASE_NOTES %doc %{_defaultdocdir}/%{name}/input.conf %doc %{_defaultdocdir}/%{name}/mplayer-input.conf %doc %{_defaultdocdir}/%{name}/mpv.conf @@ -296,20 +294,17 @@ %{_mandir}/man?/%{name}.?%{?ext_man} %files zsh-completion -%defattr(-,root,root) %{_datadir}/zsh/site-functions/_mpv %files bash-completion -%defattr(-,root,root) -%doc mpv-bash-completion-%{_mbc_ver}/LICENSE mpv-bash-completion-%{_mbc_ver}/README.mkd +%license mpv-bash-completion-%{_mbc_ver}/LICENSE +%doc mpv-bash-completion-%{_mbc_ver}/README.mkd %{_datadir}/bash-completion/completions/mpv %files -n %{lname} -%defattr(-,root,root) %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc
