SHA256
1
0
forked from pool/aqbanking

Accepting request 17830 from GNOME:Factory

Copy from GNOME:Factory/aqbanking based on submit request 17830 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/17830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2009-08-17 13:28:54 +00:00 committed by Git OBS Bridge
parent 41520f450b
commit bcf8110a2d
10 changed files with 40 additions and 406 deletions

View File

@ -1,12 +0,0 @@
Index: src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/error.cpp
===================================================================
--- src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/error.cpp.orig 2006-04-08 10:04:14.000000000 +0200
+++ src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/error.cpp 2009-03-20 21:27:46.000000000 +0100
@@ -32,6 +32,7 @@
#include "assert.h"
#include "error.h"
+#include <cstdio>
namespace HBCI {

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:759532ab281329f25a939f5690a563cf585dab13f8f55b673a6ea78b62b18084
size 3341856

3
aqbanking-4.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1557c5ed2cf66e851854948437a53f257d72ae596ee90d55dde29929fe5b7f7
size 3278904

View File

@ -1,44 +0,0 @@
--- src/plugins/backends/aqyellownet/plugin/Makefile.am
+++ src/plugins/backends/aqyellownet/plugin/Makefile.am
@@ -27,7 +27,7 @@
aqyellownet-plugin.c
aqyellownet_la_LIBADD= \
- -L$(srcdir) -laqyellownet \
+ $(srcdir)/libaqyellownet.la \
$(aqbanking_internal_libs) \
$(gwenhywfar_libs)
aqyellownet_la_LDFLAGS=-module
--- src/plugins/backends/aqyellownet/plugin/libaqyellownet.la
+++ src/plugins/backends/aqyellownet/plugin/libaqyellownet.la
@@ -0,0 +1,30 @@
+# libaqyellownet.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='libaqyellownet.so'
+
+# Names of this library.
+library_names='libaqyellownet.so'
+
+# The name of the static archive.
+old_library=''
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Is this an already installed library?
+installed=no
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/lib'

View File

@ -1,59 +0,0 @@
Fixes these QA errors:
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR
in installed .la file /var/tmp/aqbanking-2.2.9-build/usr/lib64/aqbanking/plugins/16/frontends/qbanking/cfgmodules/aqhbci.la
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR
in installed .la file /var/tmp/aqbanking-2.2.9-build/usr/lib64/aqbanking/plugins/16/bankinfo/at.la
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR
in installed .la file /var/tmp/aqbanking-2.2.9-build/usr/lib64/aqbanking/plugins/16/bankinfo/ch.la
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR
in installed .la file /var/tmp/aqbanking-2.2.9-build/usr/lib64/aqbanking/plugins/16/bankinfo/de.la
found trace of $RPM_BUILD_ROOT or $RPM_BUILD_DIR
in installed .la file /var/tmp/aqbanking-2.2.9-build/usr/lib64/aqbanking/plugins/16/bankinfo/us.la
================================================================================
--- src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/Makefile.am
+++ src/plugins/backends/aqhbci/ui/qt3/libs/logmanager/Makefile.am
@@ -30,8 +30,7 @@
error.cpp \
loganalyzer.cpp
-liblogmanager_la_LIBADD = \
- -L$(top_builddir)/src/plugins/backends/aqhbci/plugin $(aqhbci_internal_libs)
+liblogmanager_la_LIBADD = $(aqhbci_internal_libs)
BUILT_SOURCES = $(nodist_liblogmanager_la_SOURCES)
CLEANFILES = $(nodist_liblogmanager_la_SOURCES) $(nodist_noinst_HEADERS)
--- src/plugins/bankinfo/generic/Makefile.am
+++ src/plugins/bankinfo/generic/Makefile.am
@@ -17,7 +17,7 @@
libbankinfo_la_SOURCES=\
generic.c
-libbankinfo_la_LIBADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(gwenhywfar_libs)
+libbankinfo_la_LIBADD = $(aqbanking_internal_libs) $(gwenhywfar_libs)
libbankinfo_la_LDFLAGS = $(STRIPALL)
at_files=at/blz.idx at/bic.idx at/namloc.idx at/banks.data
@@ -125,7 +125,7 @@
else
noinst_PROGRAMS=mkdeinfo
mkdeinfo_SOURCES=mkdeinfo.c
-mkdeinfo_LDADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(gwenhywfar_libs)
+mkdeinfo_LDADD = $(aqbanking_internal_libs) $(gwenhywfar_libs)
endif
# IS_WINDOWS
--- src/test/Makefile.am
+++ src/test/Makefile.am
@@ -4,10 +4,10 @@
noinst_PROGRAMS=abtest
abtest_SOURCES=abtest.c
-abtest_LDADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(gwenhywfar_libs)
+abtest_LDADD = $(aqbanking_internal_libs) $(gwenhywfar_libs)
#cpptest_SOURCES=cpptest.cpp
-#cpptest_LDADD = -L$(top_builddir)/src/libs/aqbanking $(aqbanking_internal_libs) $(top_builddir)/src/libs/aqbanking++/libaqbankingpp.la $(gwenhywfar_libs) -lstdc++
+#cpptest_LDADD = $(aqbanking_internal_libs) $(top_builddir)/src/libs/aqbanking++/libaqbankingpp.la $(gwenhywfar_libs) -lstdc++
sources:
for f in $(abtest_la_SOURCES); do \

View File

@ -1,11 +0,0 @@
--- src/plugins/backends/aqhbci/plugin/msglayer/message.c.orig 2008-01-24 11:10:50.000000000 +0100
+++ src/plugins/backends/aqhbci/plugin/msglayer/message.c 2008-01-24 11:11:01.000000000 +0100
@@ -1515,7 +1515,7 @@ void AH_Msg_LogMessage(AH_MSG *msg,
return;
}
fd=open(logFile,
- O_RDWR | O_CREAT | O_APPEND);
+ O_RDWR | O_CREAT | O_APPEND, 0600);
if (fd==-1) {
DBG_ERROR(AQHBCI_LOGDOMAIN,
"open(%s): %s",

View File

@ -1,15 +0,0 @@
Index: aqbanking-2.3.3/src/libs/aqbanking/banking.c
===================================================================
--- aqbanking-2.3.3.orig/src/libs/aqbanking/banking.c
+++ aqbanking-2.3.3/src/libs/aqbanking/banking.c
@@ -1680,9 +1680,7 @@ int AB_Banking_Init(AB_BANKING *ab) {
DBG_INFO(AQBANKING_LOGDOMAIN,
"AqBanking v"
AQBANKING_VERSION_FULL_STRING
- " (compiled at "
- COMPILE_DATETIME
- "): initialising");
+ ": initialising");
/* define locale paths */
GWEN_PathManager_DefinePath(AB_PM_LIBNAME, AB_PM_LOCALEDIR);

11
aqbanking-strncat.patch Normal file
View File

@ -0,0 +1,11 @@
--- src/libs/aqbanking/imexporter.c
+++ src/libs/aqbanking/imexporter.c
@@ -1479,7 +1479,7 @@
char buf[64];
buf[0]=0;
- strncat(buf, s, sizeof(buf));
+ strncat(buf, s, sizeof(buf)-strlen(buf)-1);
GWEN_DB_SetCharValue(db, GWEN_DB_FLAGS_DEFAULT, "logs", buf);
s+=strlen(buf);
}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 6 21:31:34 CEST 2009 - mkudlvasr@suse.cz
- update to 4.0.0, triggered by gwenhywfar
- too long without update to describe in a few lines,
this is very active project
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 27 23:12:51 CET 2009 - vuntz@novell.com Fri Mar 27 23:12:51 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package aqbanking (Version 2.3.3) # spec file for package aqbanking (Version 4.0.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,29 +17,24 @@
# norootforbuild # norootforbuild
%define build_ofx 0 %define build_ofx 1
Name: aqbanking Name: aqbanking
BuildRequires: doxygen fdupes gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard3 libchipcard3-devel libglade2-devel python-devel pyxml qt3-devel BuildRequires: doxygen fdupes gmp-devel gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard4 libchipcard4-devel libglade2-devel python-devel pyxml qt3-devel
%if %build_ofx %if %build_ofx
BuildRequires: libofx-devel BuildRequires: libofx-devel
%endif %endif
Version: 2.3.3 Version: 4.0.0
Release: 104 Release: 1
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Url: http://www.aquamaniac.de/aqbanking/ Url: http://www.aquamaniac.de/aqbanking/
Group: Productivity/Office/Finance Group: Productivity/Office/Finance
License: GPL v2 or later License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import and Export Summary: Library for Online Banking Functions and Financial Data Import and Export
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: aqbanking-aqyellownet-libtool.patch Patch5: %{name}-strncat.patch
Patch1: aqbanking-internal-lib-reference.patch
Patch2: aqbanking-open-call.patch
Patch3: aqbanking-2.3.3-gcc44.patch
# PATCH-FIX-OPENSUSE aqbanking-remove-datetime.patch vuntz@novell.com -- Do not put date/time in the compiled library (needed for build-compare)
Patch4: aqbanking-remove-datetime.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define aq_plugindir %{_libdir}/aqbanking/plugins/16 %define aq_plugindir %{_libdir}/aqbanking/plugins/29
%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
@ -73,23 +68,6 @@ console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package -n python-aqbanking
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version} pyxml
%description -n python-aqbanking
AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used.
Authors: Authors:
-------- --------
Martin Preuss <martin@libchipcard.de> Martin Preuss <martin@libchipcard.de>
@ -107,40 +85,6 @@ console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package gtk2
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
%description gtk2
AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package kde3
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
%description kde3
AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used.
Authors: Authors:
-------- --------
Martin Preuss <martin@libchipcard.de> Martin Preuss <martin@libchipcard.de>
@ -182,41 +126,6 @@ Authors:
Martin Preuss <martin@libchipcard.de> Martin Preuss <martin@libchipcard.de>
%endif %endif
%package geldkarte
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
%description geldkarte
AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%package geldkarte-qt3
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
%description geldkarte-qt3
AqBanking is a generic OnlineBanking interface. It allows multiple
backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME,
console) to be used.
Authors:
--------
Martin Preuss <martin@libchipcard.de>
%ifarch %ix86 %ifarch %ix86
%package yellownet %package yellownet
@ -258,14 +167,10 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch %patch5
%patch1
%patch2
%patch3
%patch4 -p1
%build %build
BACKEND_LIST="aqdtaus aqgeldkarte aqhbci aqnone" BACKEND_LIST="aqhbci aqnone"
%if %build_ofx %if %build_ofx
BACKEND_LIST="$BACKEND_LIST aqofxconnect" BACKEND_LIST="$BACKEND_LIST aqofxconnect"
%endif %endif
@ -288,7 +193,6 @@ make
%install %install
%makeinstall idatadir=%{_docdir}/%{name} %makeinstall idatadir=%{_docdir}/%{name}
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name} cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
rm $RPM_BUILD_ROOT%{_libdir}/aqbanking/plugins/16/bankinfo/*.la
%find_lang %{name} %find_lang %{name}
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
@ -299,14 +203,6 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%post kde3 -p /sbin/ldconfig
%postun kde3 -p /sbin/ldconfig
%post gtk2 -p /sbin/ldconfig
%postun gtk2 -p /sbin/ldconfig
%post qt3 -p /sbin/ldconfig %post qt3 -p /sbin/ldconfig
%postun qt3 -p /sbin/ldconfig %postun qt3 -p /sbin/ldconfig
@ -317,52 +213,44 @@ rm -rf $RPM_BUILD_ROOT
%postun ofx -p /sbin/ldconfig %postun ofx -p /sbin/ldconfig
%endif %endif
%post geldkarte -p /sbin/ldconfig
%postun geldkarte -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_docdir}/%{name} %doc %{_docdir}/%{name}
### The original aqbanking files ### The original aqbanking files
%{_bindir}/%{name}-tool %{_bindir}/%{name}-cli
%{_libdir}/lib%{name}*.so.* %{_libdir}/lib%{name}*.so.*
%{_libdir}/gwenhywfar %{_libdir}/gwenhywfar
%{_datadir}/%{name}/bankinfo %{_datadir}/%{name}/bankinfo
%{_datadir}/%{name}/backends
%{aq_plugindir}/bankinfo %{aq_plugindir}/bankinfo
%{imex_plugindir}/ctxfile.*
%{imex_plugindir}/csv.* %{imex_plugindir}/csv.*
%{imex_plugindir}/dbio.*
%{imex_plugindir}/dtaus.* %{imex_plugindir}/dtaus.*
%{imex_plugindir}/eri.*
%{imex_plugindir}/eri2.* %{imex_plugindir}/eri2.*
%{imex_plugindir}/openhbci1.* %{imex_plugindir}/openhbci1.*
%{imex_plugindir}/qif.* %{imex_plugindir}/sepa.*
%{imex_plugindir}/swift.* %{imex_plugindir}/swift.*
%{imex_plugindir}/xmldb.* %{imex_plugindir}/xmldb.*
%{imex_plugindir}/yellownet.* %{imex_plugindir}/yellownet.*
%{imex_datadir}/ctxfile
%{imex_datadir}/csv %{imex_datadir}/csv
%{imex_datadir}/dtaus %{imex_datadir}/dtaus
%{imex_datadir}/eri %{imex_datadir}/eri
%{imex_datadir}/eri2 %{imex_datadir}/eri2
%{imex_datadir}/openhbci1 %{imex_datadir}/openhbci1
%{imex_datadir}/qif %{imex_datadir}/sepa
%{imex_datadir}/swift %{imex_datadir}/swift
%{imex_datadir}/xmldb/profiles/* %{imex_datadir}/xmldb/profiles/*
%{imex_datadir}/yellownet/profiles/* %{imex_datadir}/yellownet/profiles/*
### The aqhbci files ### The aqhbci files
%{_bindir}/aqhbci-tool %{_bindir}/aqhbci-tool4
%{_libdir}/libaqhbci.so.* %{_libdir}/libaqhbci.so.*
%{aq_plugindir}/providers/aqhbci.* %{aq_plugindir}/providers/aqhbci.*
%{_datadir}/aqhbci %{_datadir}/%{name}/backends/aqhbci
#%{_datadir}/doc/aqhbci #%{_datadir}/doc/aqhbci
### The dtaus files
%{_libdir}/libaqdtaus.so.*
%{aq_plugindir}/providers/aqdtaus.*
### The aqnone files ### The aqnone files
%{_libdir}/libaqnone.so.* %{_libdir}/libaqnone.so.*
%{aq_plugindir}/providers/aqnone.* %{aq_plugindir}/providers/aqnone.*
### The cbanking files
%{_libdir}/libcbanking.so.*
## Directories ## Directories
%dir %{_libdir}/aqbanking %dir %{_libdir}/aqbanking
%dir %{_libdir}/aqbanking/plugins %dir %{_libdir}/aqbanking/plugins
@ -394,31 +282,17 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/%{name} %{_includedir}/%{name}
%{_libdir}/*.la %{_libdir}/*.la
%{_libdir}/libaqbanking.so %{_libdir}/libaqbanking.so
%{_libdir}/libaqdtaus.so
%{_libdir}/libaqhbci.so %{_libdir}/libaqhbci.so
%{_libdir}/libaqnone.so %{_libdir}/libaqnone.so
%{_libdir}/libcbanking.so
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/aclocal %{_datadir}/aclocal
### The aqhbci files ### The aqhbci files
#%{_bindir}/aqhbci-config #%{_bindir}/aqhbci-config
%{_bindir}/hbcixml2 %{_bindir}/hbcixml3
%{_includedir}/aqhbci %{_includedir}/aqhbci
### The cbanking files
#%{_bindir}/cbanking-config
%{_includedir}/cbanking
### The g2banking files
#%{_bindir}/g2banking-config
%{_includedir}/g2banking
### The qbanking files ### The qbanking files
#%{_bindir}/qbanking-config #%{_bindir}/qbanking-config
%{_includedir}/qbanking %{_includedir}/qbanking
### The kbanking files
#%{_bindir}/kbanking-config
%{_includedir}/kbanking
### The aqdtaus files
#%{_bindir}/aqdtaus-config
%{_includedir}/aqdtaus
%if %build_ofx %if %build_ofx
### The ofx files ### The ofx files
%{_includedir}/aqofxconnect %{_includedir}/aqofxconnect
@ -429,36 +303,19 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
# .so files from sub-packages # .so files from sub-packages
%{_libdir}/libqbanking.so %{_libdir}/libqbanking.so
%{_libdir}/libg2banking.so
%{_libdir}/libkbanking.so
%if %build_ofx %if %build_ofx
%{_libdir}/libaqofxconnect.so %{_libdir}/libaqofxconnect.so
%endif %endif
%{_libdir}/libaqgeldkarte.so
%files -n python-aqbanking
%defattr(-,root,root)
%{py_sitedir}/*
%files qt3 %files qt3
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/qb-help %{_bindir}/qb-help8
%{_libdir}/libqbanking.so.* %{_libdir}/libqbanking.so.*
%{aq_plugindir}/debugger/aqhbci %{aq_plugindir}/debugger/aqhbci
%{aq_plugindir}/wizards %{aq_plugindir}/wizards
%{qb_cfgmoddir}/aqhbci* %{qb_cfgmoddir}/aqhbci*
%{qb_cfgmoddir}/aqdtaus*
%{_datadir}/%{name}/i18n %{_datadir}/%{name}/i18n
%{fronts_datadir}/qbanking %{fronts_datadir}/qbanking
%files gtk2
%defattr(-,root,root)
%{_libdir}/libg2banking.so.*
%{fronts_datadir}/g2banking
%files kde3
%defattr(-,root,root)
%{_libdir}/libkbanking.so.*
%if %build_ofx %if %build_ofx
%files ofx %files ofx
@ -473,17 +330,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%{qb_cfgmoddir}/aqofxconnect* %{qb_cfgmoddir}/aqofxconnect*
%endif %endif
%files geldkarte
%defattr(-,root,root)
#%{_bindir}/aqgeldkarte-config
%{_libdir}/libaqgeldkarte.so.*
%{_includedir}/aqgeldkarte
%{aq_plugindir}/providers/aqgeldkarte.*
%files geldkarte-qt3
%defattr(-,root,root)
%{qb_cfgmoddir}/aqgeldkarte*
%ifarch %ix86 %ifarch %ix86
%files yellownet %files yellownet
@ -499,92 +345,3 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Mar 27 2009 vuntz@novell.com
- Add aqbanking-remove-datetime.patch to be more build-compare
friendly.
* Sat Mar 21 2009 crrodriguez@suse.de
- fix build with gcc 4.4
* Thu Feb 28 2008 ro@suse.de
- update to 2.3.3 (last in 2.3 series)
- Very minor improvements: One windows function signature has been
fixed. DTAUS export has been improved. Error messages at
aqbanking-tool have been improved.
- update to 2.3.2
- Windows registry lookup issues have been solved. This release is only
interesting for windows users.
- update to 2.3.1
- Fix translations when using qt4, especially on Windows. Improve
cross-compiling. (This release brings no changes for the conventional
qt3 compile.)
- update to 2.3.0
- Fix some path lookup issues on MS Windows. Fix a crash with erroneous
bank codes. Fix check function in PIN/TAN mode. Improved
aqhbci-tool. Add a function for easier initial setup (hence the
incremented version number).
- disabled ofx backend build (incompatible with current libofx)
* Thu Jan 24 2008 coolo@suse.de
- fix open call
* Wed Aug 08 2007 maw@suse.de
- Use %%fdupes
- Split off a -lang subpackage.
* Mon Jul 30 2007 sbrabec@suse.cz
- Updated to version 2.2.9:
* Improvements in the setup wizard.
* Fix qt4 porting code.
* Fix crashes when actions have no selected items in qbanking.
* Improve aqbanking-tool and aqhbci-tool usage messages.
* Fix command line processing in tool hbcixml.
* Fixed changes in aqofxconnect to be enabled only for new libofx
versions.
* The config file is saved correctly.
* Adaptation on gwenhywfar changes.
* AqGeldKarte has been fixed and adapted to Libchipcard3.
* The QBanking frontend is now less verbous.
* Allows to setup iTAN HBCI accounts.
* Import profile for ABN AMRO Bank (NL).
* Other fixes and improvements, see NEWS for details.
* Thu May 24 2007 stbinner@suse.de
- add missing %%run_ldconfig calls
* Sat Dec 16 2006 prusnak@suse.cz
- fixed comparison with string literal (strcmp.patch) [#224464]
* Wed Oct 18 2006 sbrabec@suse.cz
- Updated to version 2.2.3:
* Allows to setup iTAN HBCI accounts.
* Improved support for HBCI iTAN mode, added an import profile
for ABN AMRO Bank (NL).
* Fixes some errors.
* Fri Sep 15 2006 jhargadon@suse.de
- update to version 2.2.1
- fixed a bug in DTAUS importer profile "default"
- src/libs/aqbanking/types/transaction.xml: Fix typos
- added aqbanking-tool command "chkiban" which checks whether a given IBAN
is valid
- AqOfxConnect: Fixed a bug in provider.c which could lead to a segfault
- generic bankinfo plugin:
- implemented a mechanism to update bank info files via additional files
- Germany: Updated HBCI and bank info files (now reads new
format of Bundesbank files)
- Austria:
- updated BLZ file (now reads new, more extensive format)
- added OFX server information for BAWAG P.S.K and EasyBank
- AqHBCI:
- removed functions AH_HBCI_HbciToUtf8() and AH_JobQueue_AddAsUtf8() because
they are no longer needed since the whole server response is transformed
to UTF8 -> finally fixes Umlaut problems
- implemented iTAN process type 2: It now works against the test server,
tomorrow I will have to test it against a real server
- Fix rule srcdoc if directory was not existing
* Wed Aug 23 2006 schwab@suse.de
- Work around broken configure check.
* Tue May 09 2006 sbrabec@suse.cz
- Updated to version 2.0.0 (new branch).
- Split package to follow upstream packaging.
* Thu Feb 23 2006 sbrabec@suse.cz
- Fixed documentation path (#146744).
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Oct 25 2005 sbrabec@suse.cz
- Fixed libtool patch.
* Mon Oct 24 2005 sbrabec@suse.cz
- New SuSE package, version 1.2.0.
Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.