forked from pool/aqbanking
Accepting request 205378 from X11:common:Factory
update to version 5.1.0beta (= 5.1.0 is beta, there is no 5.1.0 final) OBS-URL: https://build.opensuse.org/request/show/205378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=54
This commit is contained in:
parent
c4e95fbd25
commit
8520c689d5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3398eb452facf5f6fa1cd3e814b3b8ca781da738d9de7b7efaf8fb8b29426201
|
|
||||||
size 3627654
|
|
3
aqbanking-5.1.0beta.tar.gz
Normal file
3
aqbanking-5.1.0beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7feac31cbcb1f53bedf76c7c83b1cb7336353088e8fb04316b1af090e228a9c
|
||||||
|
size 3631295
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 15:19:46 UTC 2013 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- fix build for SLE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 23 14:56:19 UTC 2013 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Update to version 5.1.0beta:
|
||||||
|
+ improvements to the SEPA exporter
|
||||||
|
(ability to create bank valid transfers and debits)
|
||||||
|
+ add fields required for SEPA debits to AB_TRANSACTION
|
||||||
|
+ SEPA debits should work (not tested yet)
|
||||||
|
+ add a command to AqBanking-CLI to add a SEPA debit to a
|
||||||
|
ImExporterContext file from which orders in SEPA format can be
|
||||||
|
exported
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 18 07:35:18 UTC 2013 - nico.kruber@gmail.com
|
Wed Sep 18 07:35:18 UTC 2013 - 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.0.32beta
|
Version: 5.1.0beta
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME Still unable to use parallel make. Last checked: 2011-09-25
|
# FIXME Still unable to use parallel make. Last checked: 2011-09-25
|
||||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||||
@ -44,7 +44,11 @@ BuildRequires: gmp-devel
|
|||||||
BuildRequires: gwenhywfar-devel >= 4.7.0
|
BuildRequires: gwenhywfar-devel >= 4.7.0
|
||||||
BuildRequires: gwenhywfar-tools
|
BuildRequires: gwenhywfar-tools
|
||||||
BuildRequires: ktoblzcheck-devel >= 1.10
|
BuildRequires: ktoblzcheck-devel >= 1.10
|
||||||
|
%if !0%{?sles_version}
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
%else
|
||||||
|
BuildRequires: gtk2-devel
|
||||||
|
%endif
|
||||||
%if %build_ofx
|
%if %build_ofx
|
||||||
BuildRequires: libofx-devel
|
BuildRequires: libofx-devel
|
||||||
%endif
|
%endif
|
||||||
@ -118,7 +122,7 @@ BACKEND_LIST="$BACKEND_LIST aqofxconnect"
|
|||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%makeinstall
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# Remove files that we'll have elsewhere
|
# Remove files that we'll have elsewhere
|
||||||
rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
|
rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README}
|
||||||
|
Loading…
Reference in New Issue
Block a user