Hello community, here is the log from the commit of package mailx for openSUSE:Factory checked in at 2015-03-19 20:48:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailx (Old) and /work/SRC/openSUSE:Factory/.mailx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailx" Changes: -------- --- /work/SRC/openSUSE:Factory/mailx/mailx.changes 2014-12-19 09:37:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mailx.new/mailx.changes 2015-03-19 20:48:54.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 17 10:05:20 UTC 2015 - [email protected] + +- Modify patch mailx-12.5-mime.dif to allow Form Feed as valid + characters within mail messages (bsc#922543) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailx.spec ++++++ --- /var/tmp/diff_new_pack.9SC183/_old 2015-03-19 20:48:55.000000000 +0100 +++ /var/tmp/diff_new_pack.9SC183/_new 2015-03-19 20:48:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package mailx # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ mailx-12.5-mime.dif ++++++ --- /var/tmp/diff_new_pack.9SC183/_old 2015-03-19 20:48:55.000000000 +0100 +++ /var/tmp/diff_new_pack.9SC183/_new 2015-03-19 20:48:55.000000000 +0100 @@ -23,8 +23,8 @@ +#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ + +static char text_chars[256] = { -+ /* NUL BEL BS HT LF FF CR */ -+ F, F, F, F, F, F, F, F, T, T, T, F, F, T, F, F, /* 0x0X */ ++ /* NUL BEL BS HT LF FF CR */ ++ F, F, F, F, F, F, F, F, T, T, T, F, T, T, F, F, /* 0x0X */ + /* ESC */ + F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ + T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
