forked from pool/xapian-core
This commit is contained in:
parent
7e09da096d
commit
1bc4efc824
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63f48758fbd13fa8456dd4cf9bf3ec35a096e4290f14a51ac7df23f78c162d3f
|
||||
size 3202560
|
@ -1,17 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQIcBAABAgAGBQJVXYmwAAoJEBgUewc7rSsHL1wP/RUsxFiyBeMWsSX5wWP2ppQt
|
||||
ga+fv80U3rwNNG4bA57xIA6JLvfVsw0mlzmQVtR39YFDho7QOJ2p1kG36wLws4nA
|
||||
lgAupzMfGz5hXT0MOdZitFQzAzDH0HwOaKRsXKUt4ZmE0NJVNbFkvM2+8ekUoyYt
|
||||
RKqNJcUKiCsx1+77m9n6cKp6DA0Ytze1QiWAgCZiFqfQFXUfWJSdUpBalZKTPGBN
|
||||
ZYIU1+ObVRg9yolTeX8uNbioSJ7aPANrKv9CCGl+BVVZPzlU3mqY9t9lkHl/C/+u
|
||||
lirW0+UHRRv9HXpGnoUA6fT+F7jqDt3ks9MShK7h2WGENcXNMOlkdOSK4fprlgyU
|
||||
HSxpKiEhUg8yDXEdbjsntZ61HDF86hbpbQiwI4pxAvTycb95UBSIBGgITSLUbf+3
|
||||
RtVFarAVRBiRLScJmyweYwk2PdZ5BTG65CWNk91bERDgV93+vIIjnJlp2RQpiHMt
|
||||
mQpWZvtMJdnzCDnCMISCQBsSPpagj01DCpxOh8M1ckJLKCdZe7tFDTaOl4V3M24z
|
||||
02oyZE3hyRcbmdDnnZAZXOrVFLTRqle3zs/mkqYz2onQANcKmBgk7st/r/kwLATe
|
||||
aaOuyZeJCFY3v+wOKh8p9uQHsR2vd0y5MqgjGm09tnTK1ZOuZZ0L9/ibdPsQ4zNf
|
||||
Pu23DudGdEfpprRSknl4
|
||||
=VprO
|
||||
-----END PGP SIGNATURE-----
|
3
xapian-core-1.2.23.tar.xz
Normal file
3
xapian-core-1.2.23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9783aeae4e1a6d06e5636b270db4b458a7d0804a31da158269f57fa5dc86347d
|
||||
size 3206452
|
17
xapian-core-1.2.23.tar.xz.asc
Normal file
17
xapian-core-1.2.23.tar.xz.asc
Normal file
@ -0,0 +1,17 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQIcBAABAgAGBQJW+m5BAAoJEBgUewc7rSsHR9UQAKdxKwV+dSOdYyYbESFJrZjC
|
||||
8oQApW7p1Q2HmyP/K/FIxXKJiKSAVXADVFoaG/cI5edAOzr/O2sqznCIhgmt4FhV
|
||||
Nh1UtmQp1dxh+X2ObokUTzBAxRL/wa7HLgIB+9yCLTCa4To1guXowsUCrDMkLO9/
|
||||
pLePVbefKGEkHZbr1x04Hvq0iEsHkL4iRs1Xlu/ZMVhaaTflXPGzm//k0YpHZaxv
|
||||
xfd07gUOS51pEW3s53oga/1IdgoKKHYG1To8AoXuFt/1PwQXfmeXSFI/HlRHdtBF
|
||||
BGz3GCmtleOrkEZusoWctjcKMO8gzNTpZnEO4fTnnqufDiorXlpMdp/8IDN25w8y
|
||||
HKq4mCaGVanAelCvt2wyndFw8rAwKBqzRHGNi+IHO9vB2UOPvqlU6jBGpYl9Dnhs
|
||||
x61FKKsDzPNGxz8Ttnpc7qkIhnPyAfHlGqF/MZj6Rn4J63PyGqdWEa5OqkibcCuI
|
||||
3CO8F9+6C9oj5HAkMh3dJrOU3d2EDlWHz83DSThwiSGYzpxvQ+TTRrshcNJuQP6H
|
||||
r8Y00PtUzpZ3jF0og87/+jgp63YjHprKVqaP7oJkukpaysa91JlkCMw5vxqlyG+2
|
||||
hgKu5eEL8lCUbkJUUsF+dW6FCRe/KBw2BgFX4i6uLIyvb8AU7pH9fsWy6LjA6OgW
|
||||
BOJzFjuxLoQNFhfOHuUj
|
||||
=AR5t
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 07:07:04 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 1.2.23
|
||||
* API
|
||||
+ PostingSource: Public member variables are now wrapped by methods
|
||||
* chert backend
|
||||
+ xapian-check now performs additional consistency checks for chert.
|
||||
* omega
|
||||
+ Fix HTML/XML entity decoding to be O(n) not O(n²) - indexing
|
||||
HTML/XML with a lot of entities is now much faster.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 08:54:55 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xapian-core
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xapian-core
|
||||
Version: 1.2.21
|
||||
Version: 1.2.23
|
||||
Release: 0
|
||||
Summary: The Xapian Probabilistic Information Retrieval Library
|
||||
License: GPL-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user