From 04335a11d788acbe7030d7a6719f19de35875198 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 25 Sep 2022 20:28:35 +0200 Subject: [PATCH] oops forgotten -lmagic in Makefile --- packaging/debian/buildppa.sh | 6 +++--- packaging/debian/debian/changelog | 15 +++++++++++++++ src/Makefile.am | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 814135e8..418d53f9 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -12,7 +12,7 @@ SERIES="bionic focal jammy kinetic" PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.33.0 +RCLVERS=1.33.1 SCOPEVERS=1.20.2.4 GSSPVERS=1.1.1 PPAVERS=1 @@ -25,8 +25,8 @@ SCOPESRC=${Y}/home/dockes/projets/fulltext/unity-scope-recoll GSSPSRC=${Y}/home/dockes/projets/fulltext/gssp-recoll RCLDOWNLOAD=${Y}/home/dockes/projets/lesbonscomptes/recoll -PPANAME=recoll15-ppa;; -#PPANAME=recollexp1-ppa +PPANAME=recoll15-ppa +PPANAME=recollexp1-ppa #PPANAME=recoll-webengine-ppa echo "PPA: $PPANAME. Type CR if Ok, else ^C" diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 02603bb3..d7cf188c 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,5 +1,20 @@ recoll (1.33.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + * Small updates to the build files to accomodate the new rclgrep utility. + * New textunknownasplain configuration variable to index all files with no known association + but identified as text/xxx by the "file" or "xdg-mime" command. + * Make sure that a single double-quoted word is not stem-expanded (act as if it was + capitalized). Expanding a quoted term is unexpected. + * Apply stemming to terms containing a single dash. These were not expanded before. + * Linux real time: fix monitoring under topdirs members which are symbolic links. + * Fix the GUI simple search which was broken in 1.33.0 when switching filters on/off + * Exclude Tamil characters from unac processing (experimental for now). + * Windows GUI directory side filters: the computed paths were wrong on Windows. + + -- Jean-Francois Dockes Sun, 25 Sep 2022 19:19:00 +0200 + +recoll (1.33.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + * Query processing: simplify queries a bit more before sending to Xapian, allows using OP_FILTER for path filtering. -> Medium version bump. * GUI: allow specifying a fixed geometry for the results list viewport by setting diff --git a/src/Makefile.am b/src/Makefile.am index 4734060c..14dee338 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -294,7 +294,7 @@ AM_YFLAGS = -d # need it librecoll_la_LDFLAGS = -release $(VERSION) -no-undefined @NO_UNDEF_LINK_FLAG@ -librecoll_la_LIBADD = $(XSLT_LIBS) $(XAPIAN_LIBS) $(LIBICONV) $(X_LIBX11) -lmagic $(LIBTHREADS) +librecoll_la_LIBADD = $(XSLT_LIBS) $(XAPIAN_LIBS) $(LIBICONV) $(X_LIBX11) $(LIBTHREADS) # There is probably a better way to do this. The KIO needs to be linked # with librecoll, but librecoll is installed into a non-standard place