From 038e1122cad8ed17c2e958f004a71ebb756825cecd85deaed90be21a48c4dcc1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 24 May 2007 10:17:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aqbanking?expand=0&rev=2 --- aqbanking.changes | 5 +++++ aqbanking.spec | 24 +++++++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/aqbanking.changes b/aqbanking.changes index 417fc6f..4ae6487 100644 --- a/aqbanking.changes +++ b/aqbanking.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 24 11:05:54 CEST 2007 - stbinner@suse.de + +- add missing %run_ldconfig calls + ------------------------------------------------------------------- Sat Dec 16 12:35:11 CET 2006 - prusnak@suse.cz diff --git a/aqbanking.spec b/aqbanking.spec index 0a0b621..bfd9c92 100644 --- a/aqbanking.spec +++ b/aqbanking.spec @@ -1,7 +1,7 @@ # # spec file for package aqbanking (Version 2.2.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -13,10 +13,10 @@ Name: aqbanking BuildRequires: doxygen gtk2-devel gwenhywfar-devel kdelibs3-devel ktoblzcheck-devel libchipcard-devel libglade2-devel libofx-devel python-devel pyxml qt3-devel Version: 2.2.3 -Release: 26 +Release: 59 URL: http://www.aquamaniac.de/aqbanking/ Group: Productivity/Office/Finance -License: GNU General Public License (GPL), Other License(s), see package +License: GNU General Public License (GPL) Summary: Library for Online Banking Functions and Financial Data Import and Export Source: %{name}-%{version}.tar.bz2 Patch: aqbanking-aqyellownet-libtool.patch @@ -191,7 +191,7 @@ Authors: %package yellownet Summary: Library for Online Banking Functions and Financial Data Import/Export Group: Productivity/Office/Finance -License: GNU General Public License (GPL), Other License(s), see package +License: GNU General Public License (GPL) Requires: %{name} = %{version} %description yellownet @@ -282,6 +282,18 @@ rm -rf $RPM_BUILD_ROOT %postun qt3 %run_ldconfig +%post ofx +%run_ldconfig + +%postun ofx +%run_ldconfig + +%post geldkarte +%run_ldconfig + +%postun geldkarte +%run_ldconfig + %files -f %name.lang %defattr(-,root,root) %doc %{_docdir}/%{name} @@ -444,7 +456,9 @@ rm -rf $RPM_BUILD_ROOT %{qb_cfgmoddir}/aqyellownet* %endif -%changelog -n aqbanking +%changelog +* 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