bumped version for forgotten file in dist

This commit is contained in:
Jean-Francois Dockes 2022-08-09 09:10:28 +02:00
parent 45324033b3
commit d920fd377a
7 changed files with 10 additions and 11 deletions

View File

@ -11,7 +11,7 @@
PPA_KEYID=7808CE96D38B9201 PPA_KEYID=7808CE96D38B9201
RCLVERS=1.32.6 RCLVERS=1.32.7
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
GSSPVERS=1.1.1 GSSPVERS=1.1.1
PPAVERS=1 PPAVERS=1

View File

@ -1,4 +1,4 @@
recoll (1.32.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.32.7-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 * kio_recoll: updated to work with newer kf5 versions (it seems that 5.96 broke it at least on
arch linux). arch linux).

View File

@ -1,4 +1,4 @@
kio-recoll (1.32.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low kio-recoll (1.32.7-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 * Updated kio_recoll to work with newer kf5 versions (it seems that 5.96 broke it at least on
arch). arch).

View File

@ -336,8 +336,6 @@ recollq_LDADD = librecoll.la
xadump_SOURCES = query/xadump.cpp xadump_SOURCES = query/xadump.cpp
xadump_LDADD = librecoll.la $(LIBXAPIAN) $(LIBICONV) xadump_LDADD = librecoll.la $(LIBXAPIAN) $(LIBICONV)
# Note: I'd prefer the generated query parser files not to be distributed
# at all, but failed to achieve this
EXTRA_DIST = \ EXTRA_DIST = \
bincimapmime/00README.recoll bincimapmime/AUTHORS bincimapmime/COPYING \ bincimapmime/00README.recoll bincimapmime/AUTHORS bincimapmime/COPYING \
\ \
@ -369,9 +367,10 @@ kde/kioslave/kio_recoll/dirif.cpp \
kde/kioslave/kio_recoll/htmlif.cpp \ kde/kioslave/kio_recoll/htmlif.cpp \
kde/kioslave/kio_recoll/kio_recoll.cpp \ kde/kioslave/kio_recoll/kio_recoll.cpp \
kde/kioslave/kio_recoll/kio_recoll.h \ kde/kioslave/kio_recoll/kio_recoll.h \
kde/kioslave/kio_recoll/recoll.json \
kde/kioslave/kio_recoll/recoll.protocol \
kde/kioslave/kio_recoll/recollf.protocol \ kde/kioslave/kio_recoll/recollf.protocol \
kde/kioslave/kio_recoll/recollnolist.protocol \ kde/kioslave/kio_recoll/recollnolist.protocol \
kde/kioslave/kio_recoll/recoll.protocol \
\ \
kde/kioslave/kio_recoll-kde4/00README.txt \ kde/kioslave/kio_recoll-kde4/00README.txt \
kde/kioslave/kio_recoll-kde4/CMakeLists.txt \ kde/kioslave/kio_recoll-kde4/CMakeLists.txt \

View File

@ -1 +1 @@
1.32.6 1.32.7

View File

@ -125,7 +125,7 @@
#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.32.6" #define PACKAGE_STRING "Recoll 1.32.7"
/* 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"
@ -134,7 +134,7 @@
#define PACKAGE_URL "" #define PACKAGE_URL ""
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.32.6" #define PACKAGE_VERSION "1.32.7"
/* putenv parameter is const */ /* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */ /* #undef PUTENV_ARG_CONST */

View File

@ -118,7 +118,7 @@
#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.32.6" #define PACKAGE_STRING "Recoll 1.32.7"
/* 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"
@ -127,7 +127,7 @@
#define PACKAGE_URL "" #define PACKAGE_URL ""
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.32.6" #define PACKAGE_VERSION "1.32.7"
/* putenv parameter is const */ /* putenv parameter is const */
/* #undef PUTENV_ARG_CONST */ /* #undef PUTENV_ARG_CONST */