forked from pool/aqbanking
Accepting request 214456 from X11:common:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/214456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=55
This commit is contained in:
parent
8520c689d5
commit
1cf5d3567a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7feac31cbcb1f53bedf76c7c83b1cb7336353088e8fb04316b1af090e228a9c
|
|
||||||
size 3631295
|
|
3
aqbanking-5.3.0beta.tar.gz
Normal file
3
aqbanking-5.3.0beta.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d913281ff8a4f52ff417963149dddd1e3594488cac6b806358986567913ce6c
|
||||||
|
size 3787484
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 12 20:36:02 UTC 2014 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Update to version 5.3.0beta:
|
||||||
|
+ fixes some problems with SEPA orders and simplifies the code
|
||||||
|
of AqHBCI (better extensibility for future order types)
|
||||||
|
+ extends the SWIFT parser to decode SEPA fields in Netbank
|
||||||
|
statements (may yield to duplicates)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 21:45:54 UTC 2014 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Update to version 5.2.0beta:
|
||||||
|
+ contains the EBICS module (now under GPL license)
|
||||||
|
+ some minor internal improvements regarding BIC and IBAN
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 23 15:19:46 UTC 2013 - nico.kruber@gmail.com
|
Wed Oct 23 15:19:46 UTC 2013 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aqbanking
|
# spec file for package aqbanking
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||||
|
|
||||||
Name: aqbanking
|
Name: aqbanking
|
||||||
Version: 5.1.0beta
|
Version: 5.3.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
|
||||||
@ -34,14 +34,14 @@ License: GPL-2.0 or GPL-3.0
|
|||||||
Group: Productivity/Office/Finance
|
Group: Productivity/Office/Finance
|
||||||
Url: http://www.aquamaniac.de/aqbanking/
|
Url: http://www.aquamaniac.de/aqbanking/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
#Source: http://www.aquamaniac.de/sites/download/download.php?package=03&release=102&file=01&dummy=aqbanking-5.0.32beta.tar.gz
|
#Source: http://www.aquamaniac.de/sites/download/download.php?package=03&release=105&file=01&dummy=aqbanking-5.3.0beta.tar.gz
|
||||||
Source1: aqbanking4-handbook-20091231.pdf
|
Source1: aqbanking4-handbook-20091231.pdf
|
||||||
#Source1: http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
|
#Source1: http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: gwenhywfar-devel >= 4.7.0
|
BuildRequires: gwenhywfar-devel >= 4.9.0
|
||||||
BuildRequires: gwenhywfar-tools
|
BuildRequires: gwenhywfar-tools
|
||||||
BuildRequires: ktoblzcheck-devel >= 1.10
|
BuildRequires: ktoblzcheck-devel >= 1.10
|
||||||
%if !0%{?sles_version}
|
%if !0%{?sles_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user