forked from pool/aqbanking
Accepting request 426772 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/426772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=68
This commit is contained in:
parent
95e6630e8a
commit
03300716d4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cdf0bea79f52173778be71be7d00f667e32adf04372defe917380f32efd611f4
|
|
||||||
size 3687687
|
|
3
aqbanking-5.7.1beta.tar.gz
Normal file
3
aqbanking-5.7.1beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a41064a670f2aec0ac949a42a2cf7f1d7f47d22ef42637708815843ea575159
|
||||||
|
size 3775479
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 22:15:09 UTC 2016 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- quick fix for $CPP being unset and configure failing to handle
|
||||||
|
include dirs properly
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 7 20:22:26 UTC 2016 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.1beta:
|
||||||
|
+ re-retrieval of the account list is not required anymore to
|
||||||
|
continue using existing accounts
|
||||||
|
- Update to 5.7.0beta:
|
||||||
|
+ finally fixes the problem of not correlating accounts correctly
|
||||||
|
if the bank returns multiple accounts with the same account
|
||||||
|
number and IBAN
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 21 21:53:06 UTC 2016 - jcnengel@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.12
|
||||||
|
+ Improvement in handling account owners
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 30 07:21:22 UTC 2016 - nico.kruber@gmail.com
|
Sat Apr 30 07:21:22 UTC 2016 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||||
|
|
||||||
Name: aqbanking
|
Name: aqbanking
|
||||||
Version: 5.6.10
|
Version: 5.7.1beta
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||||
License: GPL-2.0 or GPL-3.0
|
License: GPL-2.0 or GPL-3.0
|
||||||
@ -124,6 +124,9 @@ BACKEND_LIST="aqhbci aqnone"
|
|||||||
%if %build_ofx
|
%if %build_ofx
|
||||||
BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
||||||
%endif
|
%endif
|
||||||
|
# quick fix for $CPP being unset and configure failing to handle include dirs properly
|
||||||
|
CPP=`which cpp`
|
||||||
|
export CPP
|
||||||
%configure\
|
%configure\
|
||||||
--enable-release \
|
--enable-release \
|
||||||
--with-backends="$BACKEND_LIST" \
|
--with-backends="$BACKEND_LIST" \
|
||||||
@ -227,7 +230,7 @@ mkdir -p %{buildroot}/%{_docdir}/%{name}
|
|||||||
### The aqbanking files
|
### The aqbanking files
|
||||||
%{_bindir}/%{name}-config
|
%{_bindir}/%{name}-config
|
||||||
%{_includedir}/%{name}5/
|
%{_includedir}/%{name}5/
|
||||||
%{_libdir}/cmake/%{name}-5.6/
|
%{_libdir}/cmake/%{name}-5.7/
|
||||||
%{_libdir}/libaqbanking.so
|
%{_libdir}/libaqbanking.so
|
||||||
%{_libdir}/libaqhbci.so
|
%{_libdir}/libaqhbci.so
|
||||||
%{_libdir}/libaqnone.so
|
%{_libdir}/libaqnone.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user