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-07-13 22:37:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-messagepack (Old)
and /work/SRC/openSUSE:Factory/.lua-messagepack.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-messagepack"
Tue Jul 13 22:37:31 2021 rev:6 rq:906157 version:0.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/lua-messagepack/lua-messagepack.changes
2021-02-26 22:02:07.147961394 +0100
+++
/work/SRC/openSUSE:Factory/.lua-messagepack.new.2625/lua-messagepack.changes
2021-07-13 22:37:57.545875393 +0200
@@ -1,0 +2,23 @@
+Tue Jul 13 12:54:50 UTC 2021 - Matej Cepl <[email protected]>
+
+- Upgrade to 0.5.2:
+ - improve speed of unpack integers
+ - fix extra bytes detection (see PR #26)
+ - allows ipairs(mp.packers) (see PR #27)
+ - export unpack_cursor instead of unpackers (see issue #23)
+ - refactor without types_map indirection
+ - remove set_number'integer'
+ - better use of string.pack (Lua 5.3)
+ - fix pack float with Lua 5.3
+ - fix behaviour with LUA_32BITS
+ - fix float/integer detection
+ - refactor doc with Markdown and MkDocs
+ - handle long double
+ - handle NaN (like nil) as table index
+
+-------------------------------------------------------------------
+Sun Jul 11 16:19:18 UTC 2021 - Callum Farmer <[email protected]>
+
+- Use both names in %lua_provides
+
+-------------------------------------------------------------------
Old:
----
0.3.3.tar.gz
New:
----
lua-messagepack-0.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lua-messagepack.spec ++++++
--- /var/tmp/diff_new_pack.AAjoBT/_old 2021-07-13 22:37:58.009871656 +0200
+++ /var/tmp/diff_new_pack.AAjoBT/_new 2021-07-13 22:37:58.009871656 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package lua-messagepack
+# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -19,19 +19,18 @@
%define flavor @BUILD_FLAVOR@
%define mod_name messagepack
%define rname MessagePack
-Version: 0.3.3
+Version: 0.5.2
Release: 0
Summary: MessagePack is an efficient binary serialization format
License: MIT
Group: Development/Libraries/Other
-URL: http://fperrad.github.io/lua-MessagePack/
-Source:
https://github.com/fperrad/lua-MessagePack/archive/%{version}.tar.gz
+URL: https://framagit.org/fperrad/lua-MessagePack
+Source:
https://framagit.org/fperrad/lua-MessagePack/raw/releases/lua-messagepack-%{version}.tar.gz
BuildRequires: %{flavor}-devel
Requires: %{flavor}
-Provides: %{flavor}-MessagePack = %{version}-%{release}
-Obsoletes: %{flavor}-MessagePack < %{version}-%{release}
BuildArch: noarch
%lua_provides
+%lua_provides -n lua-MessagePack
%if "%{flavor}" == ""
Name: lua-%{mod_name}
ExclusiveArch: do_not_build