Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poke for openSUSE:Factory checked in at 2021-05-20 19:25:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poke (Old) and /work/SRC/openSUSE:Factory/.poke.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poke" Thu May 20 19:25:08 2021 rev:3 rq:894508 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/poke/poke.changes 2021-04-06 17:31:08.727216320 +0200 +++ /work/SRC/openSUSE:Factory/.poke.new.2988/poke.changes 2021-05-20 19:25:41.269788081 +0200 @@ -1,0 +2,42 @@ +Thu May 13 08:30:21 UTC 2021 - Wang Jun <jgw...@suse.com> + +- Update to version 1.2 + * User visible changes + - The .file dot-command now supports a /c flag for creating new, + empty files. + - A new compiler built-in `ioflags' is available, that returns + the flags of some given IO space. + - Certain operations now raise a E_perm exception, instead of the + more generic E_io. + - A new kind of IO device is now supported: the `zero' IOD. + Opening "<zero>" will result in an IO space covering the full + 64-bit byte range, that always returns zero on reads and that + ignores writes. + - Function values (closures) can now be compared at language-level. + They are compared by pointer. + - The compiler now rejects casts from `any' to function types + instead of ICEing. + - The `dump' command now doesn't try to print anything if the + current IOS is not readable. + - The `dump' command now prints ?? for "unknown" bytes, i.e. for bytes + in addresses that are not readable in the underlying IO space. + - The standard function `ltos' now gets an additional optional + argument `base', that defaults to 10. + - The `big' and `little' annotations can now be used in any struct + type field, regardless of its type. + * Bug fixes + - A very nasty performance bottleneck in pvm_array_insert has been + fixed. + - Fix the opening mode of write-only files when the user doesn't + specify explicit flags in `open'. + - Avoid spurious EOF exceptions when writing weird integers past + the end of an IOS. + - Fix method `value' in leb128.pk + - Fix ICE while compiling for-statements with several declarations. + - Properly print > 2^32 addresses in `dump' + - Other minor fixes. + * Other changes + - The JSON MI machinery has been rewriten and much improved. + - More tests in several areas. + +------------------------------------------------------------------- Old: ---- poke-1.1.tar.gz New: ---- poke-1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poke.spec ++++++ --- /var/tmp/diff_new_pack.tpeSmy/_old 2021-05-20 19:25:41.973785193 +0200 +++ /var/tmp/diff_new_pack.tpeSmy/_new 2021-05-20 19:25:41.973785193 +0200 @@ -18,25 +18,25 @@ %define sover 0 Name: poke -Version: 1.1 +Version: 1.2 Release: 0 Summary: An interactive, extensible editor for binary data License: GPL-3.0-only URL: https://www.gnu.org/software/poke/ Source: https://ftp.gnu.org/gnu/poke/%{name}-%{version}.tar.gz -BuildRequires: dejagnu -BuildRequires: gawk -BuildRequires: help2man -BuildRequires: libtool -BuildRequires: pkgconfig -BuildRequires: pkgconfig(bdw-gc) BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1.16 BuildRequires: bison >= 3.6 +BuildRequires: dejagnu BuildRequires: flex >= 2.5.37 +BuildRequires: gawk BuildRequires: gettext >= 0.18.2 -BuildRequires: makeinfo >= 6.0 +BuildRequires: help2man +BuildRequires: libtool BuildRequires: lua53 +BuildRequires: makeinfo >= 6.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(bdw-gc) # /SECTION %if 0%{?suse_version} > 1500 BuildRequires: libtextstyle-devel ++++++ poke-1.1.tar.gz -> poke-1.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/poke/poke-1.1.tar.gz /work/SRC/openSUSE:Factory/.poke.new.2988/poke-1.2.tar.gz differ: char 12, line 1