From bee582d577f286fdb15de53987a1e02bd76ad275 Mon Sep 17 00:00:00 2001 From: li_liguang Date: Fri, 12 Dec 2025 13:55:31 +0800 Subject: [PATCH] update to 1.4.30 --- xapian-core-1.4.29.tar.xz => xapian-core-1.4.30.tar.xz | 4 ++-- xapian-core.spec | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) rename xapian-core-1.4.29.tar.xz => xapian-core-1.4.30.tar.xz (32%) diff --git a/xapian-core-1.4.29.tar.xz b/xapian-core-1.4.30.tar.xz similarity index 32% rename from xapian-core-1.4.29.tar.xz rename to xapian-core-1.4.30.tar.xz index 3bcf778..a93c9d9 100644 --- a/xapian-core-1.4.29.tar.xz +++ b/xapian-core-1.4.30.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55c9bc8613ad3ec2c218eafca088c218ab7cddcba7ef08f3af0e542f4e521bc -size 3250704 +oid sha256:4edf9989499e8bc95085c9f7108ed41d69546c34c6eea81da0fa22d95043bf72 +size 3252336 diff --git a/xapian-core.spec b/xapian-core.spec index 19d0d87..44e2958 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,5 +1,5 @@ Name: xapian-core -Version: 1.4.29 +Version: 1.4.30 Release: 1 Summary: An Open Source Probabilistic Information Retrieval Library License: GPL-2.0-or-later @@ -72,6 +72,12 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_mandir}/man1/* %changelog +* Fri Dec 12 2025 liliguang - 1.4.30-1 +- update to 1.4.30 +- Fix compiler warnings in testsuite when building on AIX. +- The API docs still said DatabaseError was thrown for operations on a closed + database, but since 1.4.10 we throw its subclass DatabaseClosedError instead. + * Sun May 25 2025 Funda Wang - 1.4.29-1 - update to 1.4.29 -- Gitee