Auto-sync with upstream branch master
Upstream commit: ea04f0213135b13d80f568ca2c4127c2ec112537 - aarch64: Remove fpu Makefile - m68k: Use sqrt{f} builtin for coldfire - arm: Use sqrt{f} builtin - riscv: Use sqrt{f} builtin - s390: Use sqrt{f} builtin - sparc: Use sqrt{f} builtin - mips: Use sqrt{f} builtin - alpha: Use builtin sqrt{f} - i386: Use builtin sqrtl - x86_64: Use builtin sqrt{f,l} - powerpc: Use sqrt{f} builtin - s390x: Use fma{f} builtin - aarch64: Use math-use-builtins for ceil{f} - math: Decompose math-use-builtins.h - hurd: Add mremap - ia64: Use generic exp10f - New exp10f version without SVID compat wrapper - i386: Use generic exp10f - math: Optimized generic exp10f with wrappers - benchtests: Add exp10f benchmark
This commit is contained in:
parent
b2357f7dc4
commit
c12a7f03e3
28
glibc.spec
28
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.31.9000-562-g27f8864bd4
|
||||
%define glibcsrcdir glibc-2.31.9000-582-gea04f02131
|
||||
%define glibcversion 2.31.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -96,7 +96,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2026,6 +2026,30 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2020 DJ Delorie <dj@redhat.com> - 2.31.9000-16
|
||||
- Auto-sync with upstream branch master,
|
||||
commit ea04f0213135b13d80f568ca2c4127c2ec112537.
|
||||
- aarch64: Remove fpu Makefile
|
||||
- m68k: Use sqrt{f} builtin for coldfire
|
||||
- arm: Use sqrt{f} builtin
|
||||
- riscv: Use sqrt{f} builtin
|
||||
- s390: Use sqrt{f} builtin
|
||||
- sparc: Use sqrt{f} builtin
|
||||
- mips: Use sqrt{f} builtin
|
||||
- alpha: Use builtin sqrt{f}
|
||||
- i386: Use builtin sqrtl
|
||||
- x86_64: Use builtin sqrt{f,l}
|
||||
- powerpc: Use sqrt{f} builtin
|
||||
- s390x: Use fma{f} builtin
|
||||
- aarch64: Use math-use-builtins for ceil{f}
|
||||
- math: Decompose math-use-builtins.h
|
||||
- hurd: Add mremap
|
||||
- ia64: Use generic exp10f
|
||||
- New exp10f version without SVID compat wrapper
|
||||
- i386: Use generic exp10f
|
||||
- math: Optimized generic exp10f with wrappers
|
||||
- benchtests: Add exp10f benchmark
|
||||
|
||||
* Fri Jun 19 2020 Patsy Franklin <patsy@redhat.com> - 2.31.9000-15
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 27f8864bd41f0f1b61e8e947d9a030b1a0d23df9.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.31.9000-562-g27f8864bd4.tar.xz) = f1e6b49adec519bc0f0ebda7fe2dc6ae4a5d562483283056dbfd2876f023e4312e8a1e08a8662be14967fa991fb7941f7af2dd0bf8437a3c6fc3c3a8ef8fd3cb
|
||||
SHA512 (glibc-2.31.9000-582-gea04f02131.tar.xz) = d1997601a6d4466aedf6821f54bfa981df6e47dc43f367d836ab1440df6da11be72da3359fb3983113bcb4a4b4fe27f79dd0245e9816a65b69796e0dd85ba05e
|
||||
|
Loading…
Reference in New Issue
Block a user