summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-07-25 06:41:13 +0000
committerJakub Jelinek <jakub@redhat.com>2005-07-25 06:41:13 +0000
commit6220c7e39166e868f668aa70cf3fb88ace484561 (patch)
tree3dbf155613296727c802257b4db02fa243a84861
parent14c3168379a44102adc58f0a6e88fbb269fe0ec8 (diff)
-rw-r--r--fedora/glibc.spec.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 316c2377fd..f7b156ebb6 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 5
+%define glibcrelease 6
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -1074,6 +1074,12 @@ rm -f *.filelist*
%endif
%changelog
+* Mon Jul 25 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-6
+- update from CVS
+ - fix execvp if PATH is not in environment and the call is going
+ to fail (BZ#1125)
+ - another bits/wchar2.h fix (#163990)
+
* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-5
- update from CVS
- fix stubs.h generation