6
0

Compare commits

...

10 Commits

Author SHA256 Message Date
2e2a117641 Accepting request 1279994 from Base:System
- Update to kernel headers 6.15 (forwarded request 1279993 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1279994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=100
2025-05-27 16:52:39 +00:00
7a969666b4 - Update to kernel headers 6.15
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=206
2025-05-26 07:45:09 +00:00
a87ed2ee66 Accepting request 1256020 from Base:System
- Update to kernel headers 6.14 (forwarded request 1256018 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1256020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=99
2025-03-26 20:16:11 +00:00
5d96d21703 - Update to kernel headers 6.14
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=204
2025-03-25 16:00:00 +00:00
71f95c639a Accepting request 1239203 from Base:System
- Update to kernel headers 6.13 (forwarded request 1239202 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1239203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=98
2025-01-23 16:56:26 +00:00
1d00400812 Accepting request 1239202 from home:Andreas_Schwab:Factory
- Update to kernel headers 6.13

OBS-URL: https://build.opensuse.org/request/show/1239202
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=202
2025-01-21 08:54:20 +00:00
4ebf700401 Accepting request 1227778 from Base:System
- Add loongarch64 as new target (forwarded request 1226471 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1227778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=97
2024-12-03 19:45:27 +00:00
06e1ea77ff - Add loongarch64 as new target
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=200
2024-12-02 13:47:52 +00:00
0792f9ce04 Accepting request 1224912 from Base:System
- Update to kernel headers 6.12 (forwarded request 1224911 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1224912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=96
2024-11-21 14:13:38 +00:00
02bcc6b7f0 - Update to kernel headers 6.12
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=198
2024-11-18 16:08:08 +00:00
4 changed files with 32 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0802cbaa8f277e86426f4b492bc70c24a7116058634f5e10d03c69ba75d4d8a
size 1892520

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48e7318343f80a5808c2f591390e7d2c784bb6666769105d1311f48aae0e55f7
size 1932808

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 26 07:37:31 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.15
-------------------------------------------------------------------
Tue Mar 25 11:36:47 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.14
-------------------------------------------------------------------
Tue Jan 21 08:31:24 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.13
-------------------------------------------------------------------
Mon Nov 18 18:20:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Add loongarch64 as new target
-------------------------------------------------------------------
Mon Nov 18 15:57:13 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Update to kernel headers 6.12
-------------------------------------------------------------------
Sun Sep 15 18:03:24 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package linux-glibc-devel
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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: linux-glibc-devel
Version: 6.11
Version: 6.15
Release: 0
Summary: Linux headers for userspace development
License: GPL-2.0-only
@ -37,7 +37,7 @@ Obsoletes: linux-kernel-headers < %{version}
%{lua:
function cross_archs()
return "aarch64", "arm", "hppa", "i386", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
return "aarch64", "arm", "hppa", "i386", "loongarch64", "m68k", "mips", "ppc64", "ppc64le", "riscv64", "s390x", "sparc", "sparc64", "x86_64"
end
function kernel_arch(arch)
@ -49,6 +49,7 @@ function kernel_arch(arch)
["i386"] = "x86",
["i586"] = "x86",
["i686"] = "x86",
["loongarch64"] = "loongarch",
["ppc"] = "powerpc",
["ppc64"] = "powerpc",
["ppc64le"] = "powerpc",