Auto-sync with upstream branch master
Upstream commit: 709fbd3ec3595f2d1076b4fec09a739327459288 - stdlib: Reinstate stable mergesort implementation on qsort - x86-64: Check if mprotect works before rewriting PLT - aarch64: Add NEWS entry about libmvec for 2.39
This commit is contained in:
parent
5c2b7dda4c
commit
9aa434eb3f
11
glibc.spec
11
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.38.9000-486-g064c708c78
|
||||
%global glibcsrcdir glibc-2.38.9000-489-g709fbd3ec3
|
||||
%global glibcversion 2.38.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -171,7 +171,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 31
|
||||
%global baserelease 32
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2216,6 +2216,13 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-32
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 709fbd3ec3595f2d1076b4fec09a739327459288.
|
||||
- stdlib: Reinstate stable mergesort implementation on qsort
|
||||
- x86-64: Check if mprotect works before rewriting PLT
|
||||
- aarch64: Add NEWS entry about libmvec for 2.39
|
||||
|
||||
* Mon Jan 15 2024 Carlos O'Donell <carlos@redhat.com> - 2.38.9000-31
|
||||
- Add new locales for kv_RU, su_ID, tok, and zgh_MA.
|
||||
- Drop glibc-rh2255506.patch; fix applied upstream.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.38.9000-486-g064c708c78.tar.xz) = 72414038bde89444f75eedba77e774b914e9f51804a2f0a2944d592670706a8a70b2b3867cd6e68c2fcad12cad615dfdf5b758fc1269a5ae2a106c0b6a8a66ea
|
||||
SHA512 (glibc-2.38.9000-489-g709fbd3ec3.tar.xz) = 3ee0ad3d7bd060fdb05ab846d0ae572b38cc01fadab396e688298b7305a221e328206a08c7a4da5c72eafb7d024529600c765b40518934c7ef63a4cdab395e0f
|
||||
|
Loading…
Reference in New Issue
Block a user