Skip to content

Commit

Permalink
2.10.90-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Aug 10, 2009
1 parent 8593003 commit 4af7f59
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 12
Release: 13
# 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
Expand Down Expand Up @@ -871,7 +871,7 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/ldconfig
%triggerin common -p /usr/sbin/tzdata-update -- tzdata

%post devel
/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || :
/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :

%pre headers
# this used to be a link and it is causing nightmares now
Expand All @@ -881,7 +881,7 @@ fi

%preun devel
if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
fi

%post utils -p /sbin/ldconfig
Expand Down Expand Up @@ -1023,6 +1023,11 @@ rm -f *.filelist*
%endif

%changelog
* Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
- Update from master.
- fix rehashing of unique symbols (#515677)
- Fix spurious messages with --excludedocs (#515948)

* Mon Aug 3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
- Update from master.
- fix fortify failure with longjmp from alternate stack (#512103)
Expand Down

0 comments on commit 4af7f59

Please sign in to comment.