make: `clog' is up to date.

This commit is contained in:
kzak 2006-10-11 09:30:31 +00:00
parent 9c7fb39436
commit ef635fef4e
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,12 @@
--- elinks-0.11.1/src/session/task.c.kzak 2006-10-11 09:26:28.000000000 +0200
+++ elinks-0.11.1/src/session/task.c 2006-10-11 09:27:29.000000000 +0200
@@ -538,7 +538,8 @@
}
if (is_in_result_state(download->state) && download->state != S_OK) {
- print_error_dialog(ses, download->state, download->conn->uri,
+ print_error_dialog(ses, download->state,
+ download->conn ? download->conn->uri : NULL,
download->pri);
if (d == DO_MOVE_ABORT) reload(ses, CACHE_MODE_NORMAL);
}

View File

@ -2,7 +2,7 @@
Name: elinks Name: elinks
Summary: A text-mode Web browser. Summary: A text-mode Web browser.
Version: 0.11.1 Version: 0.11.1
Release: 4.1 Release: 5
Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2 Source: http://elinks.or.cz/download/elinks-%{version}.tar.bz2
Group: Applications/Internet Group: Applications/Internet
URL: http://elinks.or.cz/ URL: http://elinks.or.cz/
@ -30,6 +30,7 @@ Patch4: elinks-0.11.0-sysname.patch
Patch5: elinks-0.10.1-xterm.patch Patch5: elinks-0.10.1-xterm.patch
Patch6: elinks-0.11.0-union.patch Patch6: elinks-0.11.0-union.patch
Patch7: elinks-0.11.1-negotiate.patch Patch7: elinks-0.11.1-negotiate.patch
Patch8: elinks-0.11.1-badproxy.patch
%description %description
Links is a text-based Web browser. Links does not display any images, Links is a text-based Web browser. Links does not display any images,
@ -55,7 +56,8 @@ quickly and swiftly displays Web pages.
%patch6 -p1 -b .union %patch6 -p1 -b .union
# Fix #194096 elinks should support negotiate-auth # Fix #194096 elinks should support negotiate-auth
%patch7 -p1 -b .negotiate %patch7 -p1 -b .negotiate
# Fix #210103 - elinks crashes when given bad HTTP_PROXY
%patch8 -p1 -b .badproxy
%build %build
#aclocal #aclocal
@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/* %{_mandir}/man5/*
%changelog %changelog
* Wed Oct 11 2006 Karel Zak <kzak@redhat.com> 0.11.1-5
- fix #210103 - elinks crashes when given bad HTTP_PROXY
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.11.1-4.1 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.11.1-4.1
- rebuild - rebuild