debian package version

This commit is contained in:
Jean-Francois Dockes 2022-06-28 14:34:37 +02:00
parent 2831993e19
commit 96ebb369a5
2 changed files with 12 additions and 5 deletions

View File

@ -11,10 +11,10 @@
PPA_KEYID=7808CE96D38B9201
RCLVERS=1.32.1
RCLVERS=1.32.3
SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1
PPAVERS=2
PPAVERS=1
#
#Y=/y
@ -28,7 +28,7 @@ case $RCLVERS in
[23]*) PPANAME=recollexp-ppa;;
*) PPANAME=recoll15-ppa;;
esac
# PPANAME=recollexp-ppa
PPANAME=recollexp1-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep
@ -50,7 +50,7 @@ check_recoll_orig()
####### QT
debdir=debian
series="bionic focal impish jammy"
series=
series=focal
if test "X$series" != X ; then
check_recoll_orig
@ -86,7 +86,7 @@ done
### KIO.
series="bionic focal impish jammy"
#series=
series=
debdir=debiankio
topdir=kio-recoll-${RCLVERS}

View File

@ -1,3 +1,10 @@
recoll (1.32.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix issues when opening a file with %F (parent of subdocument): avoid creating a temporary file
when this can be avoided.
-- Jean-Francois Dockes <jf@dockes.org> Tue, 21 Jun 2022 20:51:00 +0200
recoll (1.32.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Restore result list popup menu function when using webengine. This was broken in 1.32.1.