Hello community,
here is the log from the commit of package mpv for openSUSE:Factory checked in
at 2017-08-23 11:54:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpv (Old)
and /work/SRC/openSUSE:Factory/.mpv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv"
Wed Aug 23 11:54:49 2017 rev:34 rq:518116 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2017-08-22 11:10:13.123389579
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2017-08-23
11:54:51.177386777 +0200
@@ -5,0 +6 @@
+- Explicitly enable libsmbclient
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mpv.spec ++++++
--- /var/tmp/diff_new_pack.pUXPiD/_old 2017-08-23 11:54:52.445208305 +0200
+++ /var/tmp/diff_new_pack.pUXPiD/_new 2017-08-23 11:54:52.457206616 +0200
@@ -110,7 +110,7 @@
BuildRequires: pkgconfig(lua-5.1)
%endif
%else
-BuildRequires: pkgconfig(lua-5.1)
+BuildRequires: pkgconfig(lua)
%endif
%if 0%{?suse_version} >= 1315
# Testing framework: disabled for now as it runs just 1 test
@@ -210,6 +210,8 @@
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}"
./waf configure \
--prefix="%{_prefix}" \