Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lua-luaexpat for openSUSE:Factory checked in at 2022-08-23 14:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lua-luaexpat (Old) and /work/SRC/openSUSE:Factory/.lua-luaexpat.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lua-luaexpat" Tue Aug 23 14:26:06 2022 rev:7 rq:998614 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lua-luaexpat/lua-luaexpat.changes 2021-08-16 10:17:17.126680760 +0200 +++ /work/SRC/openSUSE:Factory/.lua-luaexpat.new.2083/lua-luaexpat.changes 2022-08-23 14:27:03.863281278 +0200 @@ -1,0 +2,14 @@ +Sun Aug 21 03:38:58 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +- Replace deprecated %makeinstall with %make_install + +------------------------------------------------------------------- +Sat Aug 20 18:56:29 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +- Update to version 1.4.1: + * Fix bad buffer size calculation in threat parser + * Improved Lua version support (5.1 - 5.4) + * Fix memory leak when callbacks reference a parser object + * etc. https://github.com/lunarmodules/luaexpat/releases/tag/1.4.0 + +------------------------------------------------------------------- Old: ---- luaexpat-1.3.0.tar.gz New: ---- luaexpat-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lua-luaexpat.spec ++++++ --- /var/tmp/diff_new_pack.kTVne5/_old 2022-08-23 14:27:04.431282528 +0200 +++ /var/tmp/diff_new_pack.kTVne5/_new 2022-08-23 14:27:04.439282546 +0200 @@ -1,7 +1,7 @@ # -# spec file for package lua-luaexpat +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2009 florian.lepar...@gmail.com # Copyright (c) 2012 Togan Muftuoglu tog...@opensuse.org # @@ -20,13 +20,13 @@ %define flavor @BUILD_FLAVOR@ %define mod_name luaexpat -Version: 1.3.0 +Version: 1.4.1 Release: 0 Summary: A SAX XML parser based on the Expat library License: MIT Group: Productivity/Networking/Other URL: http://matthewwild.co.uk/projects/luaexpat/ -Source: http://matthewwild.co.uk/projects/luaexpat/%{mod_name}-%{version}.tar.gz +Source: https://github.com/lunarmodules/luaexpat/archive/%{version}/%{mod_name}-%{version}.tar.gz BuildRequires: %{flavor}-devel BuildRequires: libexpat-devel Requires: %{flavor} @@ -53,14 +53,14 @@ CFLAGS="%{optflags} -DLUA_32BITS -std=gnu11" %install -%makeinstall \ +%make_install \ PREFIX="%{_prefix}" \ LUA_CDIR="%{lua_archdir}" \ LUA_LDIR="%{lua_noarchdir}" %files %defattr(-,root,root) -%doc doc/us/license.html +%license LICENSE %{lua_archdir}/lxp.so %{lua_noarchdir}/lxp ++++++ luaexpat-1.3.0.tar.gz -> luaexpat-1.4.1.tar.gz ++++++ ++++ 9097 lines of diff (skipped)