Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libebml for openSUSE:Factory checked 
in at 2021-03-21 23:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libebml (Old)
 and      /work/SRC/openSUSE:Factory/.libebml.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libebml"

Sun Mar 21 23:20:08 2021 rev:50 rq:880144 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libebml/libebml.changes  2021-03-02 
15:18:48.981684917 +0100
+++ /work/SRC/openSUSE:Factory/.libebml.new.2401/libebml.changes        
2021-03-21 23:20:22.944739500 +0100
@@ -1,0 +2,6 @@
+Fri Mar 19 14:10:19 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Add patch to fix build with GCC 11 (boo#1183715)
+  * 0001-include-appropriate-header-files-for-std-numeric_lim.patch
+
+-------------------------------------------------------------------

New:
----
  0001-include-appropriate-header-files-for-std-numeric_lim.patch

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

Other differences:
------------------
++++++ libebml.spec ++++++
--- /var/tmp/diff_new_pack.g2jZL8/_old  2021-03-21 23:20:23.428739667 +0100
+++ /var/tmp/diff_new_pack.g2jZL8/_new  2021-03-21 23:20:23.432739668 +0100
@@ -28,6 +28,8 @@
 #Git-Web:       https://github.com/Matroska-Org/libebml
 Source:         
https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz
 Source100:      baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-include-appropriate-header-files-for-std-numeric_lim.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -56,7 +58,7 @@
 http://www.matroska.org/technical/specs/rfc/index.html .
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %cmake

++++++ 0001-include-appropriate-header-files-for-std-numeric_lim.patch ++++++
>From 3068cb8de2264db02dd9d6a3ffa45cff198cd85d Mon Sep 17 00:00:00 2001
From: Moritz Bunkus <mo@bunkus.online>
Date: Sat, 27 Feb 2021 20:36:52 +0100
Subject: [PATCH] include appropriate header files for std::numeric_limits

Fixes #80.
---
 src/EbmlString.cpp        | 1 +
 src/EbmlUnicodeString.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
index 27e55fd..4c05fcf 100644
--- a/src/EbmlString.cpp
+++ b/src/EbmlString.cpp
@@ -34,6 +34,7 @@
   \author Steve Lhomme     <robux4 @ users.sf.net>
 */
 #include <cassert>
+#include <limits>
 
 #include "ebml/EbmlString.h"
 
diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp
index 496a16a..99fc073 100644
--- a/src/EbmlUnicodeString.cpp
+++ b/src/EbmlUnicodeString.cpp
@@ -36,6 +36,7 @@
 */
 
 #include <cassert>
+#include <limits>
 
 #include "ebml/EbmlUnicodeString.h"
 
-- 
2.30.2

Reply via email to