Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package givaro for openSUSE:Factory checked 
in at 2023-03-28 17:51:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/givaro (Old)
 and      /work/SRC/openSUSE:Factory/.givaro.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "givaro"

Tue Mar 28 17:51:53 2023 rev:10 rq:1074921 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/givaro/givaro.changes    2021-12-14 
22:02:20.855153105 +0100
+++ /work/SRC/openSUSE:Factory/.givaro.new.31432/givaro.changes 2023-03-28 
17:51:53.987708575 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 08:47:39 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Add 0001-Add-missing-include-cstdint-for-u-int64_t.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Add-missing-include-cstdint-for-u-int64_t.patch

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

Other differences:
------------------
++++++ givaro.spec ++++++
--- /var/tmp/diff_new_pack.CWwfuh/_old  2023-03-28 17:51:54.595711508 +0200
+++ /var/tmp/diff_new_pack.CWwfuh/_new  2023-03-28 17:51:54.599711528 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package givaro
 #
-# Copyright (c) 2021 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
@@ -28,6 +28,7 @@
 #Git-Clone:    https://github.com/linbox-team/givaro
 Source:         
https://github.com/linbox-team/givaro/releases/download/v%version/%name-%version.tar.gz
 Patch1:         givaro-doc-no-build-time.patch
+Patch2:         0001-Add-missing-include-cstdint-for-u-int64_t.patch
 # Old doxygen does not properly handle symlink recursion
 BuildRequires:  doxygen >= 1.5.7.1
 BuildRequires:  fdupes

++++++ 0001-Add-missing-include-cstdint-for-u-int64_t.patch ++++++
>From c7744bb133496cd7ac04688f345646d505e1bf52 Mon Sep 17 00:00:00 2001
From: "Benjamin A. Beasley" <c...@musicinmybrain.net>
Date: Thu, 19 Jan 2023 09:12:22 -0500
Subject: [PATCH] Add missing #include <cstdint> for (u)int64_t

Fixes failure to compile on GCC 13.
---
 src/library/poly1/givdegree.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/library/poly1/givdegree.h b/src/library/poly1/givdegree.h
index 3753a425..eb85a0dd 100644
--- a/src/library/poly1/givdegree.h
+++ b/src/library/poly1/givdegree.h
@@ -19,6 +19,8 @@
 #ifndef __GIVARO_poly1degree_H
 #define __GIVARO_poly1degree_H
 
+#include <cstdint>
+
 #include <iostream>
 
 namespace Givaro {
-- 
2.40.0

Reply via email to