Auto-sync with upstream branch master
Upstream commit: fd70af45528d59a00eb3190ef6706cb299488fcd - Add the statx function - regexec: Fix off-by-one bug in weight comparison (#1582229) - nss_files: Fix re-reading of long lines (swbz#18991) - aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT - aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANT - conform/conformtest.pl: Escape literal braces in regular expressions - x86: Use AVX_Fast_Unaligned_Load from Zen onwards.
This commit is contained in:
parent
126ab296ea
commit
28cb5d31fc
15
glibc.spec
15
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.27.9000-556-g3a885c1f51
|
%define glibcsrcdir glibc-2.27.9000-566-gfd70af4552
|
||||||
%define glibcversion 2.27.9000
|
%define glibcversion 2.27.9000
|
||||||
%define glibcrelease 35%{?dist}
|
%define glibcrelease 36%{?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:
|
||||||
#
|
#
|
||||||
@ -1746,6 +1746,17 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2018 Florian Weimer <fweimer@redhat.com> - 2.27.9000-36
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit fd70af45528d59a00eb3190ef6706cb299488fcd:
|
||||||
|
- Add the statx function
|
||||||
|
- regexec: Fix off-by-one bug in weight comparison (#1582229)
|
||||||
|
- nss_files: Fix re-reading of long lines (swbz#18991)
|
||||||
|
- aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT
|
||||||
|
- aarch64: Remove HWCAP_CPUID from HWCAP_IMPORTANT
|
||||||
|
- conform/conformtest.pl: Escape literal braces in regular expressions
|
||||||
|
- x86: Use AVX_Fast_Unaligned_Load from Zen onwards.
|
||||||
|
|
||||||
* Fri Jul 6 2018 Florian Weimer <fweimer@redhat.com> - 2.27.9000-35
|
* Fri Jul 6 2018 Florian Weimer <fweimer@redhat.com> - 2.27.9000-35
|
||||||
- Remove ppc64 multilibs
|
- Remove ppc64 multilibs
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.27.9000-556-g3a885c1f51.tar.gz) = e0b7eb1a1d0c3cb5817ad074e112e3210b9efd4318b40f2fb28172a5bbfd83fee2ce635269adbf3d16795d22cd12ab962b5075b99611bfd0e14e86dc29d39218
|
SHA512 (glibc-2.27.9000-566-gfd70af4552.tar.gz) = 2b662cf86fc9d27df241b6e29b4856382f93d3d3b89a68dfafc6145f1e9d40eed4687b81b31d4fc3f866fc2787f8172136e32416d66aa1feaf42ab162a3ef4da
|
||||||
|
Loading…
Reference in New Issue
Block a user