Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tinygo for openSUSE:Factory checked in at 2024-11-07 18:16:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tinygo (Old) and /work/SRC/openSUSE:Factory/.tinygo.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tinygo" Thu Nov 7 18:16:53 2024 rev:2 rq:1222479 version:0.33.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tinygo/tinygo.changes 2024-09-18 15:27:49.963215292 +0200 +++ /work/SRC/openSUSE:Factory/.tinygo.new.2020/tinygo.changes 2024-11-07 18:16:54.984378992 +0100 @@ -1,0 +2,6 @@ +Thu Nov 7 09:18:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> + +- BuildREquire nodejs >= 20 instead of nodejs20: allow also newer + versions of nodejs to be used. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tinygo.spec ++++++ --- /var/tmp/diff_new_pack.8kArkY/_old 2024-11-07 18:16:58.220514359 +0100 +++ /var/tmp/diff_new_pack.8kArkY/_new 2024-11-07 18:16:58.224514526 +0100 @@ -1,7 +1,7 @@ # # spec file for package tinygo # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,12 @@ Source: tinygo-%{version}.tar.gz Source1: vendor.tar.gz Patch0: go-llvm-makefile-llvm-config.patch +BuildRequires: clang18-devel BuildRequires: gcc-c++ -BuildRequires: golang(API) >= 1.18 BuildRequires: llvm18-devel -BuildRequires: clang18-devel +BuildRequires: golang(API) >= 1.18 # for test: -BuildRequires: nodejs20 - +BuildRequires: nodejs >= 20 %description TinyGo brings the Go programming language to embedded systems and to the modern @@ -59,6 +58,7 @@ go build \ -mod=vendor \ -buildmode=pie + %check export LDFLAGS="-lLLVM -lclang"
participants (1)
-
Source-Sync