Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neko for openSUSE:Factory checked in 
at 2024-11-03 07:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neko (Old)
 and      /work/SRC/openSUSE:Factory/.neko.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neko"

Sun Nov  3 07:18:25 2024 rev:10 rq:1220386 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/neko/neko.changes        2023-05-03 
12:57:12.407807647 +0200
+++ /work/SRC/openSUSE:Factory/.neko.new.2020/neko.changes      2024-11-03 
07:18:51.803066282 +0100
@@ -1,0 +2,41 @@
+Tue Jul 23 20:29:00 UTC 2024 - Jaime Marquínez Ferrándiz 
<jaime.marquinez.ferran...@fastmail.net>
+
+- Update to neko 2.4.0
+  * all:
+    + deprecated neko (see README)
+    + added arm64 binaries for Linux and macOS, and universal binaries for 
macOS
+  * std:
+    + fixed put_env when null is passed in (gh#HaxeFoundation/neko#229
+      gh#HaxeFoundation/haxe#10395)
+    + added sys_cpu_arch (gh#HaxeFoundation/neko#275)
+    + fixed $int to respect whitespace and signs in hex notation and to ignore
+      trailing text (gh#HaxeFoundation/neko#258)
+  * cmake:
+    + update all dependencies
+    + fixed loading error when installing to /usr/local on Unix
+      (gh#HaxeFoundation/neko#271)
+  * regexp:
+    + migrated to pcre2, fixing matches with null characters
+      (gh#HaxeFoundation/neko#249)
+    + fixed stack overflow with large strings (gh#HaxeFoundation/neko#262)
+    + added regexp_matched_num function (gh#HaxeFoundation/neko#257)
+  * nekotools:
+    + allowed custom 404 handler for server (gh#HaxeFoundation/neko#278)
+    + added nekotools boot -c *.n option to help output
+      (gh#HaxeFoundation/neko#273)
+  * ui:
+    + migrated to gtk3 on Linux (gh#HaxeFoundation/neko#220)
+  * sqlite:
+    + fixed early finalizer call (gh#HaxeFoundation/neko#200)
+  * gc:
+    + fixed "GetThreadContext failed" error on Windows
+      (gh#HaxeFoundation/neko#264)
+  * vm:
+    + added more detailed errors for failed stack checks
+      (gh#HaxeFoundation/neko#284)
+  * ssl:
+    + migrated to mbedtls 3 (gh#HaxeFoundation/neko#290)
+    + ignored MBEDTLS_ERR_SSL_WANT_READ and
+      MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET (gh#HaxeFoundation/neko#291)
+
+-------------------------------------------------------------------

Old:
----
  neko-2.3.0.tar.gz

New:
----
  neko-2.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neko.spec ++++++
--- /var/tmp/diff_new_pack.uzT07x/_old  2024-11-03 07:18:52.247084637 +0100
+++ /var/tmp/diff_new_pack.uzT07x/_new  2024-11-03 07:18:52.251084803 +0100
@@ -16,25 +16,25 @@
 #
 
 Name:           neko
-Version:        2.3.0
+Version:        2.4.0
 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-3-0/neko-%{version}.tar.gz
+Source0:        
https://github.com/HaxeFoundation/neko/archive/v2-4-0/neko-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  git
 BuildRequires:  apache2-devel
 BuildRequires:  gc-devel
-BuildRequires:  gtk2-devel
+BuildRequires:  gtk3-devel
 BuildRequires:  libmysqlclient-devel
-BuildRequires:  pcre-devel-static
+BuildRequires:  pcre2-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel-static
-BuildRequires:  (mbedtls-devel >= 2.2.0 and mbedtls-devel < 3)
+BuildRequires:  mbedtls-devel >= 3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libneko2 = %{version}
 Provides:       nekovm = %version
@@ -76,7 +76,7 @@
 MySQL library for the Neko virtual machine.
 
 %prep
-%setup -q -n neko-2-3-0
+%setup -q -n neko-2-4-0
 
 %build
 %define __builder ninja

++++++ neko-2.3.0.tar.gz -> neko-2.4.0.tar.gz ++++++
++++ 8630 lines of diff (skipped)

Reply via email to