Auto-sync with upstream branch master
Upstream commit: 1a85970f41ea1e5abe6da2298a5e8fedcea26b70 - powerpc: Relocate stinfo->main - powerpc64: Set up thread register for _dl_relocate_static_pie - powerpc64: Use medium model toc accesses throughout - linux: Constify rfv variable in dl_vdso_vsym - string: Replace outdated comments in strlen(). - S390: Fix elf/tst-audit25[ab] - sparc64: Remove fcopysign{f} implementation - alpha: Remove fcopysign{f} implementation - math: Use builtin for ldbl-96 copysign - ia64: Remove fcopysign{f} implementation - x86: Remove fcopysign{f} implementation - powerpc: Remove fcopysign{f} implementation - Add rif_MA locale [BZ #27781] - tests/string: Drop simple/stupid/builtin tests - test-memcpy: Actually reverse source and destination - benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set
This commit is contained in:
parent
880449658c
commit
fc64649722
26
glibc.spec
26
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35.9000-346-g053fe27343
|
||||
%global glibcsrcdir glibc-2.35.9000-362-g1a85970f41
|
||||
%global glibcversion 2.35.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -152,7 +152,7 @@ end}
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -748,6 +748,7 @@ local locales = {
|
||||
{ code="pt", name="Portuguese", regions={ "BR", "PT" } },
|
||||
{ code="quz", name="Cusco Quechua", regions={ "PE" } },
|
||||
{ code="raj", name="Rajasthani", regions={ "IN" } },
|
||||
{ code="rif", name="Tarifit", regions={ "MA" } },
|
||||
{ code="ro", name="Romanian", regions={ "RO" } },
|
||||
{ code="ru", name="Russian", regions={ "RU", "UA" } },
|
||||
{ code="rw", name="Kinyarwanda", regions={ "RW" } },
|
||||
@ -2169,6 +2170,27 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Apr 12 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-13
|
||||
- Add entry for Tarifit language locale for Morocco, and
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 1a85970f41ea1e5abe6da2298a5e8fedcea26b70:
|
||||
- powerpc: Relocate stinfo->main
|
||||
- powerpc64: Set up thread register for _dl_relocate_static_pie
|
||||
- powerpc64: Use medium model toc accesses throughout
|
||||
- linux: Constify rfv variable in dl_vdso_vsym
|
||||
- string: Replace outdated comments in strlen().
|
||||
- S390: Fix elf/tst-audit25[ab]
|
||||
- sparc64: Remove fcopysign{f} implementation
|
||||
- alpha: Remove fcopysign{f} implementation
|
||||
- math: Use builtin for ldbl-96 copysign
|
||||
- ia64: Remove fcopysign{f} implementation
|
||||
- x86: Remove fcopysign{f} implementation
|
||||
- powerpc: Remove fcopysign{f} implementation
|
||||
- Add rif_MA locale [BZ #27781]
|
||||
- tests/string: Drop simple/stupid/builtin tests
|
||||
- test-memcpy: Actually reverse source and destination
|
||||
- benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set
|
||||
|
||||
* Tue Apr 05 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-12
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 053fe273434056f551ed8f81daf750db9dab5931:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35.9000-346-g053fe27343.tar.xz) = 66a4af1545083d86e346b3b8f3b4fdfeb2d051c0c2254613da816dbac6f72f8fba1c3098ef4a97c79ad645b37fdf56460ea80e832924650a6f9e68364fa2963e
|
||||
SHA512 (glibc-2.35.9000-362-g1a85970f41.tar.xz) = 0faa312212a10aaab5e6e7859bede23e9b73c671c1b990ad5e28e5cfc839362fbe0b00b86caca05744ffe763bae27e9bc220c68ec2f8c9b93872b0f67ae1cbf6
|
||||
|
Loading…
Reference in New Issue
Block a user