Hello community, here is the log from the commit of package lynx checked in at Tue Oct 31 16:53:42 CET 2006. -------- --- lynx/lynx.changes 2006-10-16 10:23:21.000000000 +0200 +++ /mounts/work_src_done/STABLE/lynx/lynx.changes 2006-10-31 16:28:37.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Oct 31 16:27:56 CET 2006 - kssingvo@suse.de + +- disabled color support for non-color lynx, enabled color support + for lynx-color +- added helpful directories to pkg documentation: samples, scripts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lynx.spec ++++++ --- /var/tmp/diff_new_pack.iEA4Ir/_old 2006-10-31 16:53:20.000000000 +0100 +++ /var/tmp/diff_new_pack.iEA4Ir/_new 2006-10-31 16:53:20.000000000 +0100 @@ -12,7 +12,7 @@ Name: lynx BuildRequires: openssl-devel postfix -License: GPL +License: GNU General Public License (GPL) - all versions Group: Productivity/Networking/Web/Browsers Provides: lynxssl web_browser Obsoletes: lynxssl @@ -20,7 +20,7 @@ Requires: xli Autoreqprov: on Version: 2.8.6_rel2 -Release: 1 +Release: 6 URL: http://lynx.isc.org Summary: A Text-Based WWW Browser Source: http://lynx.isc.org/current/lynx2.8.6rel.2.tar.bz2 @@ -63,6 +63,19 @@ --prefix=/usr \ --mandir=%{_mandir} \ --sysconfdir=/etc \ + --disable-default-colors \ + --disable-color-style \ + --with-screen=ncursesw \ + --enable-ipv6 +make +mv lynx lynx-bw +make distclean +./configure \ + --with-ssl \ + --enable-nls \ + --prefix=/usr \ + --mandir=%{_mandir} \ + --sysconfdir=/etc \ --enable-default-colors \ --with-screen=ncursesw \ --enable-ipv6 @@ -73,19 +86,25 @@ make clean make EXTRAA="-DSHOW_COLOR=TRUE" mkdir -p $RPM_BUILD_ROOT -install lynx $RPM_BUILD_ROOT/usr/bin/lynx-color +mv $RPM_BUILD_ROOT/usr/bin/lynx $RPM_BUILD_ROOT/usr/bin/lynx-color +install lynx-bw $RPM_BUILD_ROOT/usr/bin/lynx %find_lang %name %files -f %name.lang %defattr(-,root,root) -%doc README COPYING PROBLEMS lynx_help /usr/bin/lynx /usr/bin/lynx-color %config /etc/lynx.cfg %config /etc/lynx.lss %doc %{_mandir}/man1/lynx.1.gz +%doc AUTHORS CHANGES README COPYING README PROBLEMS +%doc lynx_help samples scripts %changelog -n lynx +* Tue Oct 31 2006 - kssingvo@suse.de +- disabled color support for non-color lynx, enabled color support + for lynx-color +- added helpful directories to pkg documentation: samples, scripts * Mon Oct 16 2006 - ssommer@suse.de - updated to 2.8.6rel.2: Highligths: * broaden the conditions on which to reload the color-style info @@ -115,7 +134,7 @@ * highlight the target and pause for 20 milliseconds when selecting a link with the mouse * add -stderr option to write error messages when doing a -dump -or --source. + -source. * add -nonumbers option, which modifies the output of -dump to suppress the link-numbering * add -listonly option, which modifies the output of -dump to show ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de