- fix #157300 - Strange behavior on ppc64
This commit is contained in:
parent
5f12877a42
commit
9b552f2b86
15
elinks.spec
15
elinks.spec
@ -2,7 +2,7 @@
|
|||||||
Name: elinks
|
Name: elinks
|
||||||
Summary: A text-mode Web browser.
|
Summary: A text-mode Web browser.
|
||||||
Version: 0.10.3
|
Version: 0.10.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
||||||
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
||||||
Patch0: elinks-noegd.patch
|
Patch0: elinks-noegd.patch
|
||||||
@ -13,6 +13,7 @@ Patch4: elinks-sysname.patch
|
|||||||
Patch5: elinks-0.10.1-xterm.patch
|
Patch5: elinks-0.10.1-xterm.patch
|
||||||
Patch6: elinks-0.10.3-arrows.patch
|
Patch6: elinks-0.10.3-arrows.patch
|
||||||
Patch7: elinks-0.10.3-c.patch
|
Patch7: elinks-0.10.3-c.patch
|
||||||
|
Patch8: elinks-0.10.3-union.patch
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://elinks.or.cz/
|
URL: http://elinks.or.cz/
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
@ -33,26 +34,21 @@ quickly and swiftly displays Web pages.
|
|||||||
|
|
||||||
# Prevent crash when HOME is unset (bug #90663).
|
# Prevent crash when HOME is unset (bug #90663).
|
||||||
%patch0 -p1 -b .noegd
|
%patch0 -p1 -b .noegd
|
||||||
|
|
||||||
# UTF-8 by default
|
# UTF-8 by default
|
||||||
%patch1 -p1 -b .utf_8_io-default
|
%patch1 -p1 -b .utf_8_io-default
|
||||||
|
|
||||||
%patch2 -p1 -b .pkgconfig
|
%patch2 -p1 -b .pkgconfig
|
||||||
|
|
||||||
# Make getaddrinfo call use AI_ADDRCONFIG.
|
# Make getaddrinfo call use AI_ADDRCONFIG.
|
||||||
%patch3 -p1 -b .getaddrinfo
|
%patch3 -p1 -b .getaddrinfo
|
||||||
|
|
||||||
# Don't put so much information in the user-agent header string (bug #97273).
|
# Don't put so much information in the user-agent header string (bug #97273).
|
||||||
%patch4 -p1 -b .sysname
|
%patch4 -p1 -b .sysname
|
||||||
|
|
||||||
# Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105)
|
# Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105)
|
||||||
%patch5 -p1 -b .xterm
|
%patch5 -p1 -b .xterm
|
||||||
|
|
||||||
# Don't call isdigit() on values outside of [-1, UCHAR_MAX] (#152953)
|
# Don't call isdigit() on values outside of [-1, UCHAR_MAX] (#152953)
|
||||||
%patch6 -p1 -b .arrows
|
%patch6 -p1 -b .arrows
|
||||||
|
|
||||||
# Fix violations of C aliasing rules (#156647)
|
# Fix violations of C aliasing rules (#156647)
|
||||||
%patch7 -p1 -b .c
|
%patch7 -p1 -b .c
|
||||||
|
# Fix #157300 - Strange behavior on ppc64
|
||||||
|
%patch8 -p1 -b .union
|
||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
automake -a
|
automake -a
|
||||||
@ -87,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 17 2005 Karel Zak <kzak@redhat.com> 0.10.3-3
|
||||||
|
- fix #157300 - Strange behavior on ppc64 (patch by Miloslav Trmac)
|
||||||
|
|
||||||
* Tue May 10 2005 Miloslav Trmac <mitr@redhat.com> - 0.10.3-2
|
* Tue May 10 2005 Miloslav Trmac <mitr@redhat.com> - 0.10.3-2
|
||||||
- Fix checking for numeric command prefix (#152953, patch by Jonas Fonseca)
|
- Fix checking for numeric command prefix (#152953, patch by Jonas Fonseca)
|
||||||
- Fix invalid C causing assertion errors on ppc and ia64 (#156647)
|
- Fix invalid C causing assertion errors on ppc and ia64 (#156647)
|
||||||
|
Loading…
Reference in New Issue
Block a user