2.14.90-13

This commit is contained in:
Andreas Schwab 2011-10-19 13:15:08 +02:00
parent 70defc99d8
commit 29e836b7ac
4 changed files with 303 additions and 298 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.14-379-g49a43d8-fedora.tar.xz
/glibc-2.14-379-g49a43d8.tar.xz
/glibc-ports-2.14-25-gd3d9bde.tar.xz
/glibc-2.14-394-g8f3b1ff-fedora.tar.xz
/glibc-2.14-394-g8f3b1ff.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.14-379-g49a43d8
%define glibcsrcdir glibc-2.14-394-g8f3b1ff
%define glibcversion 2.14.90
%define glibcportsdir glibc-ports-2.14-25-gd3d9bde
### glibc.spec.in follows:
@ -28,7 +28,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 12.999
Release: 13
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@ -1112,6 +1112,11 @@ rm -f *.filelist*
%endif
%changelog
* Wed Oct 19 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-13
- Update from master
- Fix linkage conflict with feraiseexcept (#746753)
- More libm optimisations
* Mon Oct 17 2011 Andreas Schwab <schwab@redhat.com> - 2.14.90-12
- Update from master
- Correctly handle missing initgroups database (#745675)

View File

@ -1,3 +1,3 @@
ee2742def488d79f772e2798853acb76 glibc-2.14-379-g49a43d8-fedora.tar.xz
b809f56ca9dc524b45449951d13aee09 glibc-2.14-379-g49a43d8.tar.xz
6cb0f013d410bf40e1a1d28a5d9f95b9 glibc-2.14-394-g8f3b1ff-fedora.tar.xz
860f193936a67a1fd1e06c2b85912477 glibc-2.14-394-g8f3b1ff.tar.xz
9673adaacae3ac645748827a62876ce9 glibc-ports-2.14-25-gd3d9bde.tar.xz