From 59b11a2085437875b3c6da9515e6eeaf17736396 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:16:06 +0100 Subject: [PATCH] update to 0.10.3 [release 0.10.3-1mamba;Sun Oct 17 2021] --- libofx.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libofx.spec b/libofx.spec index 477be9c..6222764 100644 --- a/libofx.spec +++ b/libofx.spec @@ -1,12 +1,12 @@ Name: libofx -Version: 0.10.2 +Version: 0.10.3 Release: 1mamba Summary: A library which provides support for OFX command responses Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://libofx.sourceforge.net +URL: http://libofx.sourceforge.net/ Source: http://downloads.sourceforge.net/libofx/libofx-%{version}.tar.gz Patch0: %{name}-0.9.0-gcc43.patch Patch1: libofx-0.9.5-gcc-4.7.patch @@ -44,11 +44,11 @@ LibOFX is based on the excellent OpenSP library written by James Clark, and now OpenSP by itself is not widely distributed. OpenJADE 1.3.1 includes a version on OpenSP that will link, however, it has some major problems with LibOFX and isn't recommended. Since LibOFX uses the generic interface to OpenSP, it should be compatible with all recent versions of OpenSP (It has been developed with OpenSP-1.5pre5). LibOFX is written in C++, but provides a C style interface usable transparently from both C and C++ using a single include file. - This package provides libraries to use libofx. -%prep +%debug_package +%prep %setup -q #%patch0 -p1 %patch1 -p1 @@ -98,6 +98,9 @@ LDFLAGS="-L%{_libdir}" %doc ChangeLog NEWS README %changelog +* Sun Oct 17 2021 Silvan Calarco 0.10.3-1mamba +- update to 0.10.3 + * Sun Apr 25 2021 Automatic Build System 0.10.2-1mamba - automatic version update by autodist