Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vlang for openSUSE:Factory checked in at 2026-01-02 14:29:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlang (Old) and /work/SRC/openSUSE:Factory/.vlang.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlang" Fri Jan 2 14:29:23 2026 rev:4 rq:1325021 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/vlang/vlang.changes 2025-10-23 18:32:18.245256002 +0200 +++ /work/SRC/openSUSE:Factory/.vlang.new.1928/vlang.changes 2026-01-02 14:31:01.682667723 +0100 @@ -1,0 +2,17 @@ +Thu Jan 1 15:30:45 UTC 2026 - Eyad Issa <[email protected]> + +- Update to version 0.5: + * Add comptime if is shared support + * Make defer{} scoped by default + * Add gotodef support for nested struct members, fn return types, + etc + * Add a new v.comptime stage COMPTIME, that runs after the + checker (CHECK), and before the transformer (TRANSFORM), to + simplify the work that later stages do + * Various fixes to parser and compiler internals + * Improvements to standard library functions + * Full changelog at https://github.com/vlang/v/releases/tag/0.5 + +- Drop fix-already-unsafe.patch: upstreamed + +------------------------------------------------------------------- Old: ---- fix-already-unsafe.patch vlang-0.4.12.tar.gz New: ---- vlang-0.5.tar.gz ----------(Old B)---------- Old: - Drop fix-already-unsafe.patch: upstreamed ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlang.spec ++++++ --- /var/tmp/diff_new_pack.W7hxnb/_old 2026-01-02 14:31:02.210689518 +0100 +++ /var/tmp/diff_new_pack.W7hxnb/_new 2026-01-02 14:31:02.214689684 +0100 @@ -17,7 +17,7 @@ # # git revision -%global vc_gitrev 048a0a537560080eb73d56e2f3b644462fa9037a +%global vc_gitrev 294bff4ef87427743d0b35c0f7eb1b34a6dd061b # custom paths and variables %global vflags -cc gcc -d dynamic_boehm @@ -25,7 +25,7 @@ %global vexe %{vexe_root}/%{name} Name: vlang -Version: 0.4.12 +Version: 0.5 Release: 0 Summary: The V Programming Language License: MIT AND BSD-2-Clause @@ -33,7 +33,6 @@ Source0: https://github.com/%{name}/v/archive/%{version}/%{name}-%{version}.tar.gz Source1: https://github.com/%{name}/vc/raw/%{vc_gitrev}/v.c Source99: vlang-rpmlintrc -Patch0: https://github.com/vlang/v/pull/25370.diff#/fix-already-unsafe.patch BuildRequires: c_compiler BuildRequires: diffutils BuildRequires: fdupes ++++++ v.c ++++++ ++++ 69458 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/vlang/v.c ++++ and /work/SRC/openSUSE:Factory/.vlang.new.1928/v.c ++++++ vlang-0.4.12.tar.gz -> vlang-0.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/vlang/vlang-0.4.12.tar.gz /work/SRC/openSUSE:Factory/.vlang.new.1928/vlang-0.5.tar.gz differ: char 15, line 1
