diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-05-10 18:50:01 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-05-10 18:50:01 +0000 |
commit | 4595c33e21c4daf4ca998e4c5d3071313cde2b98 (patch) | |
tree | c9a1b69749ff41f8c6eec0d9c31b163418896218 /fedora/glibc.spec.in | |
parent | d79f04c30e590609c55ef553e3522880f28bf379 (diff) | |
download | glibc-4595c33e21c4daf4ca998e4c5d3071313cde2b98.tar.gz glibc-4595c33e21c4daf4ca998e4c5d3071313cde2b98.tar.xz glibc-4595c33e21c4daf4ca998e4c5d3071313cde2b98.zip |
Updated to fedora-glibc-20090510T1842 cvs/fedora-glibc-2_10_1-1 cvs/fedora-branch
Diffstat (limited to 'fedora/glibc.spec.in')
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 141082bb51..7a68f033ed 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -19,7 +19,7 @@ Summary: The GNU libc libraries Name: glibc Version: @glibcversion@ -Release: 2 +Release: 1 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1009,6 +1009,9 @@ rm -f *.filelist* %endif %changelog +* Sun May 10 2009 Jakub Jelinek <jakub@redhat.com> 2.10.1-1 +- fix up getsgent_r and getsgnam_r exports on i?86 and ppc + * Sat May 9 2009 Jakub Jelinek <jakub@redhat.com> 2.10-2 - update from trunk - glibc 2.10 release |