From c4dd732ea526d54206e944e65cc9ca36efafbd60ca0cb03a3c111251f2812cd7 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 29 Jan 2018 10:26:24 +0000 Subject: [PATCH] Accepting request 570503 from home:Andreas_Schwab:Factory - Update to kernel headers 4.15 - Add support for riscv OBS-URL: https://build.opensuse.org/request/show/570503 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=121 --- linux-glibc-devel-4.14.tar.xz | 3 --- linux-glibc-devel-4.15.tar.xz | 3 +++ linux-glibc-devel.changes | 6 ++++++ linux-glibc-devel.spec | 14 ++++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 linux-glibc-devel-4.14.tar.xz create mode 100644 linux-glibc-devel-4.15.tar.xz diff --git a/linux-glibc-devel-4.14.tar.xz b/linux-glibc-devel-4.14.tar.xz deleted file mode 100644 index 2d681d5..0000000 --- a/linux-glibc-devel-4.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:317d8e45cb51d5efbccf16bbcf055d5a8f7577bb5a755d25e296021c7d83b0a4 -size 1150728 diff --git a/linux-glibc-devel-4.15.tar.xz b/linux-glibc-devel-4.15.tar.xz new file mode 100644 index 0000000..3366997 --- /dev/null +++ b/linux-glibc-devel-4.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b365fa0d682cc516c48118c812fa03360ce0876ed98d8c4a66ebc39c2f506e67 +size 1175304 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 22dc6f8..d8f213c 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 29 10:17:33 UTC 2018 - schwab@suse.de + +- Update to kernel headers 4.15 +- Add support for riscv + ------------------------------------------------------------------- Tue Nov 14 16:34:15 UTC 2017 - schwab@suse.de diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 54ae3dc..589914d 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -1,7 +1,7 @@ # # spec file for package linux-glibc-devel # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -21,7 +21,7 @@ Summary: Linux headers for userspace development License: GPL-2.0 Group: Development/Libraries/C and C++ BuildArch: noarch -Version: 4.14 +Version: 4.15 Release: 0 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -132,8 +132,9 @@ case "$(uname -m)" in parisc) asm_link=parisc ;; *mips*) asm_link=mips ;; sparc*) asm_link=sparc ;; - aarch64) asm_link=arm64 ;; - m68k) asm_link=m68k ;; + aarch64) asm_link=arm64 ;; + m68k) asm_link=m68k ;; + riscv*) asm_link=riscv ;; *) asm_link=x86 ;; esac if test -L usr/include/asm @@ -165,8 +166,9 @@ case "$(uname -m)" in parisc) asm_link=parisc ;; *mips*) asm_link=mips ;; sparc*) asm_link=sparc ;; - aarch64) asm_link=arm64 ;; - m68k) asm_link=m68k ;; + aarch64) asm_link=arm64 ;; + m68k) asm_link=m68k ;; + riscv*) asm_link=riscv ;; *) asm_link=x86 ;; esac ln -sfn arch-$asm_link/asm usr/include/asm