This commit is contained in:
Andreas Schwab 2011-06-28 17:01:03 +02:00
parent 382444fc14
commit d1bf7db949
4 changed files with 443 additions and 365 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
/glibc-2.14-12-g5babac1-fedora.tar.xz
/glibc-2.14-12-g5babac1.tar.xz
/glibc-ports-2.14.tar.xz
/glibc-2.14-15-g9614794-fedora.tar.xz
/glibc-2.14-15-g9614794.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
%define glibcsrcdir glibc-2.14-12-g5babac1
%define glibcsrcdir glibc-2.14-15-g9614794
%define glibcversion 2.14
%define glibcportsdir glibc-ports-2.14
### glibc.spec.in follows:
@ -27,7 +27,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 3
Release: 4
# 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
@ -1051,6 +1051,12 @@ rm -f *.filelist*
%endif
%changelog
* Tue Jun 28 2011 Andreas Schwab <schwab@redhat.com> - 2.14-4
- Update from 2.14 branch
- Fix crash in GB18030 encoder (#712901)
- Fix more bugs in GB18030 charmap
- Don't use gethostbyaddr to determine canonical name
* Mon Jun 21 2011 Andreas Schwab <schwab@redhat.com> - 2.14-3
- Update from 2.14 branch
- Fix typo in recent resolver change which causes segvs (#710279)

View File

@ -1,3 +1,3 @@
4f1cbb5c58b8ca754714c65763d54068 glibc-2.14-12-g5babac1-fedora.tar.xz
96a48cb0acb030c77e224c7748684652 glibc-2.14-12-g5babac1.tar.xz
af85a1921f8062fed1005a1a000c146f glibc-2.14-15-g9614794-fedora.tar.xz
dd6e7ae7a2251c25c2ce1fa81957bf98 glibc-2.14-15-g9614794.tar.xz
05c85905b43021a81318c3aa81718019 glibc-ports-2.14.tar.xz