get rid off fuzz in patches

This commit is contained in:
Ondrej Vasik 2008-07-15 12:39:21 +00:00
parent afddc57a95
commit 09315c5692
2 changed files with 5 additions and 3 deletions

View File

@ -19,4 +19,4 @@
+ fi + fi
if test "$cf_result" != yes; then if test "$cf_result" != yes; then
if test "$withval" = yes; then if test -n "$openssl_withval" && test "x$openssl_withval" != xno; then

View File

@ -1,8 +1,7 @@
%define _default_patch_fuzz 2
Name: elinks Name: elinks
Summary: A text-mode Web browser Summary: A text-mode Web browser
Version: 0.12 Version: 0.12
Release: 0.2.pre1%{?dist} Release: 0.3.pre1%{?dist}
License: GPLv2 License: GPLv2
URL: http://elinks.or.cz URL: http://elinks.or.cz
Group: Applications/Internet Group: Applications/Internet
@ -87,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man5/* %{_mandir}/man5/*
%changelog %changelog
* Tue Jul 15 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.3.pre1
- get rid off fuzz in patches
* Tue Jul 15 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.2.pre1 * Tue Jul 15 2008 Ondrej Vasik <ovasik@redhat.com> 0.12-0.2.pre1
- fix a crash when opening tab during page reload - fix a crash when opening tab during page reload