Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nim for openSUSE:Factory checked in at 2023-12-20 21:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nim (Old) and /work/SRC/openSUSE:Factory/.nim.new.9037 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nim" Wed Dec 20 21:03:12 2023 rev:26 rq:1134228 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nim/nim.changes 2023-08-31 13:43:26.951357742 +0200 +++ /work/SRC/openSUSE:Factory/.nim.new.9037/nim.changes 2023-12-20 21:03:40.201552695 +0100 @@ -1,0 +2,24 @@ +Wed Dec 20 08:04:09 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 2.0.2: + * Fixed âUndefined behavior when with hash(...) on non-aligned bytes due to murmurHash cast[ptr int32]â (#22387) + * Fixed âasync/closure environment does not align local variablesâ (#22419) + * Fixed âDebugging/stepping is broken in 2.0.0 and 2.1.1â (#22366) + * Fixed âwhen picks wrong branch with static intâ (#22474) + * Fixed âRegression from 1.6.14 to 2.0.0 - nimble test crashes with a core dumpâ (#22357) + * Fixed âLong-term arc-closure iterator problemâ (#22619) + * Fixed â-d:useMalloc broken with --mm:none and threads onâ (#22262) + * Fixed âCrash of compiler on array type checkâ (#5780) + * Fixed âUndefined behaviorwith set card() on non-aligned pointer from cardSetImpl/countBits64cast on ptr uint64â (#22481) + * Fixed âelementType from std/typetraits doesnât work in generic procsâ (#21532) + * Fixed âpeg matchLen can raise an unlisted exception: Exceptionâ (#22541) + * Fixed âPiece of code output c compiler error â (#17197) + * Fixed âMissing type inference in loop + case + if + continueâ (#22604) + * Fixed âInvalid type mismatch in genericâ (#17509) + * Fixed âstd/nativesockets getHostByAddr should support IPv6â (#22834) + * Fixed âstd/nre leaks memory on every created Regex due to auto-translated finalizers behaving differently under ARC/ORCâ (#22868) + * Fixed âDestructor not called for temp objects passed as argumentsâ (#22866) + * Fixed ânimsuggest inlay hints for types shown in the wrong place for exported vars and constsâ (#23067) + * Fixed â[Regression] static integers in quote doâ (#22947) + +------------------------------------------------------------------- Old: ---- nim-2.0.0.tar.xz New: ---- nim-2.0.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nim.spec ++++++ --- /var/tmp/diff_new_pack.6pyrPi/_old 2023-12-20 21:03:40.757572923 +0100 +++ /var/tmp/diff_new_pack.6pyrPi/_new 2023-12-20 21:03:40.757572923 +0100 @@ -19,7 +19,7 @@ %define _atlas_version 0.6.2 Name: nim -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: A statically typed compiled systems programming language License: MIT ++++++ nim-2.0.0.tar.xz -> nim-2.0.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/nim/nim-2.0.0.tar.xz /work/SRC/openSUSE:Factory/.nim.new.9037/nim-2.0.2.tar.xz differ: char 25, line 1 ++++++ nim-nim-gdb_fix_interpreter.patch ++++++ --- /var/tmp/diff_new_pack.6pyrPi/_old 2023-12-20 21:03:40.841575979 +0100 +++ /var/tmp/diff_new_pack.6pyrPi/_new 2023-12-20 21:03:40.845576124 +0100 @@ -1,7 +1,7 @@ -Index: nim-1.6.14/bin/nim-gdb +Index: nim-2.0.2/bin/nim-gdb =================================================================== ---- nim-1.6.14.orig/bin/nim-gdb -+++ nim-1.6.14/bin/nim-gdb +--- nim-2.0.2.orig/bin/nim-gdb ++++ nim-2.0.2/bin/nim-gdb @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash