2.14.90-9
This commit is contained in:
parent
8e59833f6d
commit
aeada30480
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-2.14-258-g610f9ab-fedora.tar.xz
|
/glibc-2.14-309-g88738eb-fedora.tar.xz
|
||||||
/glibc-2.14-258-g610f9ab.tar.xz
|
/glibc-2.14-309-g88738eb.tar.xz
|
||||||
/glibc-ports-2.14-8-gc26e391.tar.xz
|
/glibc-ports-2.14-15-g560d4a5.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
30
glibc.spec
30
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.14-258-g610f9ab
|
%define glibcsrcdir glibc-2.14-309-g88738eb
|
||||||
%define glibcversion 2.14.90
|
%define glibcversion 2.14.90
|
||||||
%define glibcportsdir glibc-ports-2.14-8-gc26e391
|
%define glibcportsdir glibc-ports-2.14-15-g560d4a5
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
%define run_glibc_tests 1
|
%define run_glibc_tests 1
|
||||||
%define auxarches athlon alphaev6
|
%define auxarches athlon alphaev6
|
||||||
@ -28,7 +28,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 8
|
Release: 9
|
||||||
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
|
||||||
# Things that are linked directly into dynamically linked programs
|
# Things that are linked directly into dynamically linked programs
|
||||||
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
|
||||||
@ -351,7 +351,7 @@ configure_CFLAGS="$build_CFLAGS -fno-asynchronous-unwind-tables"
|
|||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--enable-add-ons=../%{glibcportsdir},nptl$AddOns \
|
--enable-add-ons=../%{glibcportsdir},nptl$AddOns \
|
||||||
--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \
|
--with-headers=%{_prefix}/include $EnableKernel --enable-bind-now \
|
||||||
--with-tls --with-__thread --build=%{target} \
|
--build=%{target} \
|
||||||
%ifarch %{multiarcharches}
|
%ifarch %{multiarcharches}
|
||||||
--enable-multi-arch \
|
--enable-multi-arch \
|
||||||
%endif
|
%endif
|
||||||
@ -670,9 +670,11 @@ echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist
|
|||||||
echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
|
echo '%{_prefix}/sbin/tzdata-update' >> common.filelist
|
||||||
echo '%{_prefix}/sbin/nscd' > nscd.filelist
|
echo '%{_prefix}/sbin/nscd' > nscd.filelist
|
||||||
|
|
||||||
cat > utils.filelist <<EOF
|
cat >> rpm.filelist <<EOF
|
||||||
%{_prefix}/%{_lib}/libmemusage.so
|
%{_prefix}/%{_lib}/libmemusage.so
|
||||||
%{_prefix}/%{_lib}/libpcprofile.so
|
%{_prefix}/%{_lib}/libpcprofile.so
|
||||||
|
EOF
|
||||||
|
cat > utils.filelist <<EOF
|
||||||
%{_prefix}/bin/memusage
|
%{_prefix}/bin/memusage
|
||||||
%{_prefix}/bin/memusagestat
|
%{_prefix}/bin/memusagestat
|
||||||
%{_prefix}/bin/mtrace
|
%{_prefix}/bin/mtrace
|
||||||
@ -1075,6 +1077,24 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-9
|
||||||
|
- Update from master
|
||||||
|
- Define IP_MULTICAST_ALL
|
||||||
|
- Add fmax and fmin inlines for x86-64
|
||||||
|
- Avoid race between {,__de}allocate_stack and __reclaim_stacks
|
||||||
|
during fork (#737387)
|
||||||
|
- Optimized lrint and llrint for x86-64
|
||||||
|
- Also relocate in dependency order when doing symbol dependency
|
||||||
|
testing (#737459)
|
||||||
|
- Optimize logb code for 64-bit machines
|
||||||
|
- Fix jn precision (BZ#11589)
|
||||||
|
- Fix boundary conditions in scanf (BZ#13138)
|
||||||
|
- Don't lock string streams in stream cleanup code (BZ#12847)
|
||||||
|
- Define ELFOSABI_GNU
|
||||||
|
- Fix lround loss of precision
|
||||||
|
- Add range checking for FD_SET, FD_CLR, and FD_ISSET
|
||||||
|
- Make sure AVC thread has capabilities
|
||||||
|
|
||||||
* Thu Sep 8 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-8
|
* Thu Sep 8 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-8
|
||||||
- Update from master
|
- Update from master
|
||||||
- Use O_CLOEXEC when loading objects and cache in ld.so (BZ#13068)
|
- Use O_CLOEXEC when loading objects and cache in ld.so (BZ#13068)
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
1d13708395f8f56afb97ed4a28798842 glibc-2.14-258-g610f9ab-fedora.tar.xz
|
3d15c8adce8099eef82bdbcf8f91b640 glibc-2.14-309-g88738eb-fedora.tar.xz
|
||||||
1739661496ab413d175d99b23b02fe8b glibc-2.14-258-g610f9ab.tar.xz
|
165c1be25c0a922358163dd226cde448 glibc-2.14-309-g88738eb.tar.xz
|
||||||
7da1affddec8fa818e18a98a1868b19c glibc-ports-2.14-8-gc26e391.tar.xz
|
b6695e254f6b1b1203092171dde49ca7 glibc-ports-2.14-15-g560d4a5.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user