Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package janet for openSUSE:Factory checked in at 2025-09-29 16:32:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/janet (Old) and /work/SRC/openSUSE:Factory/.janet.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "janet" Mon Sep 29 16:32:11 2025 rev:14 rq:1307504 version:1.39.0 Changes: -------- --- /work/SRC/openSUSE:Factory/janet/janet.changes 2025-06-10 12:06:04.845423275 +0200 +++ /work/SRC/openSUSE:Factory/.janet.new.11973/janet.changes 2025-09-29 16:34:26.407986523 +0200 @@ -1,0 +2,29 @@ +Sat Sep 20 17:28:21 UTC 2025 - Soc Virnyl Estela <[email protected]> + +- Add fix-version-in-meson-dot-build.patch. Seems maintainer forgot to change the version string. + +------------------------------------------------------------------- +Sat Sep 20 17:19:45 UTC 2025 - Soc Virnyl Estela <[email protected]> + +- Update to version 1.39.0: + * Expand scope of code that works with ev/deadline again + * Remove unix domain socket after test + * Tweak doc for mapcat, count, keep, all, some + * Fix mapcat and keep docstrings + * Fix absence of pthread_cancel in Android + * Try to fix cfun registry size check for cross-thread messages + * Tweak docstrings for better handling + * Remove some underline bits from doc-format + * Use strnlen when checking for null byte + * Patch try to accept (try body ([] catch-body)) + * Support complex dependency coordinates in bundle/install + * Clarify :fresh usage in import + * net/server: improve error for truthy handler and type :datagram + * Fix: Correctly flag UDP streams in net/connect #1620 + * Add net/socket for unbound socket creation for #1622 + * Fix LDFLAGS Usage in Makefile + * Use CLOCKS_PER_SEC instead of CLOCKS_PER_SECOND + * Read System Clock for Monotonic Time + * illumos support + +------------------------------------------------------------------- Old: ---- janet-1.38.0.tar.gz New: ---- fix-version-in-meson-dot-build.patch janet-1.39.0.tar.gz ----------(New B)---------- New: - Add fix-version-in-meson-dot-build.patch. Seems maintainer forgot to change the version string. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ janet.spec ++++++ --- /var/tmp/diff_new_pack.phqzgi/_old 2025-09-29 16:34:26.980010605 +0200 +++ /var/tmp/diff_new_pack.phqzgi/_new 2025-09-29 16:34:26.984010774 +0200 @@ -1,7 +1,7 @@ # # spec file for package janet # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: janet -Version: 1.38.0 +Version: 1.39.0 %{lua: local version = rpm.expand("%{version}") local i = 1 @@ -42,6 +42,7 @@ License: MIT URL: https://janet-lang.org Source0: https://github.com/janet-lang/janet/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch1: fix-version-in-meson-dot-build.patch BuildRequires: meson BuildRequires: ninja @@ -85,7 +86,7 @@ It contains static libraries for -static linking which is highly discouraged. %prep -%autosetup +%autosetup -p1 %build export CFLAGS="%optflags -ffat-lto-objects" ++++++ fix-version-in-meson-dot-build.patch ++++++ diff -ruN janet-1.39.0.orig/meson.build janet-1.39.0/meson.build --- janet-1.39.0.orig/meson.build 2025-09-21 01:26:46.689768434 +0800 +++ janet-1.39.0/meson.build 2025-09-21 01:27:02.332440713 +0800 @@ -20,7 +20,7 @@ project('janet', 'c', default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'], - version : '1.38.0') + version : '1.39.0') # Global settings janet_path = join_paths(get_option('prefix'), get_option('libdir'), 'janet') ++++++ janet-1.38.0.tar.gz -> janet-1.39.0.tar.gz ++++++ ++++ 1787 lines of diff (skipped)
