From 03300716d4da7b493d90c1ae6becd3ef74a08ed97e7a6b3faf1efb4961a3765b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 12 Sep 2016 11:27:33 +0000 Subject: [PATCH] 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 --- aqbanking-5.6.10.tar.gz | 3 --- aqbanking-5.7.1beta.tar.gz | 3 +++ aqbanking.changes | 23 +++++++++++++++++++++++ aqbanking.spec | 7 +++++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 aqbanking-5.6.10.tar.gz create mode 100644 aqbanking-5.7.1beta.tar.gz diff --git a/aqbanking-5.6.10.tar.gz b/aqbanking-5.6.10.tar.gz deleted file mode 100644 index 6389a9e..0000000 --- a/aqbanking-5.6.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf0bea79f52173778be71be7d00f667e32adf04372defe917380f32efd611f4 -size 3687687 diff --git a/aqbanking-5.7.1beta.tar.gz b/aqbanking-5.7.1beta.tar.gz new file mode 100644 index 0000000..41ca607 --- /dev/null +++ b/aqbanking-5.7.1beta.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a41064a670f2aec0ac949a42a2cf7f1d7f47d22ef42637708815843ea575159 +size 3775479 diff --git a/aqbanking.changes b/aqbanking.changes index d6f68f5..4efe85e 100644 --- a/aqbanking.changes +++ b/aqbanking.changes @@ -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 diff --git a/aqbanking.spec b/aqbanking.spec index 3cff5e5..d6dd7d3 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -26,7 +26,7 @@ %define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules Name: aqbanking -Version: 5.6.10 +Version: 5.7.1beta Release: 0 Summary: Library for Online Banking Functions and Financial Data Import and Export License: GPL-2.0 or GPL-3.0 @@ -124,6 +124,9 @@ BACKEND_LIST="aqhbci aqnone" %if %build_ofx BACKEND_LIST="$BACKEND_LIST aqofxconnect" %endif +# quick fix for $CPP being unset and configure failing to handle include dirs properly +CPP=`which cpp` +export CPP %configure\ --enable-release \ --with-backends="$BACKEND_LIST" \ @@ -227,7 +230,7 @@ mkdir -p %{buildroot}/%{_docdir}/%{name} ### The aqbanking files %{_bindir}/%{name}-config %{_includedir}/%{name}5/ -%{_libdir}/cmake/%{name}-5.6/ +%{_libdir}/cmake/%{name}-5.7/ %{_libdir}/libaqbanking.so %{_libdir}/libaqhbci.so %{_libdir}/libaqnone.so