Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ufraw for openSUSE:Factory checked in at 2021-05-06 22:53:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ufraw (Old) and /work/SRC/openSUSE:Factory/.ufraw.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ufraw" Thu May 6 22:53:03 2021 rev:51 rq:891036 version:0.22 Changes: -------- --- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes 2019-09-09 12:36:56.105457102 +0200 +++ /work/SRC/openSUSE:Factory/.ufraw.new.2988/ufraw.changes 2021-05-06 22:53:35.630510327 +0200 @@ -1,0 +2,6 @@ +Thu May 6 13:08:15 UTC 2021 - Marcus Meissner <[email protected]> + +- ufraw-fix-c++.patch: fixed building with C++, just assume the glib + headers can handle extern "C" themselves. + +------------------------------------------------------------------- New: ---- ufraw-fix-c++.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ufraw.spec ++++++ --- /var/tmp/diff_new_pack.UIFb8V/_old 2021-05-06 22:53:36.118508314 +0200 +++ /var/tmp/diff_new_pack.UIFb8V/_new 2021-05-06 22:53:36.122508297 +0200 @@ -1,7 +1,7 @@ # # spec file for package ufraw # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Patch10: 05_CVE-2018-19655.patch Patch11: 06_lensfun_destroy_cleanup.patch Patch12: Fix-build-with-GCC9.patch +Patch13: ufraw-fix-c++.patch BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: gimp-devel ++++++ ufraw-fix-c++.patch ++++++ Index: ufraw-0.22/uf_glib.h =================================================================== --- ufraw-0.22.orig/uf_glib.h +++ ufraw-0.22/uf_glib.h @@ -13,13 +13,13 @@ #ifndef _UF_GLIB_H #define _UF_GLIB_H +#include <glib.h> +#include <glib/gstdio.h> + #ifdef __cplusplus extern "C" { #endif -#include <glib.h> -#include <glib/gstdio.h> - // g_win32_locale_filename_from_utf8 is needed only on win32 #ifdef _WIN32 #define uf_win32_locale_filename_from_utf8(__some_string__) \
