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

Reply via email to