|
@@ -32,7 +32,7 @@ Summary: The GNU libc libraries
|
|
|
Summary(ja): GNU libc ライブラリ
|
|
|
Name: glibc
|
|
|
Version: %{glibcversion}
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Release: 3%{?_dist_release}
|
|
|
# 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
|
|
@@ -58,6 +58,8 @@ Patch3: %{name}-%{version}-locales-dir.patch
|
|
|
Patch10: glibc-2.14-reexport-rpc-interface.patch
|
|
|
# http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=bdd816a3
|
|
|
Patch11: glibc-2.14-reinstall-nis-rpc-headers.patch
|
|
|
+#http://sourceware.org/bugzilla/attachment.cgi?id=6024&action=diff
|
|
|
+Patch12: glibc-fix-do_lookup_x.patch
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
Obsoletes: glibc-profile < 2.4
|
|
@@ -417,6 +419,7 @@ rm -rf %{glibcportsdir}
|
|
|
# %patch4 -p1
|
|
|
%patch10 -p1
|
|
|
%patch11 -p1
|
|
|
+%patch12 -p1
|
|
|
|
|
|
# A lot of programs still misuse memcpy when they have to use
|
|
|
# memmove. The memcpy implementation below is not tolerant at
|
|
@@ -1337,6 +1340,9 @@ rm -f *.filelist*
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-3
|
|
|
+- add Patch12: glibc-fix-do_lookup_x.patch
|
|
|
+
|
|
|
* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-2
|
|
|
- add patch10 to reexport rpc interface
|
|
|
- add patch11 to reinstall nis rpc headers
|