Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dynare for openSUSE:Factory checked 
in at 2023-04-12 12:52:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dynare (Old)
 and      /work/SRC/openSUSE:Factory/.dynare.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dynare"

Wed Apr 12 12:52:13 2023 rev:5 rq:1078552 version:5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/dynare/dynare.changes    2022-12-31 
11:23:12.612560638 +0100
+++ /work/SRC/openSUSE:Factory/.dynare.new.19717/dynare.changes 2023-04-12 
12:52:14.405156297 +0200
@@ -1,0 +2,6 @@
+Mon Apr 10 20:53:33 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add dynare-add-missing-include.patch: Add missing includes, now
+  exposed by gcc 13.
+
+-------------------------------------------------------------------

New:
----
  dynare-add-missing-include.patch

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

Other differences:
------------------
++++++ dynare.spec ++++++
--- /var/tmp/diff_new_pack.fJFH2b/_old  2023-04-12 12:52:14.917159289 +0200
+++ /var/tmp/diff_new_pack.fJFH2b/_new  2023-04-12 12:52:14.925159336 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dynare
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 Source:         https://www.dynare.org/release/source/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM dynare-no-return-in-non-void-function.patch 
badshah...@gmail.com -- Return trivial value from a function that is not 
declared as returning void
 Patch0:         dynare-no-return-in-non-void-function.patch
+# PATCH-FIX-UPSTREAM dynare-add-missing-include.patch -- Add missing includes, 
gcc 13 exposed
+Patch1:         dynare-add-missing-include.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc%{gccver}-c++
 BuildRequires:  gcc%{gccver}-fortran
@@ -79,8 +81,7 @@
 This package provides documentation for %{name} in HTML format.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 autoreconf -fvi

++++++ dynare-add-missing-include.patch ++++++
Index: dynare-5.3/preprocessor/src/CodeInterpreter.hh
===================================================================
--- dynare-5.3.orig/preprocessor/src/CodeInterpreter.hh
+++ dynare-5.3/preprocessor/src/CodeInterpreter.hh
@@ -22,6 +22,7 @@
 
 #include <fstream>
 #include <cstring>
+#include <cstdint>
 #include <utility>
 #include <vector>
 #ifdef BYTE_CODE

Reply via email to