Auto-sync with upstream branch master
Upstream commit: e7ac92e6ca9784b397189df0b2e1fb34f425bab8 - <stdio.h>: Acknowledge that getdelim/getline are in POSIX - localedata: Lowercase day and abday in cs_CZ - x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867] - x86: Enable non-temporal memset tunable for AMD - hurd: Fix getxattr/listxattr returning ERANGE - hurd: Fix setxattr return value on replacing - hurd: Fix getxattr("gnu.translator") returning ENODATA - hurd: Fix lsetxattr return value - localedata: add new locales scn_IT - support: Fix typo in xgetsockname error message - getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661] - Linux: Add epoll ioctls - Improve doc for time_t range (BZ 31808) - difftime can throw exceptions - malloc: New test to check malloc alternate path using memory obstruction - math: Fix exp10 undefined left shift - libio: Test for fdopen memory leak without SEEK_END support (bug 31840) - Remove memory leak in fdopen (bug 31840) - Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h - Add more NT_ARM_* constants from Linux kernel to elf.h - stdlib: Describe __cxa_finalize usage in function comment - elf: Avoid some free (NULL) calls in _dl_update_slotinfo - x86: Add seperate non-temporal tunable for memset - x86: Improve large memset perf with non-temporal stores [RHEL-29312] - elf: add note identifier for dlopen metadata - elf: update NT_FDO_PACKAGING_METADATA spec URL
This commit is contained in:
parent
98d57c7f87
commit
e8ab643b0a
35
glibc.spec
35
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.39.9000-283-g0c1d2c277a
|
||||
%global glibcsrcdir glibc-2.39.9000-309-ge7ac92e6ca
|
||||
%global glibcversion 2.39.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -170,7 +170,7 @@ Version: %{glibcversion}
|
||||
# - It allows using the Release number without the %%dist tag in the dependency
|
||||
# generator to make the generated requires interchangeable between Rawhide
|
||||
# and ELN (.elnYY < .fcXX).
|
||||
%global baserelease 25
|
||||
%global baserelease 26
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# Licenses:
|
||||
@ -873,6 +873,7 @@ local locales = {
|
||||
{ code="sah", name="Sakha", regions={ "RU" } },
|
||||
{ code="sat", name="Santali", regions={ "IN" } },
|
||||
{ code="sc", name="Sardinian", regions={ "IT" } },
|
||||
{ code="scn", name="Sicilian", regions={ "IT" } },
|
||||
{ code="sd", name="Sindhi", regions={ "IN" } },
|
||||
{ code="se", name="Northern Sami", regions={ "NO" } },
|
||||
{ code="sgs", name="Samogitian", regions={ "LT" } },
|
||||
@ -2559,6 +2560,36 @@ update_gconv_modules_cache ()
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2024 DJ Delorie <dj@redhat.com> - 2.39.9000-26
|
||||
- Auto-sync with upstream branch master,
|
||||
commit e7ac92e6ca9784b397189df0b2e1fb34f425bab8.
|
||||
- <stdio.h>: Acknowledge that getdelim/getline are in POSIX
|
||||
- localedata: Lowercase day and abday in cs_CZ
|
||||
- x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]
|
||||
- x86: Enable non-temporal memset tunable for AMD
|
||||
- hurd: Fix getxattr/listxattr returning ERANGE
|
||||
- hurd: Fix setxattr return value on replacing
|
||||
- hurd: Fix getxattr("gnu.translator") returning ENODATA
|
||||
- hurd: Fix lsetxattr return value
|
||||
- localedata: add new locales scn_IT
|
||||
- support: Fix typo in xgetsockname error message
|
||||
- getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661]
|
||||
- Linux: Add epoll ioctls
|
||||
- Improve doc for time_t range (BZ 31808)
|
||||
- difftime can throw exceptions
|
||||
- malloc: New test to check malloc alternate path using memory obstruction
|
||||
- math: Fix exp10 undefined left shift
|
||||
- libio: Test for fdopen memory leak without SEEK_END support (bug 31840)
|
||||
- Remove memory leak in fdopen (bug 31840)
|
||||
- Add new AArch64 HWCAP2 definitions from Linux 6.9 to bits/hwcap.h
|
||||
- Add more NT_ARM_* constants from Linux kernel to elf.h
|
||||
- stdlib: Describe __cxa_finalize usage in function comment
|
||||
- elf: Avoid some free (NULL) calls in _dl_update_slotinfo
|
||||
- x86: Add seperate non-temporal tunable for memset
|
||||
- x86: Improve large memset perf with non-temporal stores [RHEL-29312]
|
||||
- elf: add note identifier for dlopen metadata
|
||||
- elf: update NT_FDO_PACKAGING_METADATA spec URL
|
||||
|
||||
* Wed May 29 2024 Arjun Shankar <arjun@redhat.com> - 2.39.9000-25
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 0c1d2c277a59f08fd3232b33d18644ea890190ea:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.39.9000-283-g0c1d2c277a.tar.xz) = 9d389e846430c9c44454a0f65511f159d533fe0feffb79fb3116b94a95f55264d761fda770104d35b9d2ea8870f5240010f93f5ee6e897cf0731bec91c74b69b
|
||||
SHA512 (glibc-2.39.9000-309-ge7ac92e6ca.tar.xz) = 9c8d83e6b5dfd90b28c438500c32c0044930c613df6b9d44b0652e096c04af636accde9ff00c97ae8c07f655f850c5dd7cf55006071a1c1d2109630901dceaad
|
||||
|
Loading…
Reference in New Issue
Block a user