Hello community,

here is the log from the commit of package lua-lua-mpris for openSUSE:Factory 
checked in at 2018-04-30 22:58:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-lua-mpris (Old)
 and      /work/SRC/openSUSE:Factory/.lua-lua-mpris.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-lua-mpris"

Mon Apr 30 22:58:05 2018 rev:6 rq:602503 version:0.0+git20170918.28b1c75

Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-lua-mpris/lua-lua-mpris.changes      
2018-04-29 19:37:34.029931371 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lua-mpris.new/lua-lua-mpris.changes 
2018-04-30 22:59:28.455288555 +0200
@@ -1,0 +2,7 @@
+Mon Apr 30 09:46:02 UTC 2018 - alarr...@suse.com
+
+- Since mpv uses lua 5.1, we better build mpv-plugin-mpris only
+  for the lua51 flavor instead of building it only for lua53. Otherwise
+  the package is useless.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lua-lua-mpris.spec ++++++
--- /var/tmp/diff_new_pack.n3Lpo5/_old  2018-04-30 22:59:29.027267684 +0200
+++ /var/tmp/diff_new_pack.n3Lpo5/_new  2018-04-30 22:59:29.031267538 +0200
@@ -31,7 +31,7 @@
 BuildRequires:  pkgconfig(dbus-1)
 Requires:       %{flavor}
 Requires:       %{flavor}-lua-dbus
-%if "%{flavor}" == "lua53"
+%if "%{flavor}" == "lua51"
 Provides:       lua-%{mod_name} = %{version}
 Obsoletes:      lua-%{mod_name} < %{version}
 %endif
@@ -68,7 +68,7 @@
 %install
 mkdir -p %{buildroot}%{lua_noarchdir}/lua-mpris
 cp -Ra applet.lua client.lua init.lua %{buildroot}%{lua_noarchdir}/lua-mpris/
-%if "%{flavor}" == "lua53"
+%if "%{flavor}" == "lua51"
 mkdir -p %{buildroot}%{_datadir}/mpv-plugin-mpris
 cp mpv.lua %{buildroot}%{_datadir}/mpv-plugin-mpris/
 %endif
@@ -84,7 +84,7 @@
 %{lua_noarchdir}/lua-mpris
 
 # Only produce during one flavor to avoid duplicate binary.
-%if "%{flavor}" == "lua53"
+%if "%{flavor}" == "lua51"
 %files -n mpv-plugin-mpris
 %defattr(-,root,root)
 %doc LICENSE


Reply via email to