Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libofx for openSUSE:Factory checked in at 2022-05-05 23:07:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libofx (Old) and /work/SRC/openSUSE:Factory/.libofx.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libofx" Thu May 5 23:07:07 2022 rev:40 rq:975136 version:0.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libofx/libofx.changes 2021-11-09 23:55:31.211980440 +0100 +++ /work/SRC/openSUSE:Factory/.libofx.new.1538/libofx.changes 2022-05-05 23:07:47.581662130 +0200 @@ -1,0 +2,10 @@ +Thu May 5 09:31:02 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 0.10.5 + * Fix missing include for ptrdiff_t on Homebrew + * Fix parallel builds by fixing the man-page build + * Remove all "using namespace std" directives + * Fix some minor memory leaks + * Revert typos fixes + +------------------------------------------------------------------- Old: ---- 0.10.3.tar.gz New: ---- libofx-0.10.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libofx.spec ++++++ --- /var/tmp/diff_new_pack.Ohmfu6/_old 2022-05-05 23:07:48.025662684 +0200 +++ /var/tmp/diff_new_pack.Ohmfu6/_new 2022-05-05 23:07:48.029662689 +0200 @@ -1,7 +1,7 @@ # # spec file for package libofx # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: libofx -Version: 0.10.3 +Version: 0.10.5 Release: 0 Summary: OFX Command Parser and API License: GPL-2.0-or-later Group: Development/Libraries/Other URL: https://github.com/libofx/libofx -Source: https://github.com/libofx/libofx/archive/%{version}.tar.gz +Source: https://github.com/libofx/libofx/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: automake BuildRequires: curl-devel +BuildRequires: dos2unix BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -69,11 +70,9 @@ %prep %setup -q chmod -x doc/ofx_sample_files/ofx_spec160_stmtrs_example.sgml +dos2unix doc/ofx_sample_files/*.ofx %build -# Leap 15 has gengetopt 2.22 and needs the typo -sed -i 's#unnamed-opts#unamed-opts#' {ofxconnect,ofxdump}/Makefile.am - # lto causes build issues on leap and armv7l %define _lto_cflags %{nil}