Hello community, here is the log from the commit of package lua-lua-mpris for openSUSE:Factory checked in at 2020-07-15 14:56:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-lua-mpris (Old) and /work/SRC/openSUSE:Factory/.lua-lua-mpris.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-lua-mpris" Wed Jul 15 14:56:01 2020 rev:10 rq:819782 version:0.0+git20191025.2b12542 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-lua-mpris/lua-lua-mpris.changes 2019-10-27 13:41:13.849282671 +0100 +++ /work/SRC/openSUSE:Factory/.lua-lua-mpris.new.3060/lua-lua-mpris.changes 2020-07-15 14:56:06.382883922 +0200 @@ -1,0 +2,12 @@ +Mon Jul 6 19:05:31 UTC 2020 - Matej Cepl <[email protected]> + +- Add lua54 as new build target + +------------------------------------------------------------------- +Sat Jan 18 10:38:28 UTC 2020 - Martin Herkt <[email protected]> + +- Do not build mpv-plugin-mpris as it is broken and to be replaced + with https://github.com/hoyon/mpv-mpris +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-lua-mpris.spec ++++++ --- /var/tmp/diff_new_pack.boAaOo/_old 2020-07-15 14:56:07.506885078 +0200 +++ /var/tmp/diff_new_pack.boAaOo/_new 2020-07-15 14:56:07.510885082 +0200 @@ -1,7 +1,7 @@ # # spec file for package lua-lua-mpris # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ %define flavor @BUILD_FLAVOR@ %define mod_name lua-mpris -%define mpv_lua_flavor lua51 Version: 0.0+git20191025.2b12542 Release: 0 Summary: MPRIS api for lua License: MIT Group: Development/Libraries/Other -Url: https://github.com/antlarr/lua-mpris/ +URL: https://github.com/antlarr/lua-mpris/ Source: lua-mpris-%{version}.tar.xz BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-lua-dbus +BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-1) Requires: %{flavor} Requires: %{flavor}-lua-dbus @@ -45,21 +45,6 @@ %description MPRIS api for lua -%package -n mpv-plugin-mpris -Summary: MPV plugin to add MPRIS support -Group: Productivity/Multimedia/Video/Players -Requires: %{mpv_lua_flavor}-lua-mpris -Requires: mpv -Requires(post): mpv -Supplements: mpv - -%description -n mpv-plugin-mpris -mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety -of video file formats, audio and video codecs, and subtitle types. - -This package installs a lua plugin for mpv to add mpris support through a -dbus interface. - %prep %setup -q -n lua-mpris-%{version} @@ -68,29 +53,9 @@ %install mkdir -p %{buildroot}%{lua_noarchdir}/lua-mpris cp -Ra applet.lua client.lua init.lua %{buildroot}%{lua_noarchdir}/lua-mpris/ -%if "%{flavor}" == "lua51" -mkdir -p %{buildroot}%{_datadir}/mpv-plugin-mpris -cp mpv.lua %{buildroot}%{_datadir}/mpv-plugin-mpris/ -%endif - -%post -n mpv-plugin-mpris -if [ "$1" = 1 ] ; then - mkdir -p %{_sysconfdir}/mpv/scripts/ - ln -s %{_datadir}/mpv-plugin-mpris/mpv.lua %{_sysconfdir}/mpv/scripts/mpris.lua -fi %files %license LICENSE %{lua_noarchdir}/lua-mpris -# Only produce during one flavor to avoid duplicate binary. -%if "%{flavor}" == "lua51" -%files -n mpv-plugin-mpris -%defattr(-,root,root) -%license LICENSE -%{_datadir}/mpv-plugin-mpris -%ghost %config %{_sysconfdir}/mpv/scripts/mpris.lua -%ghost %dir %{_sysconfdir}/mpv/scripts -%endif - %changelog ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.boAaOo/_old 2020-07-15 14:56:07.538885111 +0200 +++ /var/tmp/diff_new_pack.boAaOo/_new 2020-07-15 14:56:07.542885115 +0200 @@ -1,4 +1,5 @@ <multibuild> <package>lua51</package> <package>lua53</package> +<package>lua54</package> </multibuild>
