From d920fd377a9645636d64e4476138e860524bbbd9 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 9 Aug 2022 09:10:28 +0200 Subject: [PATCH] bumped version for forgotten file in dist --- packaging/debian/buildppa.sh | 2 +- packaging/debian/debian/changelog | 2 +- packaging/debian/debiankio/changelog | 2 +- src/Makefile.am | 5 ++--- src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-mac.h | 4 ++-- src/common/autoconfig-win.h | 4 ++-- 7 files changed, 10 insertions(+), 11 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index e80e9340..ff7997d5 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -11,7 +11,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.32.6 +RCLVERS=1.32.7 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=1 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 5780e5de..ba837873 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 arch linux). diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 7a40162f..8f9a400f 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -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 arch). diff --git a/src/Makefile.am b/src/Makefile.am index d71bc10e..76e1d4e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -336,8 +336,6 @@ recollq_LDADD = librecoll.la xadump_SOURCES = query/xadump.cpp 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 = \ 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/kio_recoll.cpp \ 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/recollnolist.protocol \ -kde/kioslave/kio_recoll/recoll.protocol \ \ kde/kioslave/kio_recoll-kde4/00README.txt \ kde/kioslave/kio_recoll-kde4/CMakeLists.txt \ diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 5d245052..54e26a52 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.32.6 +1.32.7 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index de8267a6..2031d968 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.6" +#define PACKAGE_STRING "Recoll 1.32.7" /* 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.6" +#define PACKAGE_VERSION "1.32.7" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index c52f1da9..502dd524 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.6" +#define PACKAGE_STRING "Recoll 1.32.7" /* 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.6" +#define PACKAGE_VERSION "1.32.7" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */