bumped version ->1.25.18

This commit is contained in:
Jean-Francois Dockes 2019-05-27 17:08:43 +02:00
parent 2c9bc17587
commit 0101e6e160
5 changed files with 11 additions and 5 deletions

View File

@ -6,7 +6,7 @@
PPA_KEYID=D38B9201 PPA_KEYID=D38B9201
RCLVERS=1.25.17 RCLVERS=1.25.18
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
GSSPVERS=1.0.0 GSSPVERS=1.0.0
PPAVERS=1 PPAVERS=1

View File

@ -1,3 +1,9 @@
recoll (1.25.18-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* GUI: fixed webengine result list for newer qt versions (5.12 ok)
-- Jean-Francois Dockes <jf@dockes.org> Mon, 27 May 2019 17:07:00 +0200
recoll (1.25.17-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.25.17-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fixed bug in snippets generation, possibly discarding the best snippets. * Fixed bug in snippets generation, possibly discarding the best snippets.

View File

@ -3,7 +3,7 @@
Summary: Desktop full text search tool with Qt GUI Summary: Desktop full text search tool with Qt GUI
Name: recoll Name: recoll
Version: 1.25.17 Version: 1.25.18
Release: 2%{?dist} Release: 2%{?dist}
Group: Applications/Databases Group: Applications/Databases
License: GPLv2+ License: GPLv2+

View File

@ -1 +1 @@
1.25.17 1.25.18

View File

@ -112,10 +112,10 @@ overriden in the c++ code by ifdefs _WIN32 anyway */
#define PACKAGE_NAME "Recoll" #define PACKAGE_NAME "Recoll"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "Recoll 1.25.16" #define PACKAGE_STRING "Recoll 1.25.18"
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.25.16" #define PACKAGE_VERSION "1.25.18"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "recoll" #define PACKAGE_TARNAME "recoll"