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 3bcf7783b630f6fa3b23f72088984d386d717f13..a93c9d9bcae74bff0d534bbad3f1234a07ca4649 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 19d0d871a48599f49d9480d569bb356ee2b21a09..44e29588c73055fe37e5340dc8a69277db9d7e44 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