2.14-4
This commit is contained in:
parent
382444fc14
commit
d1bf7db949
4
.gitignore
vendored
4
.gitignore
vendored
@ -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-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
10
glibc.spec
10
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.14-12-g5babac1
|
%define glibcsrcdir glibc-2.14-15-g9614794
|
||||||
%define glibcversion 2.14
|
%define glibcversion 2.14
|
||||||
%define glibcportsdir glibc-ports-2.14
|
%define glibcportsdir glibc-ports-2.14
|
||||||
### glibc.spec.in follows:
|
### glibc.spec.in follows:
|
||||||
@ -27,7 +27,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 3
|
Release: 4
|
||||||
# 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
|
||||||
@ -1051,6 +1051,12 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 21 2011 Andreas Schwab <schwab@redhat.com> - 2.14-3
|
||||||
- Update from 2.14 branch
|
- Update from 2.14 branch
|
||||||
- Fix typo in recent resolver change which causes segvs (#710279)
|
- Fix typo in recent resolver change which causes segvs (#710279)
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
4f1cbb5c58b8ca754714c65763d54068 glibc-2.14-12-g5babac1-fedora.tar.xz
|
af85a1921f8062fed1005a1a000c146f glibc-2.14-15-g9614794-fedora.tar.xz
|
||||||
96a48cb0acb030c77e224c7748684652 glibc-2.14-12-g5babac1.tar.xz
|
dd6e7ae7a2251c25c2ce1fa81957bf98 glibc-2.14-15-g9614794.tar.xz
|
||||||
05c85905b43021a81318c3aa81718019 glibc-ports-2.14.tar.xz
|
05c85905b43021a81318c3aa81718019 glibc-ports-2.14.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user