From 96ebb369a55fa33c74614cc7586d9b6167088023 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 28 Jun 2022 14:34:37 +0200 Subject: [PATCH] debian package version --- packaging/debian/buildppa.sh | 10 +++++----- packaging/debian/debian/changelog | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 379adf0b..b801b54b 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -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} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index d4a8d91b..8f0ec19d 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 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.