1
0

Compare commits

...

6 Commits

Author SHA256 Message Date
Ana Guerrero
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
Ana Guerrero
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
Ana Guerrero
10e4f3042d Accepting request 1201298 from Base:System
- Update to kernel headers 6.11 (forwarded request 1201297 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1201298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=95
2024-09-16 15:40:33 +00:00
07924590d0 - Update to kernel headers 6.11
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=196
2024-09-15 19:40:45 +00:00
4 changed files with 21 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>
- Update to kernel headers 6.11
-------------------------------------------------------------------
Fri Jul 26 10:11:43 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@ -17,7 +17,7 @@
Name: linux-glibc-devel
Version: 6.10
Version: 6.12
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",