summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-07-11 08:13:12 +0000
committerJakub Jelinek <jakub@redhat.com>2006-07-11 08:13:12 +0000
commitdf8843c5a803743714e1b0b53ea8e4e8f8c95f42 (patch)
treec99ce2859df2a645c744596a999aa870a0490f6d /fedora
parentac7609f7998add41673e8428cf0bc824a40a1361 (diff)
Updated to fedora-glibc-20060710T2206cvs/fedora-glibc-2_4_90-13
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in8
2 files changed, 8 insertions, 4 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 5bfb701238..124031f0ac 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-06-30 08:58 UTC
-fedora-sync-tag := fedora-glibc-20060630T0858
+fedora-sync-date := 2006-07-10 22:06 UTC
+fedora-sync-tag := fedora-glibc-20060710T2206
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 996510aec6..bdd49a3e47 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 12
+%define glibcrelease 13
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -63,7 +63,8 @@ Conflicts: kernel < 2.6.9
%define nptl_target_cpu %{_target_cpu}
%endif
# Need AS_NEEDED directive
-BuildRequires: binutils >= 2.15.94.0.2-1
+# Need --hash-style=* support
+BuildRequires: binutils >= 2.17.50.0.2-5
BuildRequires: gcc >= 3.2.1-5
%ifarch ppc s390 s390x
BuildRequires: gcc >= 4.1.0-0.17
@@ -1430,6 +1431,9 @@ rm -f *.filelist*
%endif
%changelog
+* Tue Jul 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-13
+- DT_GNU_HASH support
+
* Fri Jun 30 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-12
- buildrequire gettext
- enable fstatat64/newfstatat syscalls even on ppc*/s390*/ia64 (#196494)