SHA256
1
0
forked from pool/aqbanking
OBS User unknown 2009-03-25 23:10:32 +00:00 committed by Git OBS Bridge
parent 085b249b4c
commit ab1f3a6a15
3 changed files with 43 additions and 5 deletions

View File

@ -0,0 +1,12 @@
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 +1,8 @@
-------------------------------------------------------------------
Sat Mar 21 18:41:17 CET 2009 - crrodriguez@suse.de
- fix build with gcc 4.4
-------------------------------------------------------------------
Thu Feb 28 16:02:38 CET 2008 - ro@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package aqbanking (Version 2.3.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -18,7 +25,7 @@ BuildRequires: doxygen fdupes gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblz
BuildRequires: libofx-devel
%endif
Version: 2.3.3
Release: 1
Release: 103
Requires: %{name}-lang = %{version}
Url: http://www.aquamaniac.de/aqbanking/
Group: Productivity/Office/Finance
@ -28,6 +35,7 @@ Source: %{name}-%{version}.tar.bz2
Patch: aqbanking-aqyellownet-libtool.patch
Patch1: aqbanking-internal-lib-reference.patch
Patch2: aqbanking-open-call.patch
Patch3: aqbanking-2.3.3-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define aq_plugindir %{_libdir}/aqbanking/plugins/16
%define fronts_libdir %{aq_plugindir}/frontends
@ -48,6 +56,7 @@ Authors:
Martin Preuss <martin@libchipcard.de>
%package devel
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version} glibc-devel gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard3-devel libglade2-devel qt3-devel
@ -67,6 +76,7 @@ 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
@ -83,6 +93,7 @@ Authors:
Martin Preuss <martin@libchipcard.de>
%package qt3
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
@ -99,6 +110,7 @@ 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}
@ -115,6 +127,7 @@ 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}
@ -133,6 +146,7 @@ Authors:
%if %build_ofx
%package ofx
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
@ -149,6 +163,7 @@ Authors:
Martin Preuss <martin@libchipcard.de>
%package ofx-qt3
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
@ -167,6 +182,7 @@ Authors:
%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}
@ -183,6 +199,7 @@ 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}
@ -218,6 +235,7 @@ Authors:
Martin Preuss <martin@libchipcard.de>
%package yellownet-qt3
License: GPL v2 or later
Summary: Library for Online Banking Functions and Financial Data Import/Export
Group: Productivity/Office/Finance
Requires: %{name} = %{version}
@ -241,6 +259,7 @@ Authors:
%patch
%patch1
%patch2
%patch3
%build
BACKEND_LIST="aqdtaus aqgeldkarte aqhbci aqnone"
@ -477,6 +496,8 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* 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
@ -526,7 +547,7 @@ rm -rf $RPM_BUILD_ROOT
* Improved support for HBCI iTAN mode, added an import profile
for ABN AMRO Bank (NL).
* Fixes some errors.
* Sat Sep 16 2006 jhargadon@suse.de
* 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