Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bazel3.4 for openSUSE:Factory 
checked in at 2021-05-06 22:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bazel3.4 (Old)
 and      /work/SRC/openSUSE:Factory/.bazel3.4.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bazel3.4"

Thu May  6 22:52:55 2021 rev:3 rq:891014 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bazel3.4/bazel3.4.changes        2021-02-01 
13:26:04.049903691 +0100
+++ /work/SRC/openSUSE:Factory/.bazel3.4.new.2988/bazel3.4.changes      
2021-05-06 22:53:33.738518129 +0200
@@ -1,0 +2,6 @@
+Thu May  6 12:26:36 UTC 2021 - Richard Biener <rguent...@suse.com>
+
+- Add bazel-3.4.1-gcc11.patch to add #include that are no longer
+  pulled implicitely by GCC 11 standard library.  [boo#1181864]
+
+-------------------------------------------------------------------

New:
----
  bazel-3.4.1-gcc11.patch

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

Other differences:
------------------
++++++ bazel3.4.spec ++++++
--- /var/tmp/diff_new_pack.NHDpMU/_old  2021-05-06 22:53:34.994512949 +0200
+++ /var/tmp/diff_new_pack.NHDpMU/_new  2021-05-06 22:53:34.994512949 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bazel3.0
+# spec file for package bazel3.4
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -41,6 +41,7 @@
 Source0:        
https://github.com/bazelbuild/bazel/releases/download/%{version}/%{shortname}-%{version}-dist.zip
 Source1:        
https://github.com/bazelbuild/bazel/releases/download/%{version}/%{shortname}-%{version}-dist.zip.sig
 Patch0:         0001-python-Always-use-python3.patch
+Patch1:         bazel-3.4.1-gcc11.patch
 BuildRequires:  gcc-c++
 BuildRequires:  java-1_8_0-openjdk-devel
 BuildRequires:  pkgconfig
@@ -63,6 +64,7 @@
 %prep
 %setup -q -c
 %patch0 -p1
+%patch1
 # Remove executable permissions
 chmod 0644 AUTHORS CHANGELOG.md CONTRIBUTORS LICENSE
 # Use Python 3



++++++ bazel-3.4.1-gcc11.patch ++++++
--- third_party/ijar/zlib_client.h.orig 2021-05-06 14:14:59.479849964 +0200
+++ third_party/ijar/zlib_client.h      2021-05-06 14:20:15.235724889 +0200
@@ -15,6 +15,7 @@
 #ifndef THIRD_PARTY_IJAR_ZLIB_CLIENT_H_
 #define THIRD_PARTY_IJAR_ZLIB_CLIENT_H_
 
+#include <limits>
 #include <limits.h>
 
 #include "third_party/ijar/common.h"
--- ./third_party/ijar/mapped_file_unix.cc.orig 2021-05-06 14:24:39.106939003 
+0200
+++ ./third_party/ijar/mapped_file_unix.cc      2021-05-06 14:24:46.599029982 
+0200
@@ -19,6 +19,7 @@
 #include <sys/mman.h>
 
 #include <algorithm>
+#include <limits>
 
 #include "third_party/ijar/mapped_file.h"
 

Reply via email to