Hello community, here is the log from the commit of package mlmmj for openSUSE:Factory checked in at 2018-02-09 15:53:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mlmmj (Old) and /work/SRC/openSUSE:Factory/.mlmmj.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mlmmj" Fri Feb 9 15:53:32 2018 rev:30 rq:574631 version:1.2.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes 2017-07-26 13:05:49.869558626 +0200 +++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2018-02-09 15:53:33.850422684 +0100 @@ -1,0 +2,6 @@ +Fri Feb 9 10:41:35 UTC 2018 - [email protected] + +- drop iconv call to avoid double-utf8-encoding of the mail templates + (poo#31546) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mlmmj.spec ++++++ --- /var/tmp/diff_new_pack.7eIRio/_old 2018-02-09 15:53:34.766389782 +0100 +++ /var/tmp/diff_new_pack.7eIRio/_new 2018-02-09 15:53:34.766389782 +0100 @@ -1,7 +1,7 @@ # # spec file for package mlmmj # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,10 +43,6 @@ %install make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_datadir}/%{name}/contrib -find %{buildroot}%{_datadir}/%{name}/text.skel -type f |while read file; do - iconv -f ISO-8859-1 -t UTF-8 ${file} > ${file}.utf8 - mv ${file}.utf8 ${file} -done mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples cp -a contrib/{amime-receive,web} %{buildroot}%{_defaultdocdir}/%{name}/examples/ cp -a contrib/receivestrip/README README.receivestrip
