Hello community, here is the log from the commit of package w3m checked in at Fri Mar 30 16:40:20 CEST 2007. -------- --- w3m/w3m.changes 2007-01-04 20:02:55.000000000 +0100 +++ /mounts/work_src_done/STABLE/w3m/w3m.changes 2007-02-23 14:50:16.636821000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 16 15:45:41 CET 2007 - od@suse.de + +- change the default for the option "Use ASCII equivalents to + display entities" from YES to NO. (#247397) + +------------------------------------------------------------------- New: ---- w3m-0.5.1-no-ASCII-equivalents-by-default.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ w3m.spec ++++++ --- /var/tmp/diff_new_pack.dw9353/_old 2007-03-30 16:40:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dw9353/_new 2007-03-30 16:40:13.000000000 +0200 @@ -14,9 +14,9 @@ BuildRequires: giflib-devel imlib2-devel libpng-devel libtiff-devel openssl-devel pkgconfig xorg-x11-devel URL: http://w3m.sourceforge.net/ Version: 0.5.1 -Release: 50 +Release: 60 Summary: A text-based WWW browser -License: BSD License and BSD-like +License: BSD License and BSD-like, X11/MIT Group: Productivity/Networking/Web/Browsers Provides: w3m_ssl web_browser Obsoletes: w3m_ssl @@ -30,6 +30,7 @@ Patch3: w3m-0.5-helppaths.diff Patch4: w3m-inline-image.patch Patch5: w3m-CVE-2006-6772.patch +Patch6: w3m-0.5.1-no-ASCII-equivalents-by-default.patch Patch10: gc6.4.dif %package inline-image Summary: An inline image extension for w3m @@ -94,6 +95,7 @@ %patch3 -p1 %patch4 %patch5 +%patch6 cd ../gc* %patch10 @@ -172,7 +174,10 @@ %defattr(-,root,root) /usr/%_lib/w3m/w3mimgdisplay -%changelog -n w3m +%changelog +* Fri Feb 16 2007 - od@suse.de +- change the default for the option "Use ASCII equivalents to + display entities" from YES to NO. (#247397) * Thu Jan 04 2007 - max@suse.de - Fixed a format string problem that led to a crash. (#230775, CVE-2006-6772) ++++++ w3m-0.5.1-no-ASCII-equivalents-by-default.patch ++++++ This patch changes the default for the option "Use ASCII equivalents to display entities" from YES to NO. Existing w3m "config" files need to be changed manually though. This can be done by changing the alt_entity flag to 0 with an editor or by changing the option with the w3m option dialog, accessible by pressing "o". fm.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: fm.h =================================================================== --- fm.h.orig 2007-02-16 14:27:28.000000000 +0100 +++ fm.h 2007-02-16 14:33:36.000000000 +0100 @@ -1030,7 +1030,7 @@ global char SearchConv init(TRUE); #define wc_Str_conv(x,charset0,charset1) (x) #define wc_Str_conv_strict(x,charset0,charset1) (x) #endif -global char UseAltEntity init(TRUE); +global char UseAltEntity init(FALSE); global char UseGraphicChar init(FALSE); extern char *graph_symbol[]; extern char *graph2_symbol[]; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de