forked from pool/aqbanking
Accepting request 747445 from home:NicoK:branches:KDE:Extra
- Update to 5.99.44 + fixed crashes on Windows + small bug fix on synchronization of investment accounts + initial work on AqFinTS + add "chipTAN-QR" to the list of TAN method names (DKB uses "Q1S" as TAN method ID to designate chipTAN-QR; fortunately, the TAN method name "chipTAN-QR" is more expressive) + enable optical TAN methods for aqanking-cli and aqhbci-tool4 OBS-URL: https://build.opensuse.org/request/show/747445 OBS-URL: https://build.opensuse.org/package/show/Office/aqbanking?expand=0&rev=23
This commit is contained in:
parent
f0821e9dc6
commit
ecc11070f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a5071efcca80d4fc6680e9e6bb82965924a99fb01f64dd67ce47a413c6617ca
|
||||
size 2483513
|
3
aqbanking-5.99.44beta.tar.gz
Normal file
3
aqbanking-5.99.44beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abf1da7f4c0b6b83f7622351de4677bc4ec00b52a0cc9b2e556f14cfc743f2b1
|
||||
size 2515177
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 20:28:06 UTC 2019 - Nico Kruber <nico.kruber@gmail.com>
|
||||
|
||||
- Update to 5.99.44
|
||||
+ fixed crashes on Windows
|
||||
+ small bug fix on synchronization of investment accounts
|
||||
+ initial work on AqFinTS
|
||||
+ add "chipTAN-QR" to the list of TAN method names (DKB uses
|
||||
"Q1S" as TAN method ID to designate chipTAN-QR; fortunately,
|
||||
the TAN method name "chipTAN-QR" is more expressive)
|
||||
+ enable optical TAN methods for aqanking-cli and aqhbci-tool4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 07:44:59 UTC 2019 - Nico Kruber <nico.kruber@gmail.com>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||
|
||||
Name: aqbanking
|
||||
Version: 5.99.40
|
||||
Version: 5.99.44
|
||||
%define _version %{version}beta
|
||||
Release: 0
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
@ -52,8 +52,8 @@ BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: gwenhywfar-devel >= 4.99.19
|
||||
BuildRequires: gwenhywfar-tools >= 4.99.19
|
||||
BuildRequires: gwenhywfar-devel >= 4.99.24
|
||||
BuildRequires: gwenhywfar-tools >= 4.99.24
|
||||
BuildRequires: ktoblzcheck-devel >= 1.10
|
||||
BuildRequires: pkgconfig
|
||||
%if !0%{?sles_version}
|
||||
@ -83,7 +83,7 @@ Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: cmake
|
||||
Requires: glibc-devel
|
||||
Requires: gwenhywfar-devel >= 4.99.19
|
||||
Requires: gwenhywfar-devel >= 4.99.24
|
||||
Requires: ktoblzcheck-devel
|
||||
%if %build_ofx
|
||||
Requires: libofx-devel
|
||||
|
Loading…
Reference in New Issue
Block a user