0001-Link-to-distro-provided-mbedtls.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/vlang?expand=0&rev=16
97 lines
3.8 KiB
Plaintext
97 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 21 23:10:54 UTC 2026 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Enable self testing
|
|
* Add 0002-Disable-vdoc-testing.patch
|
|
- Link to distro provided mbedtls via
|
|
0001-Link-to-distro-provided-mbedtls.patch
|
|
[CVE-2025-59438] (boo#1252434)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 1 15:30:45 UTC 2026 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 10:18:26 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update v.c
|
|
- Remove -prod flag for non-x86*
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 21 23:55:48 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
- Update to version 0.4.12:
|
|
* Support a new CPU architecture s390x (#24107)
|
|
* Add initial support for ppc64le (#24287)
|
|
* Add initial support for loongarch64 (#24343)
|
|
* Support js"string literal" for JavaScript strings (#24653)
|
|
* VLS mode in the parser for the new language server in pure V
|
|
* Remove deprecations made before 2024-11-06
|
|
* Add a deprecation note for any arg, prevent any from being
|
|
used as map key,value or array type (#24277)
|
|
* Improvents/fixes to Checker, Parser, Comptime, Compiler internals,
|
|
Standard library, Web, ORM and Database drivers
|
|
* Native, C and JavaScript backend changes
|
|
- See https://github.com/vlang/v/releases/tag/0.4.11 for full details
|
|
- add fix-already-unsafe.patch to fix compilation error
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 6 12:35:01 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Do not copy v.c while building
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 30 20:51:53 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Do not strip executables to make debuginfo work
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 21 11:00:42 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Update to version 0.4.11:
|
|
* Support a new CPU architecture s390x (#24107)
|
|
* Add initial support for ppc64le (#24287)
|
|
* Add initial support for loongarch64 (#24343)
|
|
* Support `js"string literal"` for JavaScript strings (#24653)
|
|
* VLS mode in the parser for the new language server in pure V
|
|
* Remove deprecations made before 2024-11-06
|
|
* Add a deprecation note for `any` arg, prevent `any` from being
|
|
used as map key,value or array type (#24277)
|
|
* Checker improvements/fixes
|
|
* Parser improvements
|
|
* Comptime improvements
|
|
* Compiler internals improvements
|
|
* Standard library improvements and additions
|
|
* Full changelog at:
|
|
/usr/share/doc/packages/vlang/CHANGELOG.md
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 12 16:44:06 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Only strip executable files
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 2 17:14:11 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Make examples subpackage noarch
|
|
- Re-build a third time and check for diff between compilations
|
|
- Remove more dev files from packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 28 22:55:41 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
|
|
|
- Initial packaging at 0.4.10
|