forked from pool/aqbanking
Accepting request 345374 from X11:common:Factory
1 OBS-URL: https://build.opensuse.org/request/show/345374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=64
This commit is contained in:
committed by
Git OBS Bridge
parent
b22b242f42
commit
0e34e129b7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:238f17d27d86e0cef239479c4be152cb98f5be9d6b87fca38741d32e762faddf
|
|
||||||
size 3818696
|
|
3
aqbanking-5.6.1beta.tar.gz
Normal file
3
aqbanking-5.6.1beta.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a25a095557e7ccfc443b3e31c90c906ea42992d64ecf83d2d00f8253978af4d
|
||||||
|
size 3820838
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 5 23:41:04 UTC 2015 - nico.kruber@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.6.1 (beta):
|
||||||
|
+ improve the SWIFT parser
|
||||||
|
(NOTE: duplicates may arise after first updating your accounts)
|
||||||
|
- Update to 5.6.0 (beta):
|
||||||
|
+ make the SWIFT parser tolerate non-specification conforming
|
||||||
|
information, e.g. from the SpardaBank and Netbank
|
||||||
|
(NOTE: duplicates will arise for those banks after first
|
||||||
|
updating your accounts)
|
||||||
|
+ support a HBCI module for COR1-SEPA direct debits (not fully
|
||||||
|
tested yet)
|
||||||
|
+ some improvements in the build system
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 3 11:59:05 UTC 2015 - jcnengel@gmail.com
|
Sat Jan 3 11:59:05 UTC 2015 - jcnengel@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package aqbanking
|
# spec file for package aqbanking
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define build_ofx 1
|
%define build_ofx 1
|
||||||
%define aq_plugindir %{_libdir}/aqbanking/plugins/34
|
%define aq_plugindir %{_libdir}/aqbanking/plugins/35
|
||||||
%define fronts_libdir %{aq_plugindir}/frontends
|
%define fronts_libdir %{aq_plugindir}/frontends
|
||||||
%define imex_plugindir %{aq_plugindir}/imexporters
|
%define imex_plugindir %{aq_plugindir}/imexporters
|
||||||
%define imex_datadir %{_datadir}/%{name}/imexporters
|
%define imex_datadir %{_datadir}/%{name}/imexporters
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
%define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules
|
||||||
|
|
||||||
Name: aqbanking
|
Name: aqbanking
|
||||||
Version: 5.5.1
|
Version: 5.6.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
|
||||||
@@ -227,7 +227,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.5/
|
%{_libdir}/cmake/%{name}-5.6/
|
||||||
%{_libdir}/libaqbanking.so
|
%{_libdir}/libaqbanking.so
|
||||||
%{_libdir}/libaqhbci.so
|
%{_libdir}/libaqhbci.so
|
||||||
%{_libdir}/libaqnone.so
|
%{_libdir}/libaqnone.so
|
||||||
|
Reference in New Issue
Block a user