Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libjodycode for openSUSE:Factory checked in at 2025-08-27 21:33:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjodycode (Old) and /work/SRC/openSUSE:Factory/.libjodycode.new.30751 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjodycode" Wed Aug 27 21:33:35 2025 rev:3 rq:1301485 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libjodycode/libjodycode.changes 2024-11-12 19:20:11.572379440 +0100 +++ /work/SRC/openSUSE:Factory/.libjodycode.new.30751/libjodycode.changes 2025-08-27 21:33:56.748842714 +0200 @@ -1,0 +2,19 @@ +Tue Aug 19 16:16:16 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 4.0: + * Add loads of new jc_* functions and constants + * Add jc_errno to replace errno + * Completely remove API feature tables + * Fixes for building on macOS and Hurd + * Add rolling hash capability to jc_block_hash() + * Add jc_get_d_namlen() to enable strlen() skips for directory + objects + * Add file linking functions with batch processing (incomplete, + do not use yet) + * Time functions now have nanosecond precision on Windows + * Add jc_str_t data type (string prefixed with its own length) + * Add jc_close() stub function + * jc_get_proc_cacheinfo() is a stub function on non-Linux for + future use + +------------------------------------------------------------------- Old: ---- v3.1.tar.gz New: ---- v4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjodycode.spec ++++++ --- /var/tmp/diff_new_pack.KNSYmZ/_old 2025-08-27 21:33:57.208861948 +0200 +++ /var/tmp/diff_new_pack.KNSYmZ/_new 2025-08-27 21:33:57.212862115 +0200 @@ -1,7 +1,7 @@ # # spec file for package libjodycode # -# Copyright (c) 2024 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 @@ -16,9 +16,9 @@ # -%define c_lib libjodycode3 +%define c_lib libjodycode4 Name: libjodycode -Version: 3.1 +Version: 4.0 Release: 0 Summary: Shared code used by several utilities written by Jody Bruchon License: MIT @@ -61,8 +61,8 @@ %files -n %{c_lib} %license LICENSE.txt -%{_libdir}/libjodycode.so.3 -%{_libdir}/libjodycode.so.3.1 +%{_libdir}/libjodycode.so.4 +%{_libdir}/libjodycode.so.4.0 %files -n libjodycode-devel %doc CHANGES.txt README.md ++++++ v3.1.tar.gz -> v4.0.tar.gz ++++++ ++++ 5238 lines of diff (skipped)