Auto-sync with upstream branch master
Upstream commit: 63b4baa44e8d22501c433c4093aa3310f91b6aa2 - Use make -O to serialize make output - sysconf: Fix missing definition of UIO_MAXIOV on Linux (#1504165) - Install correct bits/long-double.h for MIPS64 (swbz#22322) - malloc: Fix deadlock in _int_free consistency check - x86-64: Don't set GLRO(dl_platform) to NULL (swbz#22299) - math: Add _Float128 function aliases - locale: Add new locale mjw_IN (swbz#13994) - aarch64: Rewrite elf_machine_load_address using _DYNAMIC symbol - powerpc: fix check-before-set in SET_RESTORE_ROUND - locale: Use U+202F as thousands separators in pl_PL locale (swbz#16777) - math: Use __f128 to define FLT128_* constants in include/float.h for old GCC - malloc: Improve malloc initialization sequence (swbz#22159) - malloc: Use relaxed atomics for malloc have_fastchunks - locale: New locale ca_ES@valencia (swbz#2522) - math: Let signbit use the builtin in C++ mode with gcc < 6.x (swbz#22296) - locale: Place monetary symbol in el_GR, el_CY after the amount (swbz#22019)
This commit is contained in:
parent
e098446236
commit
5188e8569e
@ -85,6 +85,7 @@ ca_AD/ISO-8859-15 \
|
|||||||
ca_ES.UTF-8/UTF-8 \
|
ca_ES.UTF-8/UTF-8 \
|
||||||
ca_ES/ISO-8859-1 \
|
ca_ES/ISO-8859-1 \
|
||||||
ca_ES@euro/ISO-8859-15 \
|
ca_ES@euro/ISO-8859-15 \
|
||||||
|
ca_ES@valencia/UTF-8 \
|
||||||
ca_FR.UTF-8/UTF-8 \
|
ca_FR.UTF-8/UTF-8 \
|
||||||
ca_FR/ISO-8859-15 \
|
ca_FR/ISO-8859-15 \
|
||||||
ca_IT.UTF-8/UTF-8 \
|
ca_IT.UTF-8/UTF-8 \
|
||||||
@ -322,6 +323,7 @@ mhr_RU/UTF-8 \
|
|||||||
mi_NZ.UTF-8/UTF-8 \
|
mi_NZ.UTF-8/UTF-8 \
|
||||||
mi_NZ/ISO-8859-13 \
|
mi_NZ/ISO-8859-13 \
|
||||||
miq_NI/UTF-8 \
|
miq_NI/UTF-8 \
|
||||||
|
mjw_IN/UTF-8 \
|
||||||
mk_MK.UTF-8/UTF-8 \
|
mk_MK.UTF-8/UTF-8 \
|
||||||
mk_MK/ISO-8859-5 \
|
mk_MK/ISO-8859-5 \
|
||||||
ml_IN/UTF-8 \
|
ml_IN/UTF-8 \
|
||||||
|
24
glibc.spec
24
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.26.9000-582-gc38a4bfd59
|
%define glibcsrcdir glibc-2.26.9000-605-g63b4baa44e
|
||||||
%define glibcversion 2.26.9000
|
%define glibcversion 2.26.9000
|
||||||
%define glibcrelease 23%{?dist}
|
%define glibcrelease 24%{?dist}
|
||||||
# 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:
|
||||||
#
|
#
|
||||||
@ -2107,6 +2107,26 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 20 2017 Florian Weimer <fweimer@redhat.com> - 2.26.9000-24
|
||||||
|
- Use make -O to serialize make output
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit 63b4baa44e8d22501c433c4093aa3310f91b6aa2:
|
||||||
|
- sysconf: Fix missing definition of UIO_MAXIOV on Linux (#1504165)
|
||||||
|
- Install correct bits/long-double.h for MIPS64 (swbz#22322)
|
||||||
|
- malloc: Fix deadlock in _int_free consistency check
|
||||||
|
- x86-64: Don't set GLRO(dl_platform) to NULL (swbz#22299)
|
||||||
|
- math: Add _Float128 function aliases
|
||||||
|
- locale: Add new locale mjw_IN (swbz#13994)
|
||||||
|
- aarch64: Rewrite elf_machine_load_address using _DYNAMIC symbol
|
||||||
|
- powerpc: fix check-before-set in SET_RESTORE_ROUND
|
||||||
|
- locale: Use U+202F as thousands separators in pl_PL locale (swbz#16777)
|
||||||
|
- math: Use __f128 to define FLT128_* constants in include/float.h for old GCC
|
||||||
|
- malloc: Improve malloc initialization sequence (swbz#22159)
|
||||||
|
- malloc: Use relaxed atomics for malloc have_fastchunks
|
||||||
|
- locale: New locale ca_ES@valencia (swbz#2522)
|
||||||
|
- math: Let signbit use the builtin in C++ mode with gcc < 6.x (swbz#22296)
|
||||||
|
- locale: Place monetary symbol in el_GR, el_CY after the amount (swbz#22019)
|
||||||
|
|
||||||
* Tue Oct 17 2017 Florian Weimer <fweimer@redhat.com> - 2.26.9000-23
|
* Tue Oct 17 2017 Florian Weimer <fweimer@redhat.com> - 2.26.9000-23
|
||||||
- Switch to .9000 version numbers during development
|
- Switch to .9000 version numbers during development
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.26.9000-582-gc38a4bfd59.tar.gz) = a227bc7faa4b8c517f2f055b4c4a272ef50d2c79492386b1ac3075f05c83f41658abfefbec3419af5d2e5c78d5e86de51854a7cdc324e6faa1386ad8ed2a1d74
|
SHA512 (glibc-2.26.9000-605-g63b4baa44e.tar.gz) = ccef980735fbf35a91093d0a62e7c403d55adf5e0fc23647a5606caf75ffcbab7ff47fc3bae7a0f8efe1e6b7601962d40ea7d7ac1aa6c4cba37c5b2eae723f5a
|
||||||
|
Loading…
Reference in New Issue
Block a user