2.14.90-12
This commit is contained in:
parent
13d2c2fdc2
commit
90b266ecb6
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
/glibc-2.14-346-ga843a20-fedora.tar.xz
|
/glibc-2.14-379-g49a43d8-fedora.tar.xz
|
||||||
/glibc-2.14-346-ga843a20.tar.xz
|
/glibc-2.14-379-g49a43d8.tar.xz
|
||||||
/glibc-ports-2.14-23-g74d3667.tar.xz
|
/glibc-ports-2.14-25-gd3d9bde.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
17
glibc.spec
17
glibc.spec
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.14-346-ga843a20
|
%define glibcsrcdir glibc-2.14-379-g49a43d8
|
||||||
%define glibcversion 2.14.90
|
%define glibcversion 2.14.90
|
||||||
%define glibcportsdir glibc-ports-2.14-23-g74d3667
|
%define glibcportsdir glibc-ports-2.14-25-gd3d9bde
|
||||||
### 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: 11
|
Release: 12
|
||||||
# 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
|
||||||
@ -1112,6 +1112,17 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 17 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-12
|
||||||
|
- Update from master
|
||||||
|
- Correctly handle missing initgroups database (#745675)
|
||||||
|
- Optimize many libm functions
|
||||||
|
- Optimize access to isXYZ and toXYZ tables
|
||||||
|
- Optimized memcmp and wmemcmp for x86-64 and x86-32
|
||||||
|
- Add parameter annotation to modf (BZ#13268)
|
||||||
|
- Support optimized isXXX functions in C++ code
|
||||||
|
- Check for zero size in memrchr for x86_64 (#745739)
|
||||||
|
- Optimized memchr, memrchr, rawmemchr for x86-32
|
||||||
|
|
||||||
* Tue Oct 11 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-11
|
* Tue Oct 11 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-11
|
||||||
- Update from master
|
- Update from master
|
||||||
- Clean up locarchive mmap reservation code
|
- Clean up locarchive mmap reservation code
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
6d9e3afe3a53ae6fc880791970a75623 glibc-2.14-346-ga843a20-fedora.tar.xz
|
ee2742def488d79f772e2798853acb76 glibc-2.14-379-g49a43d8-fedora.tar.xz
|
||||||
60e2324a6e9515ce34b29aa41177a672 glibc-2.14-346-ga843a20.tar.xz
|
b809f56ca9dc524b45449951d13aee09 glibc-2.14-379-g49a43d8.tar.xz
|
||||||
f6938b52745f0c6a4534d13558d21891 glibc-ports-2.14-23-g74d3667.tar.xz
|
9673adaacae3ac645748827a62876ce9 glibc-ports-2.14-25-gd3d9bde.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user