From efaa4796b14d9f7f3a9f09ad7319bc72b5e31913 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 13 Sep 2020 15:32:31 +0200 Subject: [PATCH] version bump --- packaging/debian/buildppa.sh | 10 +++++----- packaging/debian/debian/changelog | 12 ++++++++++++ packaging/debian/debiankio/changelog | 12 ++++++++++++ src/VERSION | 2 +- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index d741ca4a..d4b9f820 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.27.5 +RCLVERS=1.27.6 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 @@ -49,7 +49,7 @@ debdir=debian # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 -series="xenial bionic focal" +series="xenial bionic focal groovy" series= if test "X$series" != X ; then @@ -89,8 +89,8 @@ done # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 -series="xenial bionic focal" -#series= +series="xenial bionic focal groovy" +# series= debdir=debiankio topdir=kio-recoll-${RCLVERS} @@ -133,7 +133,7 @@ done # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 -series="xenial bionic focal" +series="xenial bionic focal groovy" series= debdir=debiangssp diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 3306e08e..6f3dfb02 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,15 @@ +recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Process PDF annotations if the poppler-glib Python bindings are available + * Fix build error with some compiler versions + * Fix inconsistent lock file name issue which could result in background + indexer exit. + * recollq: new -p option to show snippets lists instead of abstracts with + -A + * Fix nonumbers option. + + -- Jean-Francois Dockes Sun, 13 Sep 2020 13:29:00 +0200 + recoll (1.27.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Misc small fixes. diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index f4171d0a..67d94bac 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,15 @@ +kio-recoll (1.27.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Process PDF annotations if the poppler-glib Python bindings are available + * Fix build error with some compiler versions + * Fix inconsistent lock file name issue which could result in background + indexer exit. + * recollq: new -p option to show snippets lists instead of abstracts with + -A + * Fix nonumbers option. + + -- Jean-Francois Dockes Sun, 13 Sep 2020 13:29:00 +0200 + kio-recoll (1.27.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Misc small fixes. diff --git a/src/VERSION b/src/VERSION index 2a5aed46..127aeda7 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.6 +1.27.7