Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-alt-getopt for openSUSE:Factory checked in at 2021-02-18 20:43:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-alt-getopt (Old) and /work/SRC/openSUSE:Factory/.lua-alt-getopt.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-alt-getopt" Thu Feb 18 20:43:10 2021 rev:3 rq:873548 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-alt-getopt/lua-alt-getopt.changes 2020-07-15 14:57:38.798978598 +0200 +++ /work/SRC/openSUSE:Factory/.lua-alt-getopt.new.28504/lua-alt-getopt.changes 2021-02-18 20:54:36.107562795 +0100 @@ -1,0 +2,5 @@ +Thu Feb 18 15:48:01 UTC 2021 - Callum Farmer <[email protected]> + +- Use %lua_provides macro for default lua versioning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-alt-getopt.spec ++++++ --- /var/tmp/diff_new_pack.FRPTnN/_old 2021-02-18 20:54:36.675563329 +0100 +++ /var/tmp/diff_new_pack.FRPTnN/_new 2021-02-18 20:54:36.675563329 +0100 @@ -17,7 +17,8 @@ %define flavor @BUILD_FLAVOR@ -%define mod_name lua-alt-getopt +%define mod_name alt-getopt +%define rname lua-alt-getopt %define upversion 0.8.0 Version: 0.8.1 Release: 0 @@ -25,15 +26,16 @@ License: MIT Group: Development/Libraries/Other URL: https://github.com/cheusov/lua-alt-getopt -Source: https://github.com/cheusov/%{mod_name}/archive/%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz +Source: https://github.com/cheusov/%{rname}/archive/%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch +%lua_provides %if "%{flavor}" == "" -Name: lua-alt-getopt +Name: lua-%{mod_name} ExclusiveArch: do_not_build %else -Name: %{flavor}-alt-getopt +Name: %{flavor}-%{mod_name} %endif %description @@ -43,7 +45,7 @@ with SUS "Utility Syntax Guidelines" guidelines 3-13. %prep -%setup -q -n %{mod_name}-%{upversion} +%setup -q -n %{rname}-%{upversion} %build /bin/true
