Accepting request 711486 from devel:gcc
OBS-URL: https://build.opensuse.org/request/show/711486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newlib?expand=0&rev=7
This commit is contained in:
commit
50231471c6
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
||||||
|
|
||||||
|
- Update to v3.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- On riscv64 force gcc 8 as bootstrap compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-none-newlib-devel
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cross-%{cross_arch}-newlib-devel
|
Name: cross-%{cross_arch}-newlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on %{cross_arch} embedded systems
|
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
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1: epiphany-fixes.diff
|
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
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1220
|
%if %{suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
||||||
|
|
||||||
|
- Update to v3.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- On riscv64 force gcc 8 as bootstrap compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-epiphany-newlib-devel
|
# spec file for package cross-epiphany-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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cross-%{cross_arch}-newlib-devel
|
Name: cross-%{cross_arch}-newlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on %{cross_arch} embedded systems
|
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
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1: epiphany-fixes.diff
|
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
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1220
|
%if %{suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
||||||
|
|
||||||
|
- Update to v3.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- On riscv64 force gcc 8 as bootstrap compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-riscv64-newlib-devel
|
# spec file for package cross-riscv64-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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cross-%{cross_arch}-newlib-devel
|
Name: cross-%{cross_arch}-newlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on %{cross_arch} embedded systems
|
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
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1: epiphany-fixes.diff
|
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
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1220
|
%if %{suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
||||||
|
|
||||||
|
- Update to v3.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- On riscv64 force gcc 8 as bootstrap compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-rx-newlib-devel
|
# spec file for package cross-rx-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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cross-%{cross_arch}-newlib-devel
|
Name: cross-%{cross_arch}-newlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on %{cross_arch} embedded systems
|
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
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
@ -34,7 +34,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1: epiphany-fixes.diff
|
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
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1220
|
%if %{suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332
|
|
||||||
size 18168046
|
|
3
newlib-3.1.0.tar.gz
Normal file
3
newlib-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb4fa1cc21e9060719208300a61420e4089d6de6ef59cf533b57fe74801d102a
|
||||||
|
size 17958952
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 01:00:01 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
||||||
|
|
||||||
|
- Update to v3.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 19:59:12 UTC 2019 - matz@suse.com
|
||||||
|
|
||||||
|
- On riscv64 force gcc 8 as bootstrap compiler
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Dec 24 13:49:40 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package newlib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: newlib
|
Name: newlib
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on embedded systems
|
Summary: C library intended for use on embedded systems
|
||||||
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: cross-%{cross_arch}-newlib-devel
|
Name: cross-%{cross_arch}-newlib-devel
|
||||||
Version: 3.0.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on %{cross_arch} embedded systems
|
Summary: C library intended for use on %{cross_arch} embedded systems
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -15,7 +15,11 @@ Source0: ftp://sourceware.org/pub/newlib/newlib-%{version}.tar.gz
|
|||||||
|
|
||||||
Patch1: epiphany-fixes.diff
|
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
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
|
%endif
|
||||||
%if %{suse_version} > 1220
|
%if %{suse_version} > 1220
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user