Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package lua-messagepack for openSUSE:Factory
checked in at 2021-02-26 22:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-messagepack (Old)
and /work/SRC/openSUSE:Factory/.lua-messagepack.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-messagepack"
Fri Feb 26 22:02:05 2021 rev:5 rq:875414 version:0.3.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-messagepack/lua-messagepack.changes
2021-02-18 20:54:22.567550084 +0100
+++
/work/SRC/openSUSE:Factory/.lua-messagepack.new.2378/lua-messagepack.changes
2021-02-26 22:02:07.147961394 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 11:06:01 UTC 2021 - Callum Farmer <[email protected]>
+
+- Fix lua naming
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lua-messagepack.spec ++++++
--- /var/tmp/diff_new_pack.nB2p5o/_old 2021-02-26 22:02:07.807961974 +0100
+++ /var/tmp/diff_new_pack.nB2p5o/_new 2021-02-26 22:02:07.811961977 +0100
@@ -17,7 +17,8 @@
%define flavor @BUILD_FLAVOR@
-%define mod_name MessagePack
+%define mod_name messagepack
+%define rname MessagePack
Version: 0.3.3
Release: 0
Summary: MessagePack is an efficient binary serialization format
@@ -28,14 +29,14 @@
BuildRequires: %{flavor}-devel
Requires: %{flavor}
Provides: %{flavor}-MessagePack = %{version}-%{release}
-Obsoletes: %{flavor}-NessagePack <= %{version}-%{release}
+Obsoletes: %{flavor}-MessagePack < %{version}-%{release}
BuildArch: noarch
%lua_provides
%if "%{flavor}" == ""
-Name: lua-messagepack
+Name: lua-%{mod_name}
ExclusiveArch: do_not_build
%else
-Name: %{flavor}-messagepack
+Name: %{flavor}-%{mod_name}
%endif
%description
@@ -46,7 +47,7 @@
And it's really fast with LuaJIT.
%prep
-%setup -q -n lua-%{mod_name}-%{version}
+%setup -q -n lua-%{rname}-%{version}
%build
: