1.25 packaging

This commit is contained in:
Jean-Francois Dockes 2019-02-15 09:10:21 +01:00
parent ed4a70c19e
commit 1000387a0a
4 changed files with 20 additions and 7 deletions

View File

@ -1,8 +1,16 @@
recoll (1.25.0pre0-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
recoll (1.25.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Not a release: 1.25 development and testing
-- Jean-Francois Dockes <jf@dockes.org> Wed, 13 Jun 2018 08:38:00 +0200
* New release 1.25.3
* New GUI term completion tool, fetching from search history and index
terms.
* All Python scripts converted to Python3 and using it by default.
* XML formats formerly using xsltproc now handled internally through
libxml2 and libxslt.
* Better support for mountable volumes: empty elements of topdirs are
ignored (the corresponding index data is not purged).
* GUI: remember and manage maximized state.
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Feb 2019 08:42:00 +0100
recoll (1.24.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low

View File

@ -14,6 +14,7 @@ Build-Depends: autotools-dev,
python-dev (>= 2.6.6-3~),
python3-all-dev,
qt5-qmake,
qt5-default,
qtbase5-dev
X-Python-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git

View File

@ -1,3 +1,9 @@
kio-recoll (1.25.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.25.3.
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Feb 2019 08:55:00 +0100
kio-recoll (1.24.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* New release 1.24.1.

View File

@ -3,14 +3,13 @@
Summary: Desktop full text search tool with Qt GUI
Name: recoll
Version: 1.23.7
Version: 1.25.3
Release: 2%{?dist}
Group: Applications/Databases
License: GPLv2+
URL: http://www.lesbonscomptes.com/recoll/
Source0: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
Source10: qmake-qt5.sh
Patch0: recoll-simpleregexp-vector-provision.patch
BuildRequires: aspell-devel
BuildRequires: bison
BuildRequires: desktop-file-utils
@ -44,7 +43,6 @@ displayed in Konqueror.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p2
%build
CFLAGS="%{optflags}"; export CFLAGS