- Fix checking for numeric command prefix (#152953, patch by Jonas Fonseca)
- Fix invalid C causing assertion errors on ppc and ia64 (#156647)
This commit is contained in:
parent
acb275b9ed
commit
5f12877a42
14
elinks.spec
14
elinks.spec
@ -2,7 +2,7 @@
|
||||
Name: elinks
|
||||
Summary: A text-mode Web browser.
|
||||
Version: 0.10.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
|
||||
Source1: http://links.sourceforge.net/download/docs/manual-0.82-en.tar.bz2
|
||||
Patch0: elinks-noegd.patch
|
||||
@ -11,6 +11,8 @@ Patch2: elinks-0.10.1-pkgconfig.patch
|
||||
Patch3: elinks-0.4.2-getaddrinfo.patch
|
||||
Patch4: elinks-sysname.patch
|
||||
Patch5: elinks-0.10.1-xterm.patch
|
||||
Patch6: elinks-0.10.3-arrows.patch
|
||||
Patch7: elinks-0.10.3-c.patch
|
||||
Group: Applications/Internet
|
||||
URL: http://elinks.or.cz/
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
@ -46,6 +48,12 @@ quickly and swiftly displays Web pages.
|
||||
# Fix xterm terminal: "Linux" driver seems better than "VT100" (#128105)
|
||||
%patch5 -p1 -b .xterm
|
||||
|
||||
# Don't call isdigit() on values outside of [-1, UCHAR_MAX] (#152953)
|
||||
%patch6 -p1 -b .arrows
|
||||
|
||||
# Fix violations of C aliasing rules (#156647)
|
||||
%patch7 -p1 -b .c
|
||||
|
||||
aclocal
|
||||
automake -a
|
||||
autoconf
|
||||
@ -79,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%changelog
|
||||
* 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 invalid C causing assertion errors on ppc and ia64 (#156647)
|
||||
|
||||
* Mon Mar 21 2005 Karel Zak <kzak@redhat.com> 0.10.3-1
|
||||
- sync with upstream; stable 0.10.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user