summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-15 12:51:47 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-15 12:51:47 +0000
commit5d456f7eba1c5083679973d53ef78b45b22818ca (patch)
treef4be894988fc80cdc48f3ff1a8d4a86d27decb9a /fedora
parenteffe3e2d1a084fde8fae9b91febb28c97781f9e5 (diff)
Updated to fedora-glibc-20060915T0943
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in5
2 files changed, 6 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 5ff53ebc4e..b272ca78df 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-09-10 18:32 UTC
-fedora-sync-tag := fedora-glibc-20060910T1832
+fedora-sync-date := 2006-09-15 09:43 UTC
+fedora-sync-tag := fedora-glibc-20060915T0943
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 2cefe4644b..9b338cb3dc 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 31
+%define glibcrelease 32
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1455,6 +1455,9 @@ rm -f *.filelist*
%endif
%changelog
+* Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
+- use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
+
* Sun Sep 10 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-31
- fix pthread_cond_{,timed}wait cancellation (BZ#3123)
- fix lrint on ppc32 (BZ#3155)