From e9ae0da048afa764d3a58407692e92b5336e23bb Mon Sep 17 00:00:00 2001 From: Kelson Date: Fri, 14 Sep 2018 08:23:52 +0200 Subject: [PATCH] Move to Xapian 1.4.7 --- kiwixbuild/dependencies/xapian.py | 4 ++-- kiwixbuild/patches/xapian_sys_types.patch | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kiwixbuild/dependencies/xapian.py b/kiwixbuild/dependencies/xapian.py index d3b736a..5816645 100644 --- a/kiwixbuild/dependencies/xapian.py +++ b/kiwixbuild/dependencies/xapian.py @@ -12,8 +12,8 @@ class Xapian(Dependency): name = "xapian-core" class Source(ReleaseDownload): - archive = Remotefile('xapian-core-1.4.5.tar.xz', - '85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b') + archive = Remotefile('xapian-core-1.4.7.tar.xz', + '13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3') patches = ['xapian_sys_types.patch'] class Builder(MakeBuilder): diff --git a/kiwixbuild/patches/xapian_sys_types.patch b/kiwixbuild/patches/xapian_sys_types.patch index 6a78712..b1ee138 100644 --- a/kiwixbuild/patches/xapian_sys_types.patch +++ b/kiwixbuild/patches/xapian_sys_types.patch @@ -1,6 +1,6 @@ -diff -ur xapian-core-1.4.5/backends/glass/glass_dbcheck.h xapian-core-1.4.5.patched/backends/glass/glass_dbcheck.h ---- xapian-core-1.4.5/backends/glass/glass_dbcheck.h 2017-10-16 04:32:24.000000000 +0200 -+++ xapian-core-1.4.5.patched/backends/glass/glass_dbcheck.h 2018-06-13 14:55:58.574898188 +0200 +diff -ur xapian-core-1.4.7/backends/glass/glass_dbcheck.h xapian-core-1.4.7.patched/backends/glass/glass_dbcheck.h +--- xapian-core-1.4.7/backends/glass/glass_dbcheck.h 2017-10-16 04:32:24.000000000 +0200 ++++ xapian-core-1.4.7.patched/backends/glass/glass_dbcheck.h 2018-06-13 14:55:58.574898188 +0200 @@ -24,7 +24,7 @@ #include "xapian/types.h"