diff --git a/elinks-0.10.1-pkgconfig.patch b/elinks-0.10.1-pkgconfig.patch index eec65d9..331a79a 100644 --- a/elinks-0.10.1-pkgconfig.patch +++ b/elinks-0.10.1-pkgconfig.patch @@ -19,4 +19,4 @@ + fi if test "$cf_result" != yes; then - if test "$withval" = yes; then + if test -n "$openssl_withval" && test "x$openssl_withval" != xno; then diff --git a/elinks.spec b/elinks.spec index 008dc98..703aa2f 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,8 +1,7 @@ -%define _default_patch_fuzz 2 Name: elinks Summary: A text-mode Web browser Version: 0.12 -Release: 0.2.pre1%{?dist} +Release: 0.3.pre1%{?dist} License: GPLv2 URL: http://elinks.or.cz Group: Applications/Internet @@ -87,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/* %changelog +* Tue Jul 15 2008 Ondrej Vasik 0.12-0.3.pre1 +- get rid off fuzz in patches + * Tue Jul 15 2008 Ondrej Vasik 0.12-0.2.pre1 - fix a crash when opening tab during page reload