Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luaepnf for openSUSE:Factory checked in at 2024-04-02 16:40:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luaepnf (Old) and /work/SRC/openSUSE:Factory/.lua-luaepnf.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luaepnf" Tue Apr 2 16:40:59 2024 rev:3 rq:1163827 version:0.3+git19 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luaepnf/lua-luaepnf.changes 2023-01-26 14:03:16.449855845 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luaepnf.new.1905/lua-luaepnf.changes 2024-04-02 16:42:31.673401490 +0200 @@ -1,0 +2,5 @@ +Mon Apr 1 01:54:05 UTC 2024 - Gordon Leung <[email protected]> + +- Switch from xz compression to zstd + +------------------------------------------------------------------- Old: ---- lua-luaepnf-0.3+git19.tar.xz New: ---- lua-luaepnf-0.3+git19.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luaepnf.spec ++++++ --- /var/tmp/diff_new_pack.FZ6tkr/_old 2024-04-02 16:42:32.113417197 +0200 +++ /var/tmp/diff_new_pack.FZ6tkr/_new 2024-04-02 16:42:32.117417339 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package lua-luaepnf # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,12 @@ License: MIT Group: Development/Languages/Other URL: https://github.com/siffiejoe/lua-luaepnf -Source: lua-%{mod_name}-%{version}.tar.xz -BuildRequires: lua-macros -BuildRequires: %{flavor}-luarocks +Source: lua-%{mod_name}-%{version}.tar.zst BuildRequires: %{flavor}-devel BuildRequires: %{flavor}-lpeg +BuildRequires: %{flavor}-luarocks +BuildRequires: lua-macros +BuildRequires: zstd %lua_provides Requires: %{flavor} Requires: %{flavor}-lpeg ++++++ _service ++++++ --- /var/tmp/diff_new_pack.FZ6tkr/_old 2024-04-02 16:42:32.157418767 +0200 +++ /var/tmp/diff_new_pack.FZ6tkr/_new 2024-04-02 16:42:32.157418767 +0200 @@ -10,7 +10,7 @@ <service mode="manual" name="tar" /> <service mode="manual" name="recompress"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zst</param> </service> <service mode="manual" name="set_version"/> </services>
