forked from pool/aqbanking
Accepting request 1082563 from Office
OBS-URL: https://build.opensuse.org/request/show/1082563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=95
This commit is contained in:
commit
8e8cd6f8bc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c62bf26aa42e69b21e188b54f6a5d825d6da34de1a14cbc3b67d85a9705136e
|
||||
size 2690700
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEQkAK9esqF/Cmm7VR6YmdeEqXdBYFAmL0GnwACgkQ6YmdeEqX
|
||||
dBbzPQf+N1cgyI4NtYq5yeEQy7clyJAQEnhx7fJxsMJdw1Iu/B5pyMltyP7Q4QwR
|
||||
l9m+5B8PGjGoiVufR44nHt2aqESNhsWaED/d43RCfnvkBaY2sl5M8gbFOwlna45d
|
||||
2MCyNpVdw4swBeiWdRu75GMuVP1xbwKTDegci5b8qz8Pa8KG3jziv/VEqqo+koEW
|
||||
UQ94zQFVB3AoOsR0FQMQy0ITNY25XFn+3X/6tLog65g8XO2D+DVAAmcV1NGaF1LA
|
||||
is/XMUl5ags5H30IZ1M1dLMT5rsmBZ31RqyjLHLFrKJgOJTUwhcgdqSonchYjWeh
|
||||
hERit6NGEMV2xFCHUQ4FebLh3hnpGA==
|
||||
=/t8t
|
||||
-----END PGP SIGNATURE-----
|
3
aqbanking-6.5.4.tar.gz
Normal file
3
aqbanking-6.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d16ceae76f0718e466638f4547a8b14927f1d8d98322079cd6481adde30ac99
|
||||
size 2718762
|
11
aqbanking-6.5.4.tar.gz.asc
Normal file
11
aqbanking-6.5.4.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEQkAK9esqF/Cmm7VR6YmdeEqXdBYFAmP/m+UACgkQ6YmdeEqX
|
||||
dBaMHwf/S39Hf2rMX74WcABUgmJZa0fd1/zsay0hbrd5gi0sKNkCbi0J03+BPFef
|
||||
ej3rzutMtuWZ8gclVqTe/IY39AP4IV1p2zIk//Eir7qlrA76QwFjSRL5Xww5xX93
|
||||
vttuqvJTrjXYL8HVGt6xd6I3OQz3KMbMctcP/HE8CDtq4HYfU/6BU5tmKgrSy+bb
|
||||
LIEIASmbV4NokuZDOspAypclm6hm6IvmHiBIICv4qyUAW4ioTfCaGoRd26lHAE1L
|
||||
QGylvJiAhqLoVr618Vp9Bbq9Dc1QPG/THzRaVLdp+lyP8VA2zyw6HKvWNg7y5ARu
|
||||
0d97HA6x13iWEb/u0DOKDexXO92yKw==
|
||||
=A8oX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 20:37:20 UTC 2023 - Nico Kruber <nico.kruber@gmail.com>
|
||||
|
||||
- Update to 6.5.4
|
||||
+ Bugfixes
|
||||
+ add command line tool to create ofx user/accounts (#288)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 07:49:16 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aqbanking
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,14 +29,14 @@
|
||||
%define releasever 400
|
||||
%define ascreleasever 399
|
||||
Name: aqbanking
|
||||
Version: 6.5.3
|
||||
Version: 6.5.4
|
||||
Release: 0
|
||||
Summary: Library for Online Banking Functions and Financial Data Import and Export
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
Group: Productivity/Office/Finance
|
||||
URL: https://www.aquamaniac.de/aqbanking/
|
||||
Source: https://www.aquamaniac.de/rdm/attachments/download/467/aqbanking-%{version}.tar.gz
|
||||
Source1: https://www.aquamaniac.de/rdm/attachments/download/466/aqbanking-%{version}.tar.gz.asc
|
||||
Source: https://www.aquamaniac.de/rdm/attachments/download/499/aqbanking-%{version}.tar.gz
|
||||
Source1: https://www.aquamaniac.de/rdm/attachments/download/498/aqbanking-%{version}.tar.gz.asc
|
||||
Source2: aqbanking6-handbook-20190221.pdf
|
||||
Source3: aqbanking.keyring
|
||||
BuildRequires: cmake
|
||||
@ -244,6 +244,7 @@ install -m 644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/aqbanking-handbook.pdf
|
||||
%if %{build_ofx}
|
||||
%files ofx
|
||||
%license COPYING
|
||||
%{_bindir}/aqofxconnect-tool
|
||||
%{_datadir}/aqbanking/backends/aqofxconnect
|
||||
%{aq_plugindir}/providers/aqofxconnect.*
|
||||
%{imex_datadir}/ofx
|
||||
|
Loading…
Reference in New Issue
Block a user