Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfastjson for openSUSE:Factory checked in at 2026-07-26 11:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfastjson (Old) and /work/SRC/openSUSE:Factory/.libfastjson.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfastjson" Sun Jul 26 11:27:54 2026 rev:13 rq:1367682 version:1.2304.0+ga630254 Changes: -------- --- /work/SRC/openSUSE:Factory/libfastjson/libfastjson.changes 2023-05-05 15:57:24.136125404 +0200 +++ /work/SRC/openSUSE:Factory/.libfastjson.new.2004/libfastjson.changes 2026-07-26 11:30:00.657874084 +0200 @@ -1,0 +2,15 @@ +Fri Jul 24 14:34:53 UTC 2026 - Thomas Blume <[email protected]> + +- update to upstream git revision ga630254 (boo#1272151) + * fix: handle small buffered dump workspaces + * docs: explain object child lookup traversal + * benchmarks: address reproducibility review findings + * speed up object child lookup + * build: fix calloc transposed args + * build: Use AC_CHECK_LIB to ensure libfastjson links against libm + * Revert "build: link libfastjson against libm for modf()" + * doc: clarify string buffer lifetime and thread safety + * build: link libfastjson against libm for modf() + * increment version number for next release cycle + +------------------------------------------------------------------- Old: ---- libfastjson-1.2304.0.tar.gz New: ---- libfastjson-1.2304.0+ga630254.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfastjson.spec ++++++ --- /var/tmp/diff_new_pack.rDISPp/_old 2026-07-26 11:30:01.221893558 +0200 +++ /var/tmp/diff_new_pack.rDISPp/_new 2026-07-26 11:30:01.225893697 +0200 @@ -1,7 +1,7 @@ # # spec file for package libfastjson # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 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 @@ -18,13 +18,16 @@ %define somajor 4 Name: libfastjson -Version: 1.2304.0 +Version: 1.2304.0+ga630254 Release: 0 Summary: JSON parsing library, a fork of json-c License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/rsyslog/libfastjson -Source: https://download.rsyslog.com/libfastjson/%{name}-%{version}.tar.gz +Source: libfastjson-1.2304.0+ga630254.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool BuildRequires: pkgconfig %description @@ -57,6 +60,7 @@ %autosetup %build +./autogen.sh %configure --disable-static %make_build
