Hello community, here is the log from the commit of package aqbanking for openSUSE:Factory checked in at 2016-09-12 13:27:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aqbanking (Old) and /work/SRC/openSUSE:Factory/.aqbanking.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aqbanking" Changes: -------- --- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes 2016-05-02 10:44:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2016-09-12 13:27:44.000000000 +0200 @@ -1,0 +2,23 @@ +Wed Sep 7 22:15:09 UTC 2016 - [email protected] + +- quick fix for $CPP being unset and configure failing to handle + include dirs properly + +------------------------------------------------------------------- +Wed Sep 7 20:22:26 UTC 2016 - [email protected] + +- 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 - [email protected] + +- Update to 5.6.12 + + Improvement in handling account owners + +------------------------------------------------------------------- Old: ---- aqbanking-5.6.10.tar.gz New: ---- aqbanking-5.7.1beta.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aqbanking.spec ++++++ --- /var/tmp/diff_new_pack.bzdra3/_old 2016-09-12 13:27:45.000000000 +0200 +++ /var/tmp/diff_new_pack.bzdra3/_new 2016-09-12 13:27:45.000000000 +0200 @@ -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 @@ %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 @@ ### 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
