Auto-sync with upstream branch master
Upstream commit: e2803cfd8bb00b54816d1a2c381d2cf82b136da6 - NEWS: Mention PLT rewrite on x86-64 - stdlib: Verify heapsort for two-element cases - stdlib: Fix heapsort for cases with exactly two elements - localedata: anp_IN: Fix abbreviated month names
This commit is contained in:
parent
9aa434eb3f
commit
0239af7b6c
12
glibc.spec
12
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%global glibcsrcdir glibc-2.38.9000-489-g709fbd3ec3
|
%global glibcsrcdir glibc-2.38.9000-493-ge2803cfd8b
|
||||||
%global glibcversion 2.38.9000
|
%global glibcversion 2.38.9000
|
||||||
# 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:
|
||||||
@ -171,7 +171,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 32
|
%global baserelease 33
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
@ -2216,6 +2216,14 @@ update_gconv_modules_cache ()
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-33
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit e2803cfd8bb00b54816d1a2c381d2cf82b136da6.
|
||||||
|
- NEWS: Mention PLT rewrite on x86-64
|
||||||
|
- stdlib: Verify heapsort for two-element cases
|
||||||
|
- stdlib: Fix heapsort for cases with exactly two elements
|
||||||
|
- localedata: anp_IN: Fix abbreviated month names
|
||||||
|
|
||||||
* Mon Jan 15 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-32
|
* Mon Jan 15 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-32
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit 709fbd3ec3595f2d1076b4fec09a739327459288.
|
commit 709fbd3ec3595f2d1076b4fec09a739327459288.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.38.9000-489-g709fbd3ec3.tar.xz) = 3ee0ad3d7bd060fdb05ab846d0ae572b38cc01fadab396e688298b7305a221e328206a08c7a4da5c72eafb7d024529600c765b40518934c7ef63a4cdab395e0f
|
SHA512 (glibc-2.38.9000-493-ge2803cfd8b.tar.xz) = 20f385ff953732d408a817ef3ef0fe9247517cccc32fd6bcfa5a1dd51d64bd781f27cae3107067783cc77325d88bb079f77ba79b226908b4dc9e84cfd5af448e
|
||||||
|
Loading…
Reference in New Issue
Block a user