bump version
This commit is contained in:
parent
6bb1eec06b
commit
45324033b3
@ -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}
|
||||
|
||||
@ -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 <jf@dockes.org> 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.
|
||||
|
||||
@ -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 <jf@dockes.org> Sun, 07 Aug 2022 17:42:00 +0200
|
||||
|
||||
kio-recoll (1.32.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* Follow
|
||||
|
||||
@ -1 +1 @@
|
||||
1.32.5
|
||||
1.32.6
|
||||
|
||||
@ -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 */
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user