Auto-sync with upstream branch release/2.40/master
Upstream commit: 132a72f93cb4ad9f16b8469dc061de5f75f6a44e - manual: make setrlimit() description less ambiguous - manual/stdio: Clarify putc and putwc - malloc: add multi-threaded tests for aligned_alloc/calloc/malloc - malloc: avoid global locks in tst-aligned_alloc-lib.c
This commit is contained in:
parent
03bf7e6cdf
commit
59ad86c69b
12
glibc.spec
12
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%global glibcsrcdir glibc-2.40-5-g145b588637
|
%global glibcsrcdir glibc-2.40-9-g132a72f93c
|
||||||
%global glibcversion 2.40
|
%global glibcversion 2.40
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
@ -169,7 +169,7 @@ Version: %{glibcversion}
|
|||||||
# - It allows using the Release number without the %%dist tag in the dependency
|
# - It allows using the Release number without the %%dist tag in the dependency
|
||||||
# generator to make the generated requires interchangeable between Rawhide
|
# generator to make the generated requires interchangeable between Rawhide
|
||||||
# and ELN (.elnYY < .fcXX).
|
# and ELN (.elnYY < .fcXX).
|
||||||
%global baserelease 2
|
%global baserelease 3
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
|
|
||||||
# Licenses:
|
# Licenses:
|
||||||
@ -2576,6 +2576,14 @@ update_gconv_modules_cache ()
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 31 2024 Patsy Griffin <patsy@redhat.com> - 2.40-3
|
||||||
|
- Auto-sync with upstream branch release/2.40/master,
|
||||||
|
commit 132a72f93cb4ad9f16b8469dc061de5f75f6a44e.
|
||||||
|
- manual: make setrlimit() description less ambiguous
|
||||||
|
- manual/stdio: Clarify putc and putwc
|
||||||
|
- malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
|
||||||
|
- malloc: avoid global locks in tst-aligned_alloc-lib.c
|
||||||
|
|
||||||
* Fri Jul 26 2024 Florian Weimer <fweimer@redhat.com> - 2.40-2
|
* Fri Jul 26 2024 Florian Weimer <fweimer@redhat.com> - 2.40-2
|
||||||
- Support clearing options in /etc/resolv.conf, RES_OPTIONS with a - prefix
|
- Support clearing options in /etc/resolv.conf, RES_OPTIONS with a - prefix
|
||||||
- Introduce the strict-error/RES_STRICTERR stub resolver option
|
- Introduce the strict-error/RES_STRICTERR stub resolver option
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.40-5-g145b588637.tar.xz) = e83265cb511f102c6b8c6aafa347b538bec657914c16d44485b582c692c564f5118969b538d3ba0a68b3e4033fd2c984f2e1c304a53961f9ca678c5d0f938c1c
|
SHA512 (glibc-2.40-9-g132a72f93c.tar.xz) = f88ffb4ab47104640c88504ca2619cdca0795565173daf98a37d624333e14ab96699f662597fe51ba94a274c4cc7001bd2c8cc29fd5df012733298049e533bf4
|
||||||
|
Loading…
Reference in New Issue
Block a user