Auto-sync with upstream branch master
Upstream commit: 21cc130b78a4db9113fb6695e2b951e697662440 - During exit, skip wide buffer handling for legacy stdio handles (#1722216) - powerpc: add 'volatile' to asm - powerpc: Fix static-linked version of __ppc_get_timebase_freq (swbz#24640) - nl_AW locale: Correct the negative monetary format (swb#z24614) - Fix gcc 9 build errors for make xcheck. (swbz#24556) - dlfcn: Avoid one-element flexible array in Dl_serinfo (swbz#24166) - elf: Refuse to dlopen PIE objects (swbz#24323) - nl_NL locale: Correct the negative monetary format (swbz#24614) - powerpc: Refactor powerpc64 lround/lroundf/llround/llroundf - powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintf
This commit is contained in:
parent
134a36d7f8
commit
d53844dd72
18
glibc.spec
18
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.29.9000-325-g48c3c12389
|
||||
%define glibcsrcdir glibc-2.29.9000-337-g21cc130b78
|
||||
%define glibcversion 2.29.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -87,7 +87,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 28%{?dist}
|
||||
Release: 29%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2015,6 +2015,20 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2019 Florian Weimer <fweimer@redhat.com> - 2.29.9000-29
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 21cc130b78a4db9113fb6695e2b951e697662440:
|
||||
- During exit, skip wide buffer handling for legacy stdio handles (#1722216)
|
||||
- powerpc: add 'volatile' to asm
|
||||
- powerpc: Fix static-linked version of __ppc_get_timebase_freq (swbz#24640)
|
||||
- nl_AW locale: Correct the negative monetary format (swb#z24614)
|
||||
- Fix gcc 9 build errors for make xcheck. (swbz#24556)
|
||||
- dlfcn: Avoid one-element flexible array in Dl_serinfo (swbz#24166)
|
||||
- elf: Refuse to dlopen PIE objects (swbz#24323)
|
||||
- nl_NL locale: Correct the negative monetary format (swbz#24614)
|
||||
- powerpc: Refactor powerpc64 lround/lroundf/llround/llroundf
|
||||
- powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintf
|
||||
|
||||
* Mon Jun 17 2019 Florian Weimer <fweimer@redhat.com> - 2.29.9000-28
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 48c3c1238925410b4e777dc94e2fde4cc9132d44.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.29.9000-325-g48c3c12389.tar.xz) = 573cdc30a7a5f95649931774cf5d17c1a06c6bf88e946a5582ee34a59ac1ce779a3d466f4356407d65768c147cb403bb4af74ff77083a05054f5048ce2088148
|
||||
SHA512 (glibc-2.29.9000-337-g21cc130b78.tar.xz) = feef634cefae6c722524707e9ffdd870714fb02a0789c60de3c89a51824d9259aefdadd472219a48cafafd1d69e171ec326fd4e00013b32313b7a3c999f7a5a4
|
||||
|
Loading…
Reference in New Issue
Block a user