Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzim for openSUSE:Factory checked in at 2025-05-22 16:56:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzim (Old) and /work/SRC/openSUSE:Factory/.libzim.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzim" Thu May 22 16:56:32 2025 rev:2 rq:1279050 version:9.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzim/libzim.changes 2024-12-11 21:09:24.125654598 +0100 +++ /work/SRC/openSUSE:Factory/.libzim.new.2732/libzim.changes 2025-05-22 16:57:01.290300960 +0200 @@ -1,0 +2,12 @@ +Wed May 21 13:51:15 UTC 2025 - Martin Pluskal <mplus...@suse.com> + +- Update to version 9.3.0: + * Make the cache configurable by cpp API (@mgautierfr #950) + * Remove old ZIM (v0) titleindex (title pointer list) (@mgautierfr #949,@veloman-yunkan #969) + * Fixed ZIM title indexing of items with title identical to the item's path (@veloman-yunkan #968) + * Fixed ZIM suggestions for a single-word-followed-by-space query (@veloman-yunkan #953) + * Testing based on latest zim-testing-suite 0.8.0 (@veloman-yunkan #971) + * Fix compilation on NetBSD because MAP_POPULATE & pread64() undefined (@leleliu008 #928 #929) + * Upload GitHub workflows (@kelson42 #940 #942 #970) + +------------------------------------------------------------------- Old: ---- libzim-9.2.3.tar.gz New: ---- libzim-9.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzim.spec ++++++ --- /var/tmp/diff_new_pack.1r2up3/_old 2025-05-22 16:57:01.738320191 +0200 +++ /var/tmp/diff_new_pack.1r2up3/_new 2025-05-22 16:57:01.738320191 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzim # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 9 Name: libzim -Version: 9.2.3 +Version: 9.3.0 Release: 0 Summary: Reference implementation for the ZIM file format License: GPL-2.0-or-later ++++++ 936.patch ++++++ --- /var/tmp/diff_new_pack.1r2up3/_old 2025-05-22 16:57:01.758321050 +0200 +++ /var/tmp/diff_new_pack.1r2up3/_new 2025-05-22 16:57:01.762321221 +0200 @@ -1,4 +1,4 @@ -From 48c8c3fa7ad7a54f6df9a5be2676d189bbaf0022 Mon Sep 17 00:00:00 2001 +From 2c4789b37bd4ad5074a3c5c675db90201576471c Mon Sep 17 00:00:00 2001 From: Michael Cho <mich...@michaelcho.dev> Date: Thu, 31 Oct 2024 11:12:07 -0400 Subject: [PATCH] Fix build with ICU 76 @@ -15,7 +15,7 @@ 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index eeb89981..79e97f46 100644 +index 53664e95..bd47b03a 100644 --- a/meson.build +++ b/meson.build @@ -77,9 +77,15 @@ else ++++++ libzim-9.2.3.tar.gz -> libzim-9.3.0.tar.gz ++++++ ++++ 2561 lines of diff (skipped)