summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-15 16:35:59 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-15 16:35:59 +0000
commit95eb6211a12e45aca7d6902fa779561563de4836 (patch)
treecb6512373ac110ee2d49e401ae2418daad91322d
parent4739365ace9ee409a21c5f1e2d8827fb1764910d (diff)
-rw-r--r--fedora/glibc.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 6ef8cf98db..d8136cc83a 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 93
+%define glibcrelease 95
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1265,6 +1265,10 @@ rm -f *.filelist*
%endif
%changelog
+* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-95
+- export nis_domain_of_r from libnsl.so again which was
+ unintentionally lost
+
* Wed Dec 15 2004 Jakub Jelinek <jakub@redhat.com> 2.3.3-93
- update from CVS
- ppc/ppc64 clone without CLONE_THREAD getpid () adjustement