diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 85bc2390..e80e9340 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -11,7 +11,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.32.5 +RCLVERS=1.32.6 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=1 @@ -50,7 +50,7 @@ check_recoll_orig() ####### QT debdir=debian series="bionic focal impish jammy" -#series="focal jammy" +series= if test "X$series" != X ; then check_recoll_orig @@ -86,7 +86,7 @@ done ### KIO. series="bionic focal impish jammy" -series= +series=jammy debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 6f704b59..5780e5de 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,13 @@ +recoll (1.32.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * kio_recoll: updated to work with newer kf5 versions (it seems that 5.96 broke it at least on + arch linux). + * rclaudio: fix extracting comment fields from flac files. + * Python code preview: get rid of spurious encoding value output. + * Fix glitch in Qt GUI when between list and table display. + + -- Jean-Francois Dockes Sun, 07 Aug 2022 17:42:00 +0200 + recoll (1.32.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * GUI: switch to using Qt-Webengine instead of Qt-Webkit because of CSS support issues in Webkit. diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 54b1852e..7a40162f 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,10 @@ +kio-recoll (1.32.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Updated kio_recoll to work with newer kf5 versions (it seems that 5.96 broke it at least on + arch). + + -- Jean-Francois Dockes Sun, 07 Aug 2022 17:42:00 +0200 + kio-recoll (1.32.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 949ff320..5d245052 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.32.5 +1.32.6 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index 7b82b883..de8267a6 100644 --- a/src/common/autoconfig-mac.h +++ b/src/common/autoconfig-mac.h @@ -125,7 +125,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.32.1" +#define PACKAGE_STRING "Recoll 1.32.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -134,7 +134,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.32.1" +#define PACKAGE_VERSION "1.32.6" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 11f56218..c52f1da9 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -118,7 +118,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.32.4" +#define PACKAGE_STRING "Recoll 1.32.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -127,7 +127,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.32.4" +#define PACKAGE_VERSION "1.32.6" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */