summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-04-15 09:33:04 +0000
committerRoland McGrath <roland@gnu.org>2005-04-15 09:33:04 +0000
commit6183d906dd822337dec18dd1f48209dfd17127bd (patch)
tree23fe554ffcdecf0ae3b5879155c28b17766ea441 /fedora
parenta19fc30a4be27a24065b9a53b98042b73ff51b69 (diff)
Updated to fedora-glibc-20050415T0909cvs/fedora-glibc-2_3_5-1
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in10
2 files changed, 11 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 3403138b76..5b5f55469d 100644
--- a/fedora/branch.mk
+++ b/fedora/branch.mk
@@ -1,5 +1,5 @@
# This file is updated automatically by Makefile.
glibc-branch := fedora
glibc-base := HEAD
-fedora-sync-date := 2005-04-05 21:14 UTC
-fedora-sync-tag := fedora-glibc-20050405T2114
+fedora-sync-date := 2005-04-15 09:09 UTC
+fedora-sync-tag := fedora-glibc-20050415T0909
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 5422417101..e0b84fa4bc 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 21
+%define glibcrelease 1
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1264,6 +1264,14 @@ rm -f *.filelist*
%endif
%changelog
+* Fri Apr 15 2005 Roland McGrath <roland@redhat.com> 2.3.5-1
+- update from CVS
+ - fix execvp regression (BZ#851)
+ - ia64 libm updates
+ - sparc updates
+ - grok PT_NOTE in vDSO for kernel version and extra hwcap dirs,
+ support "hwcap" keyword in ld.so.conf files
+
* Tue Apr 4 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-21
- update from CVS
- fix xdr_rmtcall_args on 64-bit arches (#151686)