This commit is contained in:
Jean-Francois Dockes 2019-05-22 09:40:47 +02:00
parent e63ce00935
commit a8cdc639c4
4 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
PPA_KEYID=D38B9201
RCLVERS=1.25.16~pre1
RCLVERS=1.25.16~pre3
SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0
PPAVERS=5
@ -49,7 +49,7 @@ debdir=debian
# No new releases for trusty either because of risk of kio compat (kio
# wont build)
series="xenial bionic cosmic disco"
series=xenial
series=bionic
if test "X$series" != X ; then
check_recoll_orig

View File

@ -1,8 +1,8 @@
recoll (1.25.16~pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
recoll (1.25.16~pre3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Small improvements in synonyms handling
-- Jean-Francois Dockes <jf@dockes.org> Wed, 11 Apr 2019 15:52:00 +0200
-- Jean-Francois Dockes <jf@dockes.org> Wed, 22 May 2019 09:13:00 +0200
recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low

View File

@ -1 +1 @@
1.25.16~pre2
1.25.16~pre3

View File

@ -189,7 +189,7 @@ bool SynGroups::setfile(const string& fn)
}
# Some stats
LOGDEB("SynGroups::setfile: got " << m_groups.size() <<
" distinct terms." << endl;
" distinct terms." << endl);
m->ok = true;
m->setpath(fn);
return true;