Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libjodycode for openSUSE:Factory checked in at 2026-04-19 14:20:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjodycode (Old) and /work/SRC/openSUSE:Factory/.libjodycode.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjodycode" Sun Apr 19 14:20:53 2026 rev:4 rq:1347939 version:4.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libjodycode/libjodycode.changes 2025-08-27 21:33:56.748842714 +0200 +++ /work/SRC/openSUSE:Factory/.libjodycode.new.11940/libjodycode.changes 2026-04-19 14:21:05.289421167 +0200 @@ -1,0 +2,20 @@ +Sat Apr 18 12:33:41 UTC 2026 - Dirk Müller <[email protected]> + +- update to 4.1.2: + * Fix off-by-one error in jc_strtoepoch for the month value + * Faster directory enumeration on Windows Vista or higher + * Document the "project skeleton" so others can use libjodycode + easily + * Fix moderate performance regression caused by + jc_setup_unicode_terminal() + * Performance optimization for Windows directory reading + * Fix some man page issues + * Add a project "skeleton" for easily starting new libjodycode + programs + * Add jc_setup_unicode_terminal() + * Add size-prefixed string type JC_STR_T and some relevant functions + * Move manual from section 7 to 3 + * Update manual to include all existing function definitions + * Build fixes for old Synology toolchains + +------------------------------------------------------------------- Old: ---- v4.0.tar.gz New: ---- v4.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjodycode.spec ++++++ --- /var/tmp/diff_new_pack.s7Hker/_old 2026-04-19 14:21:05.813442474 +0200 +++ /var/tmp/diff_new_pack.s7Hker/_new 2026-04-19 14:21:05.817442637 +0200 @@ -1,7 +1,7 @@ # # spec file for package libjodycode # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -16,9 +16,10 @@ # +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %define c_lib libjodycode4 Name: libjodycode -Version: 4.0 +Version: 4.1.2 Release: 0 Summary: Shared code used by several utilities written by Jody Bruchon License: MIT @@ -54,7 +55,6 @@ %install %make_install PREFIX="%{_prefix}" LIB_DIR="%{_libdir}" -rm %{buildroot}%{_libdir}/libjodycode.a %post -n %{c_lib} -p /sbin/ldconfig %postun -n %{c_lib} -p /sbin/ldconfig @@ -62,11 +62,12 @@ %files -n %{c_lib} %license LICENSE.txt %{_libdir}/libjodycode.so.4 -%{_libdir}/libjodycode.so.4.0 +%{_libdir}/libjodycode.so.%{version} %files -n libjodycode-devel %doc CHANGES.txt README.md %{_includedir}/libjodycode.h %{_libdir}/libjodycode.so -%{_mandir}/man7/libjodycode.7%{?ext_man} +%{_mandir}/man3/libjodycode.3%{?ext_man} +%{_libdir}/libjodycode.a ++++++ v4.0.tar.gz -> v4.1.2.tar.gz ++++++ ++++ 2921 lines of diff (skipped)
