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-07-05 15:31:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nim (Old) and /work/SRC/openSUSE:Factory/.nim.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nim" Wed Jul 5 15:31:34 2023 rev:23 rq:1096926 version:1.6.14 Changes: -------- --- /work/SRC/openSUSE:Factory/nim/nim.changes 2023-03-15 18:56:45.181100006 +0100 +++ /work/SRC/openSUSE:Factory/.nim.new.23466/nim.changes 2023-07-05 15:32:00.295080622 +0200 @@ -1,0 +2,9 @@ +Wed Jun 28 08:30:53 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 1.6.14: + * more than 179 commits providing bugfixes and general improvements, + details at https://github.com/nim-lang/Nim/compare/v1.6.12...v1.6.14 + +- removed patch nim-fix-tests-certificate-key-too-small.patch as no longer needed + +------------------------------------------------------------------- Old: ---- nim-1.6.12.tar.xz nim-fix-tests-certificate-key-too-small.patch New: ---- nim-1.6.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nim.spec ++++++ --- /var/tmp/diff_new_pack.ugzud6/_old 2023-07-05 15:32:01.367086982 +0200 +++ /var/tmp/diff_new_pack.ugzud6/_new 2023-07-05 15:32:01.371087006 +0200 @@ -17,7 +17,7 @@ Name: nim -Version: 1.6.12 +Version: 1.6.14 Release: 0 Summary: A statically typed compiled systems programming language License: MIT @@ -26,10 +26,8 @@ Source0: https://nim-lang.org/download/nim-%{version}.tar.xz Source1: nim-rpmlintrc Patch0: nim-nim-gdb_fix_interpreter.patch -# UPSTREAM FIX: https://github.com/nim-lang/Nim/commit/8c100a37b93607806acec51733fe5e2fda392d44.patch -Patch1: nim-fix-tests-certificate-key-too-small.patch # UPSTREAM FIX: https://github.com/nim-lang/Nim/commit/2c73e84436a11cae1676c7da0228158ba1a885cc -Patch2: nim-fix-tests-ip-protocol-missing.patch +Patch1: nim-fix-tests-ip-protocol-missing.patch BuildRequires: binutils-devel BuildRequires: ca-certificates BuildRequires: ca-certificates-mozilla @@ -93,8 +91,7 @@ * Statements are grouped by indentation but can span multiple lines. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build export CFLAGS="%{optflags}" ++++++ nim-1.6.12.tar.xz -> nim-1.6.14.tar.xz ++++++ ++++ 8080417 lines of diff (skipped) ++++ retrying with extended exclude list ++++++ nim-fix-tests-ip-protocol-missing.patch ++++++ --- /var/tmp/diff_new_pack.ugzud6/_old 2023-07-05 15:32:18.539188859 +0200 +++ /var/tmp/diff_new_pack.ugzud6/_new 2023-07-05 15:32:18.547188907 +0200 @@ -20,10 +20,10 @@ tests/stdlib/tgetprotobyname.nim | 4 ---- 1 file changed, 4 deletions(-) -Index: nim-1.6.12/tests/stdlib/tgetprotobyname.nim +Index: nim-1.6.14/tests/stdlib/tgetprotobyname.nim =================================================================== ---- nim-1.6.12.orig/tests/stdlib/tgetprotobyname.nim -+++ nim-1.6.12/tests/stdlib/tgetprotobyname.nim +--- nim-1.6.14.orig/tests/stdlib/tgetprotobyname.nim ++++ nim-1.6.14/tests/stdlib/tgetprotobyname.nim @@ -1,14 +1,7 @@ import nativesockets @@ -39,10 +39,10 @@ when defined(windows): doAssertRaises(OSError): -Index: nim-1.6.12/lib/pure/nativesockets.nim +Index: nim-1.6.14/lib/pure/nativesockets.nim =================================================================== ---- nim-1.6.12.orig/lib/pure/nativesockets.nim -+++ nim-1.6.12/lib/pure/nativesockets.nim +--- nim-1.6.14.orig/lib/pure/nativesockets.nim ++++ nim-1.6.14/lib/pure/nativesockets.nim @@ -214,7 +214,7 @@ proc getProtoByName*(name: string): int let protoent = posix.getprotobyname(name.cstring) ++++++ nim-nim-gdb_fix_interpreter.patch ++++++ --- /var/tmp/diff_new_pack.ugzud6/_old 2023-07-05 15:32:18.563189002 +0200 +++ /var/tmp/diff_new_pack.ugzud6/_new 2023-07-05 15:32:18.567189025 +0200 @@ -1,7 +1,7 @@ -Index: nim-1.6.12/bin/nim-gdb +Index: nim-1.6.14/bin/nim-gdb =================================================================== ---- nim-1.6.12.orig/bin/nim-gdb -+++ nim-1.6.12/bin/nim-gdb +--- nim-1.6.14.orig/bin/nim-gdb ++++ nim-1.6.14/bin/nim-gdb @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash