Auto-sync with upstream branch master
Upstream commit: 8390014c2320f94ffd8a8f6088c10c1f64567954 - Update kernel version to 6.2 in header constant tests - arm: Remove __builtin_arm_uqsub8 usage on string-fza.h - alpha: Remove strncmp optimization - powerpc: Remove powerpc64 strncmp variants - powerpc: Remove strncmp variants - C2x scanf binary constant handling - Fix stringop-overflow warning in test-strncat. - nis: Fix stringop-truncation warning with -O3 in nis_local_host. - support: use 64-bit time_t (bug 30111) - LoongArch: Update libm-test-ulps. - LoongArch: Further refine the condition to enable static PIE - hurd: Fix some broken indentation - hurd: Remove the ecx kludge
This commit is contained in:
parent
ae2a2c23ba
commit
c58b5b31be
21
glibc.spec
21
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%global glibcsrcdir glibc-2.37.9000-143-g59a6d5e947
|
%global glibcsrcdir glibc-2.37.9000-156-g8390014c23
|
||||||
%global glibcversion 2.37.9000
|
%global glibcversion 2.37.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:
|
||||||
@ -159,7 +159,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}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
@ -2193,6 +2193,23 @@ 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
|
||||||
|
* Mon Mar 06 2023 DJ Delorie <dj@redhat.com> - 2.37.9000-3
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit 8390014c2320f94ffd8a8f6088c10c1f64567954.
|
||||||
|
- Update kernel version to 6.2 in header constant tests
|
||||||
|
- arm: Remove __builtin_arm_uqsub8 usage on string-fza.h
|
||||||
|
- alpha: Remove strncmp optimization
|
||||||
|
- powerpc: Remove powerpc64 strncmp variants
|
||||||
|
- powerpc: Remove strncmp variants
|
||||||
|
- C2x scanf binary constant handling
|
||||||
|
- Fix stringop-overflow warning in test-strncat.
|
||||||
|
- nis: Fix stringop-truncation warning with -O3 in nis_local_host.
|
||||||
|
- support: use 64-bit time_t (bug 30111)
|
||||||
|
- LoongArch: Update libm-test-ulps.
|
||||||
|
- LoongArch: Further refine the condition to enable static PIE
|
||||||
|
- hurd: Fix some broken indentation
|
||||||
|
- hurd: Remove the ecx kludge
|
||||||
|
|
||||||
* Wed Mar 01 2023 Carlos O'Donell <carlos@redhat.com> - 2.37.9000-2
|
* Wed Mar 01 2023 Carlos O'Donell <carlos@redhat.com> - 2.37.9000-2
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit 59a6d5e9477695c41d6feef7ef8636f8f744f3c5:
|
commit 59a6d5e9477695c41d6feef7ef8636f8f744f3c5:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.37.9000-143-g59a6d5e947.tar.xz) = 80a4f0c7174482295346f825c5b893bfb38ee0b8b3a12feb3027df3061668e9f03469ab34436614f8e14928fe40316ae120264ef9495f6ce39bd1243451bfcec
|
SHA512 (glibc-2.37.9000-156-g8390014c23.tar.xz) = ed8c6f44057ce9e726ec8fe086220a403f0cadf02c1fc8ec407fda96e1f66ab65cc73b4a93989b8cae74784e322d2d302d779fcd5ebfc6b33c11c304a6574ee6
|
||||||
|
Loading…
Reference in New Issue
Block a user