summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-08-02 18:18:00 +0000
committerJakub Jelinek <jakub@redhat.com>2006-08-02 18:18:00 +0000
commiteb090791c67113f5b85f759f84353461197a5756 (patch)
tree8bd71a0f13ccdfb5cad2d07f294a52c900735e86 /fedora
parent5d550e87dde9b5a3321c98513099d7da601319ef (diff)
Updated to fedora-glibc-20060802T1808cvs/fedora-glibc-2_4_90-17
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in12
2 files changed, 13 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index b472f8bbf7..502adadffb 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -3,5 +3,5 @@ glibc-branch := fedora
glibc-base := HEAD
DIST_BRANCH := devel
COLLECTION := dist-fc4
-fedora-sync-date := 2006-08-02 16:50 UTC
-fedora-sync-tag := fedora-glibc-20060802T1650
+fedora-sync-date := 2006-08-02 18:08 UTC
+fedora-sync-tag := fedora-glibc-20060802T1808
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 23b28861a0..957a788ed4 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 16
+%define glibcrelease 17
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -787,6 +787,9 @@ BuildFlags="-march=%{_target_cpu} -DUSE_CFA_VAL_EXPRESSION"
%ifarch i686
BuildFlags="-march=i686 -mtune=pentium4 -DUSE_CFA_VAL_EXPRESSION"
%endif
+%ifarch i386
+BuildFlags="$BuildFlags -mno-tls-direct-seg-refs"
+%endif
%ifarch x86_64
BuildFlags="-DUSE_CFA_VAL_EXPRESSION"
%endif
@@ -1027,6 +1030,8 @@ for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
cp -a $i $i.tmp
sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
-e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
+ -e 's~=/\$LIB/libpcprofile.so~=%{_prefix}/$LIB/libpcprofile.so~' \
+ -e 's~=/\$LIB/libmemusage.so~=%{_prefix}/$LIB/libmemusage.so~' \
$i.tmp > $i
chmod 755 $i; rm -f $i.tmp
done
@@ -1433,6 +1438,11 @@ rm -f *.filelist*
%endif
%changelog
+* Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
+- typo fix for the dladdr patch
+- build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
+- fix memusage and xtrace scripts (#200736)
+
* Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
- fix dladdr on binaries/libraries with only DT_GNU_HASH and no
DT_HASH (#200635)