Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poke for openSUSE:Factory checked in at 2023-04-19 17:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poke (Old) and /work/SRC/openSUSE:Factory/.poke.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poke" Wed Apr 19 17:43:34 2023 rev:7 rq:1080243 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/poke/poke.changes 2023-02-01 16:50:55.757683132 +0100 +++ /work/SRC/openSUSE:Factory/.poke.new.2023/poke.changes 2023-04-19 17:43:56.516529901 +0200 @@ -1,0 +2,29 @@ +Mon Apr 17 16:53:57 UTC 2023 - Antoine Belvire <antoine.belv...@opensuse.org> + +- Update to 3.1: + * Bug fixes: + + Fix recognition of token 0[bB] in the lexer. + + Do not validate and check _print* functions within struct types + as if they were methods. As functions, they can have any + signature as they are no special in any way. + + Do not emit an empty table for computed fiels in the output of + .info type if the type has no computed fields. + + Use tar-ustar in AM_INIT_AUTOMAKE. The usage older algorithms in + tar was causing problems when creating poke tarballs with long + path names. + + std.pk now provides utility functions to parse and compare poke + versions. This is for example to be used by poke pickles in + order to require a particular minimum version of the program. + + poked now recognizes the short option -S. + + poked now creates its socket with umask 0077, and it uses a more + suitable default socket path that includes the PID of the process + running the daemon. + + The Poke compiler now emits proper parse errors when problems are + found in asm templates. + + poke will no longer abort execution in case it finds a fatal + error in the lexer, such as memory exhaustion. + + Casts from arrays to arrays now use the right bounder. + + Constant folding of offset multiplication by an offset with zero + unit is now fixed. + +------------------------------------------------------------------- Old: ---- poke-3.0.tar.gz poke-3.0.tar.gz.sig New: ---- poke-3.1.tar.gz poke-3.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poke.spec ++++++ --- /var/tmp/diff_new_pack.WJ6eUH/_old 2023-04-19 17:44:02.796566383 +0200 +++ /var/tmp/diff_new_pack.WJ6eUH/_new 2023-04-19 17:44:02.800566407 +0200 @@ -18,7 +18,7 @@ %define sover 0 Name: poke -Version: 3.0 +Version: 3.1 Release: 0 Summary: An interactive, extensible editor for binary data License: GPL-3.0-or-later @@ -116,6 +116,7 @@ %files devel %license COPYING +%{_datadir}/aclocal/poke.m4 %{_includedir}/libpoke.h %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/poke.pc ++++++ poke-3.0.tar.gz -> poke-3.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/poke/poke-3.0.tar.gz /work/SRC/openSUSE:Factory/.poke.new.2023/poke-3.1.tar.gz differ: char 12, line 1