Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luasec for openSUSE:Factory checked in at 2021-02-18 20:42:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luasec (Old) and /work/SRC/openSUSE:Factory/.lua-luasec.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luasec" Thu Feb 18 20:42:28 2021 rev:5 rq:873532 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luasec/lua-luasec.changes 2020-07-15 14:55:47.430864431 +0200 +++ /work/SRC/openSUSE:Factory/.lua-luasec.new.28504/lua-luasec.changes 2021-02-18 20:54:23.371550839 +0100 @@ -1,0 +2,5 @@ +Thu Feb 18 15:57:10 UTC 2021 - Callum Farmer <[email protected]> + +- Use %lua_provides macro for default lua versioning + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luasec.spec ++++++ --- /var/tmp/diff_new_pack.ziLB5O/_old 2021-02-18 20:54:23.807551249 +0100 +++ /var/tmp/diff_new_pack.ziLB5O/_new 2021-02-18 20:54:23.807551249 +0100 @@ -17,23 +17,25 @@ %define flavor @BUILD_FLAVOR@ -%define modname luasec +%define mod_name luasec Version: 0.9 Release: 0 Summary: A Lua binding for OpenSSL License: MIT URL: https://github.com/brunoos/luasec -Source: https://github.com/brunoos/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz +Source: https://github.com/brunoos/%{mod_name}/archive/v%{version}/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel +BuildRequires: lua-macros BuildRequires: %{flavor}-luasocket BuildRequires: libopenssl-devel Requires: %{flavor} Requires: %{flavor}-luasocket +%lua_provides %if "%{flavor}" == "" -Name: lua-%{modname} +Name: lua-%{mod_name} ExclusiveArch: do_not_build %else -Name: %{flavor}-%{modname} +Name: %{flavor}-%{mod_name} %endif %description @@ -42,7 +44,7 @@ session between the peers. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n %{mod_name}-%{version} %build make %{?_smp_mflags} linux \
