summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-02-04 08:21:16 +0000
committerJakub Jelinek <jakub@redhat.com>2006-02-04 08:21:16 +0000
commitd5c779c6b33b2e40af1a4905ad037085bd235220 (patch)
tree936157318dd4dc3df12be740b865927e8f8fc4c4 /fedora
parentf085204b8476ace8e9653c6a96dd5330da5bd672 (diff)
Updated to fedora-glibc-20060204T0758
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in7
2 files changed, 8 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index cef0bb059e..644327ec67 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-02-03 09:32 UTC
-fedora-sync-tag := fedora-glibc-20060203T0932
+fedora-sync-date := 2006-02-04 07:58 UTC
+fedora-sync-tag := fedora-glibc-20060204T0758
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 9eaa8c6cda..5fe6f2da1d 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 35
+%define glibcrelease 36
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1240,6 +1240,11 @@ rm -f *.filelist*
%endif
%changelog
+* Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36
+- update from CVS
+ - fix frequency setting for ITIMER_PROF (BZ #2268)
+ - fix powerpc inline fegetround ()
+
* Fri Feb 3 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-35
- update from CVS
- handle futimesat (fd, NULL, tvp) as futimes (fd, tvp)