update to 0.10.3 [release 0.10.3-1mamba;Sun Oct 17 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:16:06 +01:00
parent 798bed3d07
commit 59b11a2085

View File

@ -1,12 +1,12 @@
Name: libofx Name: libofx
Version: 0.10.2 Version: 0.10.3
Release: 1mamba Release: 1mamba
Summary: A library which provides support for OFX command responses Summary: A library which provides support for OFX command responses
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://libofx.sourceforge.net URL: http://libofx.sourceforge.net/
Source: http://downloads.sourceforge.net/libofx/libofx-%{version}.tar.gz Source: http://downloads.sourceforge.net/libofx/libofx-%{version}.tar.gz
Patch0: %{name}-0.9.0-gcc43.patch Patch0: %{name}-0.9.0-gcc43.patch
Patch1: libofx-0.9.5-gcc-4.7.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. 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). 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. 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. This package provides libraries to use libofx.
%prep %debug_package
%prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
%patch1 -p1 %patch1 -p1
@ -98,6 +98,9 @@ LDFLAGS="-L%{_libdir}"
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%changelog %changelog
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.3-1mamba
- update to 0.10.3
* Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba * Sun Apr 25 2021 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
- automatic version update by autodist - automatic version update by autodist