4 Commits

Author SHA256 Message Date
74b76a44b3 Accepting request 1286785 from devel:languages:haxe
Actually update the tarball to version 2.4.1

OBS-URL: https://build.opensuse.org/request/show/1286785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neko?expand=0&rev=12
2025-06-20 14:48:47 +00:00
cae441f7b0 - Actually update the tarball to version 2.4.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haxe/neko?expand=0&rev=16
2025-06-18 20:26:28 +00:00
9750fdb574 Accepting request 1278458 from devel:languages:haxe
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1278458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neko?expand=0&rev=11
2025-05-20 10:19:55 +00:00
cd52681ce1 - Update to neko 2.4.1
* all:
    + fixed build issues on BSD based systems (gh#HaxeFoundation/neko#296
      gh#HaxeFoundation/neko#297 gh#HaxeFoundation/neko#298
      gh#HaxeFoundation/neko#299)
    + fixed for c standards with builtin bool
    + fixed thread usage causing global cleanup crashes
      (gh#HaxeFoundation/neko#304)
  * std:
    + fixed double close when using process_stdin_close
      (gh#HaxeFoundation/neko#300)
  * ssl:
    + fixed certificate verification failure on windows
      (gh#HaxeFoundation/neko#293)
  * cmake:
    + updated zlib and mariadb-connector-c for newer cmake compatibility
      (gh#HaxeFoundation/neko#309)
    + updated mariadb-connector-c for compatibility with new clang on arm64
      (gh#HaxeFoundation/neko#309)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haxe/neko?expand=0&rev=15
2025-05-12 21:45:29 +00:00
4 changed files with 36 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:232d030ce27ce648f3b3dd11e39dca0a609347336b439a4a59e9a5c0a465ce15
size 530457

3
neko-2.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:702282028190dffa2078b00cca515b8e2ba889186a221df2226d2b6deb3ffaca
size 518867

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Jun 18 20:25:52 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Actually update the tarball to version 2.4.1
-------------------------------------------------------------------
Mon May 12 21:17:46 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to neko 2.4.1
* all:
+ fixed build issues on BSD based systems (gh#HaxeFoundation/neko#296
gh#HaxeFoundation/neko#297 gh#HaxeFoundation/neko#298
gh#HaxeFoundation/neko#299)
+ fixed for c standards with builtin bool
+ fixed thread usage causing global cleanup crashes
(gh#HaxeFoundation/neko#304)
* std:
+ fixed double close when using process_stdin_close
(gh#HaxeFoundation/neko#300)
* ssl:
+ fixed certificate verification failure on windows
(gh#HaxeFoundation/neko#293)
* cmake:
+ updated zlib and mariadb-connector-c for newer cmake compatibility
(gh#HaxeFoundation/neko#309)
+ updated mariadb-connector-c for compatibility with new clang on arm64
(gh#HaxeFoundation/neko#309)
-------------------------------------------------------------------
Tue Jul 23 20:29:00 UTC 2024 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>

View File

@@ -15,14 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define version_tag 2-4-1
Name: neko
Version: 2.4.0
Version: 2.4.1
Release: 0
Summary: A cross-platform lightweight virtual machine and language
License: MIT
Group: Development/Languages/Other
Url: https://nekovm.org
Source0: https://github.com/HaxeFoundation/neko/archive/v2-4-0/neko-%{version}.tar.gz
Source0: https://github.com/HaxeFoundation/neko/archive/v%{version_tag}/neko-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: ninja
BuildRequires: pkgconfig
@@ -76,7 +78,7 @@ Obsoletes: nekovm-mysql < %version
MySQL library for the Neko virtual machine.
%prep
%setup -q -n neko-2-4-0
%setup -q -n neko-%{version_tag}
%build
%define __builder ninja