Move to Xapian 1.4.7
This commit is contained in:
parent
401e01b953
commit
e9ae0da048
|
@ -12,8 +12,8 @@ class Xapian(Dependency):
|
||||||
name = "xapian-core"
|
name = "xapian-core"
|
||||||
|
|
||||||
class Source(ReleaseDownload):
|
class Source(ReleaseDownload):
|
||||||
archive = Remotefile('xapian-core-1.4.5.tar.xz',
|
archive = Remotefile('xapian-core-1.4.7.tar.xz',
|
||||||
'85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b')
|
'13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3')
|
||||||
patches = ['xapian_sys_types.patch']
|
patches = ['xapian_sys_types.patch']
|
||||||
|
|
||||||
class Builder(MakeBuilder):
|
class Builder(MakeBuilder):
|
||||||
|
|
|
@ -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
|
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.5/backends/glass/glass_dbcheck.h 2017-10-16 04:32:24.000000000 +0200
|
--- xapian-core-1.4.7/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
|
+++ xapian-core-1.4.7.patched/backends/glass/glass_dbcheck.h 2018-06-13 14:55:58.574898188 +0200
|
||||||
@@ -24,7 +24,7 @@
|
@@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "xapian/types.h"
|
#include "xapian/types.h"
|
||||||
|
|
Loading…
Reference in New Issue