forked from pool/lua-lua-mpris
- Fix missing dependency on lua-macros (boo#1205612) OBS-URL: https://build.opensuse.org/request/show/1060910 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-lua-mpris?expand=0&rev=28
101 lines
3.6 KiB
Plaintext
101 lines
3.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 25 11:52:07 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
|
|
|
|
- Fix missing dependency on lua-macros (boo#1205612)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 18 15:54:34 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Use %lua_provides macro for default lua versioning
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 6 19:05:31 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add lua54 as new build target
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 10:38:28 UTC 2020 - Martin Herkt <9+suse@cirno.systems>
|
|
|
|
- Do not build mpv-plugin-mpris as it is broken and to be replaced
|
|
with https://github.com/hoyon/mpv-mpris
|
|
- Run spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 25 16:54:12 UTC 2019 - alarrosa@suse.com
|
|
|
|
- Update to version 0.0+git20191025.2b12542:
|
|
* Set correct values for SupportedMimeTypes and SupportedUriSchemes properties
|
|
This fixes the plugin to work correctly with KDE Plasma 5.17 .
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 14 14:41:19 UTC 2019 - alarrosa@suse.com
|
|
|
|
- Update to version 0.0+git20190614.e4567e2:
|
|
* Fix table/function renaming so they're properly named in all places
|
|
(boo#1136883)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 31 16:05:45 UTC 2019 - alarrosa@suse.com
|
|
|
|
- Update to version 0.0+git20190531.e505c48:
|
|
* Replace the fix for invalid utf-8 characters with a proper fix
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 30 17:07:47 UTC 2019 - alarrosa@suse.com
|
|
|
|
- Update to version 0.0+git20190530.1281dcd:
|
|
* Fix crash when media file doesn't have utf8 encoded metadata
|
|
(boo#1136883)
|
|
- Use %license
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 30 09:46:02 UTC 2018 - alarrosa@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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 26 17:20:31 UTC 2018 - jberry@suse.com
|
|
|
|
- Only produce mpv-plugin-mpris during one flavor to avoid duplicate binary.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
- do not build for Lua 5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 18 17:10:58 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Update to version 0.0+git20170918.28b1c75:
|
|
* Check if the table parameter of table_contains is nil
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 25 10:53:41 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Fix build on Tumbleweed as it otherwise still does not find the
|
|
folder
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 08:38:38 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Add %defattr to set the right attributes to files and don't try to
|
|
own any mpv directory on Tumbleweed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 21 10:40:00 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Install LICENSE file
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 20 17:24:27 UTC 2017 - opensuse-packaging@opensuse.org
|
|
|
|
- Update to version 0.0+git20170820.2126067:
|
|
* Initialize the mpris:artUrl and xesam:url variables for all files
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 18 15:31:07 UTC 2017 - alarrosa@suse.com
|
|
|
|
- Initial release
|