diff --git a/lynx.spec b/lynx.spec index 9c8d7af..07c296b 100644 --- a/lynx.spec +++ b/lynx.spec @@ -3,7 +3,7 @@ Summary: A text-based Web browser Name: lynx Version: 2.8.9 -Release: 0.5.dev%{devrel}%{?dist} +Release: 0.6.dev%{devrel}%{?dist} License: GPLv2 Group: Applications/Internet Source: http://lynx.isc.org/current/lynx%{version}dev.%{devrel}.tar.bz2 @@ -70,6 +70,7 @@ perl -pi -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html --enable-charset-choice \ --enable-cgi-links \ --enable-cjk \ + --enable-debug \ --enable-default-colors \ --enable-externs \ --enable-file-upload \ @@ -122,6 +123,9 @@ EOF %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg %changelog +* Wed Feb 11 2015 Ville Skyttä - 2.8.9-0.6.dev4 +- do not remove -g from our CFLAGS (#1191706) + * Wed Jan 28 2015 Kamil Dudka - 2.8.9-0.5.dev4 - update to the latest upstream pre-release - drop a compiler wrapper no longer needed