Hello community, here is the log from the commit of package aqbanking for openSUSE:Factory checked in at 2014-02-19 06:51:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aqbanking (Old) and /work/SRC/openSUSE:Factory/.aqbanking.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aqbanking" Changes: -------- --- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes 2014-01-23 15:39:50.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2014-02-19 06:51:28.000000000 +0100 @@ -1,0 +2,9 @@ +Sun Feb 9 21:46:29 UTC 2014 - [email protected] + +- Update to 5.3.6beta + + Fix an issue with RDH10 +- Fixes in previous versions: + + Change in plugin architecture + + Bugfixes for SEPA (e.g. missing sum field) + +------------------------------------------------------------------- Old: ---- aqbanking-5.3.0beta.tar.gz New: ---- aqbanking-5.3.6beta.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aqbanking.spec ++++++ --- /var/tmp/diff_new_pack.kOv2RD/_old 2014-02-19 06:51:29.000000000 +0100 +++ /var/tmp/diff_new_pack.kOv2RD/_new 2014-02-19 06:51:29.000000000 +0100 @@ -26,7 +26,7 @@ %define q4b_cfgmoddir %{fronts_libdir}/q4banking/cfgmodules Name: aqbanking -Version: 5.3.0beta +Version: 5.3.6beta Release: 0 # FIXME Still unable to use parallel make. Last checked: 2011-09-25 Summary: Library for Online Banking Functions and Financial Data Import and Export @@ -34,16 +34,16 @@ Group: Productivity/Office/Finance Url: http://www.aquamaniac.de/aqbanking/ Source: %{name}-%{version}.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: http://www.aquamaniac.de/sites/download/download.php?package=09&release=09&file=01&dummy=aqbanking4-handbook-20091231.pdf BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gmp-devel -BuildRequires: gwenhywfar-devel >= 4.9.0 -BuildRequires: gwenhywfar-tools +BuildRequires: gwenhywfar-devel >= 4.10.0 +BuildRequires: gwenhywfar-tools >= 4.10.0 BuildRequires: ktoblzcheck-devel >= 1.10 +BuildRequires: libqt4-devel +BuildRequires: pkgconfig %if !0%{?sles_version} BuildRequires: pkgconfig(gtk+-2.0) %else @@ -66,7 +66,7 @@ Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: glibc-devel -Requires: gwenhywfar-devel +Requires: gwenhywfar-devel >= 4.10.0 Requires: ktoblzcheck-devel %if %build_ofx Requires: libofx-devel @@ -103,6 +103,15 @@ backends (currently HBCI) and multiple frontends (e.g. KDE, GNOME, console) to be used. +%package -n libaqofxconnect7 +Summary: Connector between Aqbanking and OFX +License: GPL-2.0 or GPL-3.0 +Group: Development/Libraries/C and C++ + +%description -n libaqofxconnect7 +Conncetor between Aqbanking and OFX. Necessary for OFX direct connect +access. + %endif %lang_package @@ -115,9 +124,11 @@ BACKEND_LIST="$BACKEND_LIST aqofxconnect" %endif %configure\ - --enable-release\ + --enable-release \ --with-backends="$BACKEND_LIST" \ - --enable-full-doc\ + --enable-full-doc \ + --with-qt4-libs=%{_libdir} \ + --with-docpath=%{_docdir}/%{name} \ --enable-gui-tests make @@ -128,7 +139,8 @@ rm %{buildroot}%{_datadir}/doc/%{name}/{AUTHORS,COPYING,ChangeLog,README} mv %{buildroot}%{_datadir}/doc/aqhbci/aqhbci-tool/README README.aqhbci # Install the handbook -%__install -m 644 %{S:1} %{buildroot}%{_datadir}/%{name}/aqbanking-handbook.pdf +mkdir -p %{buildroot}/%{_docdir}/%{name} +%__install -m 644 %{S:1} %{buildroot}%{_docdir}/%{name}/aqbanking-handbook.pdf %find_lang %{name} %fdupes %{buildroot} @@ -141,17 +153,23 @@ %post ofx -p /sbin/ldconfig %postun ofx -p /sbin/ldconfig + +%post -n libaqofxconnect7 -p /sbin/ldconfig + +%postun -n libaqofxconnect7 -p /sbin/ldconfig + %endif %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO README.aqhbci +%exclude %{_docdir}/%{name}/%{name}-handbook.pdf ### The original aqbanking files %{_bindir}/%{name}-cli %{_libdir}/lib%{name}*.so.* -%dir %{_libdir}/gwenhywfar/plugins/*/dbio -%{_libdir}/gwenhywfar/plugins/*/dbio/dtaus.* -%{_libdir}/gwenhywfar/plugins/*/dbio/swift.* +%dir %{aq_plugindir}/dbio +%{aq_plugindir}/dbio/dtaus.* +%{aq_plugindir}/dbio/swift.* %{_datadir}/%{name}/aqbanking/ %{_datadir}/%{name}/bankinfo/ %{_datadir}/%{name}/dialogs/ @@ -224,7 +242,7 @@ %files doc %defattr(-,root,root) -%{_datadir}/%{name}/aqbanking-handbook.pdf +%{_docdir}/%{name}/aqbanking-handbook.pdf %files lang -f %{name}.lang @@ -232,12 +250,15 @@ %files ofx %defattr(-,root,root) -%{_libdir}/libaqofxconnect.so.* %{aq_plugindir}/providers/aqofxconnect.* %{imex_plugindir}/ofx.* %{imex_datadir}/ofx %{_datadir}/aqbanking/backends/aqofxconnect +%files -n libaqofxconnect7 +%defattr(-,root,root) +%{_libdir}/libaqofxconnect.so.* + %endif %changelog ++++++ aqbanking-5.3.0beta.tar.gz -> aqbanking-5.3.6beta.tar.gz ++++++ ++++ 8930 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
