1.25 packaging
This commit is contained in:
parent
ed4a70c19e
commit
1000387a0a
@ -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
|
* 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> Wed, 13 Jun 2018 08:38:00 +0200
|
-- Jean-Francois Dockes <jf@dockes.org> Fri, 15 Feb 2019 08:42:00 +0100
|
||||||
|
|
||||||
recoll (1.24.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
recoll (1.24.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
|
|||||||
@ -14,6 +14,7 @@ Build-Depends: autotools-dev,
|
|||||||
python-dev (>= 2.6.6-3~),
|
python-dev (>= 2.6.6-3~),
|
||||||
python3-all-dev,
|
python3-all-dev,
|
||||||
qt5-qmake,
|
qt5-qmake,
|
||||||
|
qt5-default,
|
||||||
qtbase5-dev
|
qtbase5-dev
|
||||||
X-Python-Version: >= 3.4
|
X-Python-Version: >= 3.4
|
||||||
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git
|
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git
|
||||||
|
|||||||
@ -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
|
kio-recoll (1.24.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* New release 1.24.1.
|
* New release 1.24.1.
|
||||||
|
|||||||
@ -3,14 +3,13 @@
|
|||||||
|
|
||||||
Summary: Desktop full text search tool with Qt GUI
|
Summary: Desktop full text search tool with Qt GUI
|
||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 1.23.7
|
Version: 1.25.3
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.lesbonscomptes.com/recoll/
|
URL: http://www.lesbonscomptes.com/recoll/
|
||||||
Source0: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
|
Source0: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
|
||||||
Source10: qmake-qt5.sh
|
Source10: qmake-qt5.sh
|
||||||
Patch0: recoll-simpleregexp-vector-provision.patch
|
|
||||||
BuildRequires: aspell-devel
|
BuildRequires: aspell-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -44,7 +43,6 @@ displayed in Konqueror.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}"; export CFLAGS
|
CFLAGS="%{optflags}"; export CFLAGS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user