From 7fd0db14e812e53d6982217d9f65bd6136e621cc Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 28 Dec 2020 14:23:01 +0100 Subject: [PATCH] bumped version --- packaging/debian/buildppa.sh | 9 ++++----- packaging/debian/debian/changelog | 6 ++++++ packaging/debian/debiankio/changelog | 8 ++++++++ src/VERSION | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 311e22fe..8c0064d1 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -12,7 +12,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.28.0pre4 +RCLVERS=1.28.1 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.0 PPAVERS=1 @@ -25,10 +25,9 @@ RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll case $RCLVERS in [23]*) PPANAME=recollexp-ppa;; - 1.14*) PPANAME=recoll-ppa;; *) PPANAME=recoll15-ppa;; esac -PPANAME=recollexp-ppa +#PPANAME=recollexp-ppa echo "PPA: $PPANAME. Type CR if Ok, else ^C" read rep @@ -52,7 +51,7 @@ check_recoll_orig() ####### QT debdir=debian series="xenial bionic focal groovy" -#series= +series= if test "X$series" != X ; then check_recoll_orig @@ -88,7 +87,7 @@ done ### KIO. series="xenial bionic focal groovy" -series= +#series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index a35dc276..4e65cc7c 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.28.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix build error caused by wasaStringToRcl interface change. + + -- Jean-Francois Dockes Mon, 28 Dec 2020 14:22:00 +0100 + recoll (1.28.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * GUI: add preferences options to hide most GUI elements except the result diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 8b3d0156..41a28e1e 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.28.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix build error caused by wasaStringToRcl interface change. + + -- Jean-Francois Dockes Mon, 28 Dec 2020 14:22:00 +0100 + kio-recoll (1.28.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * GUI: add preferences options to hide most GUI elements except the result @@ -12,6 +18,8 @@ kio-recoll (1.28.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fix bug in mail header processing. * Python extension: improve the Python Doc object. + -- Jean-Francois Dockes Sun, 27 Dec 2020 09:59:00 +0100 + kio-recoll (1.27.10-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Fix real-time indexer not working when topdirs was / diff --git a/src/VERSION b/src/VERSION index cfc73071..450a687b 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1