From 98a2bdd41bf30141cd411b9f9c22209b76cc0d5d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Feb 07 2024 06:58:34 +0000 Subject: update --- diff --git a/.files b/.files index 97dc7bc..03b77d4 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 15443d0..ff445c1 100644 --- a/.rev +++ b/.rev @@ -235,4 +235,12 @@ 1104181 + + c3f4f5acbd655aa605b7d5922dcaa2c5 + 2.0.2 + + anag+factory + + 1134228 + diff --git a/nim-2.0.0.tar.xz b/nim-2.0.0.tar.xz deleted file mode 120000 index 2da3026..0000000 --- a/nim-2.0.0.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeic4ardzb4kflyrvohftquw2k2aj5hjkfzwr4zmzgypv4yccv4kg7u \ No newline at end of file diff --git a/nim-2.0.2.tar.xz b/nim-2.0.2.tar.xz new file mode 120000 index 0000000..d525b45 --- /dev/null +++ b/nim-2.0.2.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeigabl77y2tzi7lojhgn5ccywmdszktdx3zau52sev4wafiiifpygq \ No newline at end of file diff --git a/nim-nim-gdb_fix_interpreter.patch b/nim-nim-gdb_fix_interpreter.patch index cb92e2c..71e6c8e 100644 --- a/nim-nim-gdb_fix_interpreter.patch +++ b/nim-nim-gdb_fix_interpreter.patch @@ -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 diff --git a/nim.changes b/nim.changes index 6985abb..7a29921 100644 --- a/nim.changes +++ b/nim.changes @@ -1,4 +1,28 @@ ------------------------------------------------------------------- +Wed Dec 20 08:04:09 UTC 2023 - Andrea Manzini + +- 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) + +------------------------------------------------------------------- Sat Aug 5 03:33:26 UTC 2023 - Soc Virnyl Estela - Remove move of $TARGET/tools since it does not exist. diff --git a/nim.spec b/nim.spec index 8ca4594..277a894 100644 --- a/nim.spec +++ b/nim.spec @@ -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