forked from pool/aqbanking
Accepting request 792363 from home:cgiboudeaux:office
- Update to 6.1.4 * AqOfxConnect: Improved handling of ENV var AQOFX_LOG_COMM This var can now also take the path of the log file to use. * OFX: Added maintainable version of OFX1 * HBCI: Added first implementation of HKPSA - Check the ChangeLog file for the complete list of changes. OBS-URL: https://build.opensuse.org/request/show/792363 OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=28
This commit is contained in:
parent
c3d8a3e9e9
commit
d81c0f6e8b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b54c70a8ab1bd5537d8b26d05a9e44db0600b64d8cbb63c34018dee11f67190
|
||||
size 2553681
|
3
aqbanking-6.1.4.tar.gz
Normal file
3
aqbanking-6.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3c07a466de96e38b14df7b096304886c8b2b3921f41fd6ab47d3a6cd36431d9
|
||||
size 2573661
|
11
aqbanking-6.1.4.tar.gz.asc
Normal file
11
aqbanking-6.1.4.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEQkAK9esqF/Cmm7VR6YmdeEqXdBYFAl56Y2cACgkQ6YmdeEqX
|
||||
dBYmSAgAhXMuDNkTMlcFxQoJsD3TpIJHeD5KQJqDEMip8Vi8/cfNYJbLhmqicvmT
|
||||
dSZDE7/rkSICND+AGtQGroIcKeT7U7eSXNVRW6blGNgNtxrvO7QH5/mS9iIjzoUB
|
||||
EBSngFx/h+CS30QGwUVeCT+9RZdJpFhCJogKnQj5p+rNFWrJQbeNSKGxKB5C6BLy
|
||||
gAY+hC83TdyHwyfCUf3dBNcQtv4eFjF9c4Xvjl18DpsAvlL1kyT7YKbELOZyXnUE
|
||||
K9UFl6fgmR97Zr74wIhHW82VgCw3kqUV1lVhBXqx0Vf2YSGnO1/kjklOeMweYnnj
|
||||
nXQULZmb/xUQteOFZgU+hC9FIMBj+w==
|
||||
=fpv8
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 07:19:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 6.1.4
|
||||
* AqOfxConnect: Improved handling of ENV var AQOFX_LOG_COMM
|
||||
This var can now also take the path of the log file to use.
|
||||
* OFX: Added maintainable version of OFX1
|
||||
* HBCI: Added first implementation of HKPSA
|
||||
- Check the ChangeLog file for the complete list of changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 12:43:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -28,14 +28,15 @@
|
||||
%define qb_cfgmoddir %{fronts_libdir}/qbanking/cfgmodules
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
Name: aqbanking
|
||||
Version: 6.1.2
|
||||
Version: 6.1.4
|
||||
Release: 0
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Productivity/Office/Finance
|
||||
URL: https://www.aquamaniac.de/aqbanking/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: aqbanking6-handbook-20190221.pdf
|
||||
Source1: %{name}-%{version}.tar.gz.asc
|
||||
Source2: aqbanking6-handbook-20190221.pdf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
@ -148,7 +149,7 @@ rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
|
||||
|
||||
# Install the handbook
|
||||
mkdir -p %{buildroot}/%{_docdir}/%{name}
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{_docdir}/%{name}/aqbanking-handbook.pdf
|
||||
install -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/aqbanking-handbook.pdf
|
||||
%find_lang %{_name}
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user