summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-20 18:12:27 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-20 18:12:27 +0000
commitdfaef65dcfc165ef88957b7b4633499cbf612299 (patch)
treeac87f0609e20cccd5eb406b7f4768cff8af3f205 /fedora
parent8f8ebbc438fcb4b22fba8beb3ef3d1aa59d9d7bf (diff)
Diffstat (limited to 'fedora')
-rw-r--r--fedora/glibc.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 3b62b41830..d6fcab7080 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 15
+%define glibcrelease 16
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1275,6 +1275,9 @@ rm -f *.filelist*
%endif
%changelog
+* Sun Mar 20 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-16
+- fix pread with -D_FILE_OFFSET_BITS=64 (#151573)
+
* Sat Mar 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-15
- update from CVS
- better fix for the dlclose bug (#145810, #150414)