2 Commits

Author SHA256 Message Date
26a0380aa1 Accepting request 1279050 from Publishing
- 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)

OBS-URL: https://build.opensuse.org/request/show/1279050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzim?expand=0&rev=2
2025-05-22 14:56:32 +00:00
98f3d06f3b - 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)

OBS-URL: https://build.opensuse.org/package/show/Publishing/libzim?expand=0&rev=8
2025-05-21 13:56:23 +00:00
5 changed files with 19 additions and 7 deletions

View File

@@ -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 <michael@michaelcho.dev>
Date: Thu, 31 Oct 2024 11:12:07 -0400
Subject: [PATCH] Fix build with ICU 76
@@ -15,7 +15,7 @@ at https://mesonbuild.com/Reference-manual_functions.html#build_target
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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c6e7fcaf5bc82447edb12c6c573779af6d77b3b79227da57586e81c4e13f1bf
size 252745

3
libzim-9.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:791220e51e6a160d349491b9744ec1a9c1a104f11a79e8e73673daf242be69ed
size 255138

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 21 13:51:15 UTC 2025 - Martin Pluskal <mpluskal@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)
-------------------------------------------------------------------
Wed Dec 11 10:55:21 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -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