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-09-07 11:27:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfastjson (Old) and /work/SRC/openSUSE:Factory/.libfastjson.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfastjson" Mon Sep 7 11:27:34 2026 rev:15 rq:1375730 version:1.2609.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libfastjson/libfastjson.changes 2026-07-29 18:58:28.768052308 +0200 +++ /work/SRC/openSUSE:Factory/.libfastjson.new.1265/libfastjson.changes 2026-09-07 11:27:50.048866490 +0200 @@ -1,0 +2,16 @@ +Thu Sep 3 20:19:43 UTC 2026 - Andreas Stieger <[email protected]> + +- Update to 1.2609.0: + * Speed up object member lookup by traversing child pages + directly + * Fix buffered JSON dumping with zero-sized and small caller- + provided workspaces + * Ensure correct linking with libm on glibc 2.42 and later + * Correct transposed calloc() arguments that trigger warnings + with newer compilers + * Clarify string-buffer lifetime and thread-safety guarantees in + the API documentation + * Expand correctness tests, fuzzing, and cross-platform CI + coverage + +------------------------------------------------------------------- Old: ---- a63025493539a11607ed6ab49a54f91a6b8d4e2a.tar.gz New: ---- libfastjson-1.2609.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfastjson.spec ++++++ --- /var/tmp/diff_new_pack.9Mzvfh/_old 2026-09-07 11:27:50.984899257 +0200 +++ /var/tmp/diff_new_pack.9Mzvfh/_new 2026-09-07 11:27:50.986899327 +0200 @@ -18,18 +18,14 @@ %define somajor 4 Name: libfastjson -Version: 1.2304.0+ga630254 -%define gitrev a63025493539a11607ed6ab49a54f91a6b8d4e2a +Version: 1.2609.0 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://github.com/rsyslog/libfastjson/archive/%{gitrev}.tar.gz -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkg-config +Source: https://github.com/rsyslog/libfastjson/releases/download/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: pkgconfig %description A JSON parsing library, a fork of json-c, developed by the rsyslog team @@ -58,10 +54,9 @@ using the libfastjson library %prep -%autosetup -p1 -n %{name}-%{gitrev} +%autosetup -p1 %build -./autogen.sh %configure --disable-static %make_build @@ -76,7 +71,7 @@ %files -n libfastjson%{somajor} %license COPYING -%{_libdir}/libfastjson.so.%{somajor}* +%{_libdir}/libfastjson.so.%{somajor}{,.*} %files devel %doc AUTHORS
