Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-lpeg for openSUSE:Factory checked in at 2022-09-07 11:06:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-lpeg (Old) and /work/SRC/openSUSE:Factory/.lua-lpeg.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-lpeg" Wed Sep 7 11:06:12 2022 rev:6 rq:1001510 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-lpeg/lua-lpeg.changes 2021-02-10 21:30:38.650306776 +0100 +++ /work/SRC/openSUSE:Factory/.lua-lpeg.new.2083/lua-lpeg.changes 2022-09-07 11:06:33.492486071 +0200 @@ -1,0 +2,15 @@ +Wed Aug 31 17:08:45 UTC 2022 - Gordon Leung <[email protected]> + +- Add %check section and test.lua + +------------------------------------------------------------------- +Sun Aug 28 14:26:14 UTC 2022 - Gordon Leung <[email protected]> + +- noarch the doc package + +------------------------------------------------------------------- +Fri Aug 26 02:54:52 UTC 2022 - Gordon Leung <[email protected]> + +- Add previously unpackaged re.lua module + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-lpeg.spec ++++++ --- /var/tmp/diff_new_pack.XTp2g9/_old 2022-09-07 11:06:33.968487281 +0200 +++ /var/tmp/diff_new_pack.XTp2g9/_new 2022-09-07 11:06:33.972487290 +0200 @@ -1,7 +1,7 @@ # -# spec file for package lua-lpeg +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,6 +45,7 @@ Summary: Lua Documentation for %{mod_name} Group: Development/Languages/Other Requires: %{name} = %{version} +BuildArch: noarch %description doc Documentation and examples included with the library, sometimes @@ -66,12 +67,17 @@ mkdir -p %{buildroot}%{_docdir}/%{name} mkdir -p %{buildroot}%{lua_archdir} +mkdir -p %{buildroot}%{lua_noarchdir} install lpeg.so %{buildroot}%{lua_archdir} +install -Dm 644 re.lua %{buildroot}%{lua_noarchdir} + +%check +lua test.lua %files -%dir %{lua_archdir} -%{lua_archdir}/* +%{lua_archdir} +%{lua_noarchdir} %files doc %doc re.html lpeg.html HISTORY
