Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luaposix for openSUSE:Factory checked in at 2021-12-18 20:30:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luaposix (Old) and /work/SRC/openSUSE:Factory/.lua-luaposix.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luaposix" Sat Dec 18 20:30:19 2021 rev:10 rq:941406 version:35.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luaposix/lua-luaposix.changes 2021-02-04 20:24:18.306847356 +0100 +++ /work/SRC/openSUSE:Factory/.lua-luaposix.new.2520/lua-luaposix.changes 2021-12-18 20:31:15.454276249 +0100 @@ -1,0 +2,11 @@ +Sat Dec 18 14:54:13 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Update to version 35.1: + * Support AF_PACKET socket family, where available. + * Support SIGINFO, SIGWINCH and SA_RESTART, where available. + * Documentation cleanups +- avoid setting build USER tag +- Use %ifluadefault +- Clean spec file + +------------------------------------------------------------------- Old: ---- luaposix-35.0.tar.gz New: ---- luaposix-35.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luaposix.spec ++++++ --- /var/tmp/diff_new_pack.CfftqQ/_old 2021-12-18 20:31:15.906276500 +0100 +++ /var/tmp/diff_new_pack.CfftqQ/_new 2021-12-18 20:31:15.910276502 +0100 @@ -16,26 +16,26 @@ # -%define flavor @BUILD_FLAVOR@ +%define flavor @BUILD_FLAVOR@%{nil} %define mod_name luaposix -Version: 35.0 +%if "%{flavor}" == "" +Name: lua-%{mod_name} +ExclusiveArch: do_not_build +%else +Name: %{flavor}-%{mod_name} +%endif +Version: 35.1 Release: 0 Summary: POSIX library for Lua License: MIT Group: Development/Libraries/Other URL: https://github.com/luaposix/luaposix -Source0: https://github.com/luaposix/luaposix/archive/v%{version}.tar.gz#/%{mod_name}-%{version}.tar.gz +Source0: https://github.com/luaposix/luaposix/archive/v%{version}/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: ncurses-devel BuildRequires: perl Requires: %{flavor} %lua_provides -%if "%{flavor}" == "" -Name: lua-%{mod_name} -ExclusiveArch: do_not_build -%else -Name: %{flavor}-%{mod_name} -%endif %description This is a POSIX library for Lua which provides access to many POSIX features @@ -50,9 +50,11 @@ This package contains the documentation for %{flavor}-luaposix. %prep -%setup -q -n luaposix-%{version} +%autosetup -n luaposix-%{version} %build +# avoid setting USER tag +export USER="" build-aux/luke PREFIX=%{_prefix} all %install @@ -66,7 +68,7 @@ %{lua_noarchdir}/posix # Only produce docs during one flavor to avoid duplicate binary. -%if "%{flavor}" == "lua53" +%ifluadefault %files -n %{mod_name}-doc %doc doc/* %endif ++++++ luaposix-35.0.tar.gz -> luaposix-35.1.tar.gz ++++++ ++++ 6485 lines of diff (skipped)