Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-cliargs for openSUSE:Factory checked in at 2021-02-26 22:02:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-cliargs (Old) and /work/SRC/openSUSE:Factory/.lua-cliargs.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-cliargs" Fri Feb 26 22:02:11 2021 rev:4 rq:875430 version:3.02 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-cliargs/lua-cliargs.changes 2021-02-11 12:53:02.557972689 +0100 +++ /work/SRC/openSUSE:Factory/.lua-cliargs.new.2378/lua-cliargs.changes 2021-02-26 22:02:12.375965986 +0100 @@ -1,0 +2,5 @@ +Fri Feb 26 11:03:28 UTC 2021 - Callum Farmer <[email protected]> + +- Fix lua naming + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-cliargs.spec ++++++ --- /var/tmp/diff_new_pack.3m57f9/_old 2021-02-26 22:02:13.047966576 +0100 +++ /var/tmp/diff_new_pack.3m57f9/_new 2021-02-26 22:02:13.047966576 +0100 @@ -17,7 +17,8 @@ %define flavor @BUILD_FLAVOR@ -%define mod_name lua_cliargs +%define mod_name luacliargs +%define rname lua_cliargs %define upversion 3.0-2 Version: 3.02 Release: 0 @@ -25,7 +26,7 @@ License: MIT Group: Development/Libraries/Other URL: https://github.com/amireh/lua_cliargs -Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{mod_name}-%{upversion}.tar.gz +Source: https://github.com/amireh/lua_cliargs/archive/v%{upversion}.tar.gz#/%{rname}-%{upversion}.tar.gz BuildRequires: %{flavor}-devel Requires: %{flavor} BuildArch: noarch @@ -44,7 +45,7 @@ cliargs allows you to define required, optional, and flag arguments. %prep -%setup -q -n %{mod_name}-%{upversion} +%setup -q -n %{rname}-%{upversion} %build /bin/true
