1.31.2 because of missing files in 1.31.1 dist
This commit is contained in:
parent
d00c300c03
commit
3ea7c0fe2a
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
PPA_KEYID=7808CE96D38B9201
|
PPA_KEYID=7808CE96D38B9201
|
||||||
|
|
||||||
RCLVERS=1.31.0
|
RCLVERS=1.31.2
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.1.1
|
GSSPVERS=1.1.1
|
||||||
PPAVERS=1
|
PPAVERS=1
|
||||||
@ -49,8 +49,8 @@ check_recoll_orig()
|
|||||||
|
|
||||||
####### QT
|
####### QT
|
||||||
debdir=debian
|
debdir=debian
|
||||||
series="bionic focal groovy hirsute"
|
series="bionic focal groovy hirsute impish"
|
||||||
series=
|
#series=
|
||||||
|
|
||||||
if test "X$series" != X ; then
|
if test "X$series" != X ; then
|
||||||
check_recoll_orig
|
check_recoll_orig
|
||||||
@ -85,7 +85,7 @@ done
|
|||||||
|
|
||||||
|
|
||||||
### KIO.
|
### KIO.
|
||||||
series="bionic focal groovy hirsute"
|
series="bionic focal groovy hirsute impish"
|
||||||
series=
|
series=
|
||||||
|
|
||||||
debdir=debiankio
|
debdir=debiankio
|
||||||
@ -125,8 +125,8 @@ for svers in $series ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
### GSSP
|
### GSSP
|
||||||
series="bionic focal groovy hirsute"
|
series="bionic focal groovy hirsute impish"
|
||||||
#series=
|
series=
|
||||||
|
|
||||||
debdir=debiangssp
|
debdir=debiangssp
|
||||||
if test ! -d ${debdir}/ ; then
|
if test ! -d ${debdir}/ ; then
|
||||||
|
|||||||
@ -1,3 +1,21 @@
|
|||||||
|
recoll (1.31.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Add support for .ipynb iPython/Jupyter notebook format.
|
||||||
|
* Implement Alt+/ shortcut to search the menu entries and possibly execute the result.
|
||||||
|
* Fix configuration GUI button margins on Mac OS.
|
||||||
|
* Add *.pyc __pycache__ .pytest_cache .tox and .direnv to the default skipped names list.
|
||||||
|
* Add /opt/homebrew/bin to the helper search path when built under Mac Homebrew.
|
||||||
|
* Linux: let recollindex adjust its OOM killer "badness" on startup.
|
||||||
|
* simple search: add Ctrl+H as keyboard shortcut for "show history".
|
||||||
|
* Renamed the fragment buttons configuration file from fragbuts.xml to fragment-buttons.xml.
|
||||||
|
* Zip archives: set the modification date attribute for members.
|
||||||
|
* ost/pst filter: fix not fetching the message dates.
|
||||||
|
* Anchored searches: remove unwarranted slack increase. The anchor term should behave like a
|
||||||
|
normal one for slack computations.
|
||||||
|
* Fix djvu issues on Windows.
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Mon, 11 Oct 2021 10:51:00 +0200
|
||||||
|
|
||||||
recoll (1.31.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.31.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* GUI: modified shortcuts were not read from the preferences !
|
* GUI: modified shortcuts were not read from the preferences !
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Build-Depends: bison,
|
|||||||
libxslt1-dev,
|
libxslt1-dev,
|
||||||
libz-dev,
|
libz-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python-all-dev (>= 2.6.6-3~),
|
python2-dev (>= 2.6.6-3~),
|
||||||
python-setuptools,
|
python-setuptools,
|
||||||
python3-all-dev,
|
python3-all-dev,
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
kio-recoll (1.31.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
* Follow recoll version
|
||||||
|
|
||||||
|
-- Jean-Francois Dockes <jf@dockes.org> Mon, 11 Oct 2021 10:55:00 +0200
|
||||||
|
|
||||||
kio-recoll (1.31.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
kio-recoll (1.31.0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* Follow recoll version
|
* Follow recoll version
|
||||||
|
|||||||
@ -388,6 +388,9 @@ kde/kioslave/kio_recoll-kde4/recoll.protocol \
|
|||||||
\
|
\
|
||||||
query/location.hh query/position.hh query/stack.hh \
|
query/location.hh query/position.hh query/stack.hh \
|
||||||
\
|
\
|
||||||
|
qtgui/actsearch.ui \
|
||||||
|
qtgui/actsearch_w.cpp \
|
||||||
|
qtgui/actsearch_w.h \
|
||||||
qtgui/advsearch.ui \
|
qtgui/advsearch.ui \
|
||||||
qtgui/advsearch_w.cpp \
|
qtgui/advsearch_w.cpp \
|
||||||
qtgui/advsearch_w.h \
|
qtgui/advsearch_w.h \
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.31.1
|
1.31.2
|
||||||
|
|||||||
@ -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.31.1"
|
#define PACKAGE_STRING "Recoll 1.31.2"
|
||||||
|
|
||||||
/* 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.31.1"
|
#define PACKAGE_VERSION "1.31.2"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
@ -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.31.1"
|
#define PACKAGE_STRING "Recoll 1.31.2"
|
||||||
|
|
||||||
/* 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.31.1"
|
#define PACKAGE_VERSION "1.31.2"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user