Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2021-04-01 14:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and      /work/SRC/openSUSE:Factory/.enblend-enfuse.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enblend-enfuse"

Thu Apr  1 14:17:10 2021 rev:37 rq:882015 version:4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes    
2019-09-20 14:52:18.242893270 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new.2401/enblend-enfuse.changes  
2021-04-01 14:18:28.724089019 +0200
@@ -1,0 +2,6 @@
+Sat Mar 27 21:13:25 UTC 2021 - Antoine Belvire <[email protected]>
+
+- Add enblend-enfuse-4.2-gcc-10.patch: Fix build with GCC 10
+  (picked from Gentoo, https://bugs.gentoo.org/723306).
+
+-------------------------------------------------------------------

New:
----
  enblend-enfuse-4.2-gcc-10.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ enblend-enfuse.spec ++++++
--- /var/tmp/diff_new_pack.B1sSdX/_old  2021-04-01 14:18:29.300089915 +0200
+++ /var/tmp/diff_new_pack.B1sSdX/_new  2021-04-01 14:18:29.304089922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 #%%define __builder ninja
 
 Name:           enblend-enfuse
-Url:            http://enblend.sourceforge.net/
+URL:            http://enblend.sourceforge.net/
 Summary:        Tool for Composing Images
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
@@ -40,6 +40,8 @@
 Patch1:         reproducibledate.patch
 # PATCH-FIX-OPENSUSE by bmwiedemann
 Patch2:         reproducible.patch
+# PATCH-FIX-UPSTREAM enblend-enfuse-4.2-gcc-10.patch
+Patch3:         enblend-enfuse-4.2-gcc-10.patch
 
 BuildRequires:  OpenEXR-devel
 BuildRequires:  cmake
@@ -103,10 +105,7 @@
 PDF usage documentation for the enblend and enfuse command line tools.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
 
 %if ! %{_build_doc}
 cp %{SOURCE10} doc/

++++++ enblend-enfuse-4.2-gcc-10.patch ++++++
Fix build with GCC-10.

Thanks-to: Walter H??ttenmeyer
Bug: https://bugs.gentoo.org/724988

--- a/src/minimizer.cc  2016-09-24 11:29:40.000000000 +0200
+++ b/src/minimizer.cc  2020-05-24 13:09:58.199170984 +0200
@@ -19,7 +19,7 @@
  */
 
 #include <gsl/gsl_errno.h>
-
+#include <limits>
 #include "minimizer.h"
 
 

Reply via email to