Hello community,
here is the log from the commit of package newlib for openSUSE:Factory checked
in at 2019-06-24 21:52:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/newlib (Old)
and /work/SRC/openSUSE:Factory/.newlib.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newlib"
Mon Jun 24 21:52:25 2019 rev:7 rq:711486 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/newlib/cross-arm-none-newlib-devel.changes
2018-12-28 12:35:11.595968874 +0100
+++
/work/SRC/openSUSE:Factory/.newlib.new.4615/cross-arm-none-newlib-devel.changes
2019-06-24 21:53:35.476116586 +0200
@@ -1,0 +2,10 @@
+Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <[email protected]>
+
+- Update to v3.1.0
+
+-------------------------------------------------------------------
+Mon May 27 19:59:12 UTC 2019 - [email protected]
+
+- On riscv64 force gcc 8 as bootstrap compiler
+
+-------------------------------------------------------------------
cross-epiphany-newlib-devel.changes: same change
cross-riscv64-newlib-devel.changes: same change
cross-rx-newlib-devel.changes: same change
newlib.changes: same change
Old:
----
newlib-3.0.0.tar.gz
New:
----
newlib-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cross-arm-none-newlib-devel.spec ++++++
--- /var/tmp/diff_new_pack.jSTL1u/_old 2019-06-24 21:53:38.384118833 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new 2019-06-24 21:53:38.384118833 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cross-arm-none-newlib-devel
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
-Version: 3.0.0
+Version: 3.1.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
@@ -34,7 +34,11 @@
Patch1: epiphany-fixes.diff
+%if "%{cross_arch}" == "riscv64"
+BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
+%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
+%endif
%if %{suse_version} > 1220
BuildRequires: makeinfo
%else
cross-epiphany-newlib-devel.spec: same change
cross-riscv64-newlib-devel.spec: same change
cross-rx-newlib-devel.spec: same change
++++++ newlib.spec ++++++
--- /var/tmp/diff_new_pack.jSTL1u/_old 2019-06-24 21:53:38.468118897 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new 2019-06-24 21:53:38.468118897 +0200
@@ -1,7 +1,7 @@
#
# spec file for package newlib
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: newlib
-Version: 3.0.0
+Version: 3.1.0
Release: 0
Summary: C library intended for use on embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
++++++ newlib-3.0.0.tar.gz -> newlib-3.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/newlib/newlib-3.0.0.tar.gz
/work/SRC/openSUSE:Factory/.newlib.new.4615/newlib-3.1.0.tar.gz differ: char 5,
line 1
++++++ newlib.spec.in ++++++
--- /var/tmp/diff_new_pack.jSTL1u/_old 2019-06-24 21:53:38.532118946 +0200
+++ /var/tmp/diff_new_pack.jSTL1u/_new 2019-06-24 21:53:38.536118950 +0200
@@ -5,7 +5,7 @@
%endif
Name: cross-%{cross_arch}-newlib-devel
-Version: 3.0.0
+Version: 3.1.0
Release: 0
Summary: C library intended for use on %{cross_arch} embedded systems
Group: Development/Tools
@@ -15,7 +15,11 @@
Patch1: epiphany-fixes.diff
+%if "%{cross_arch}" == "riscv64"
+BuildRequires: cross-%{gcc_cross_arch}-gcc8-bootstrap
+%else
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
+%endif
%if %{suse_version} > 1220
BuildRequires: makeinfo
%else