diff --git a/MailTools-1.74.tar.bz2 b/MailTools-1.74.tar.bz2 deleted file mode 100644 index 0fce638..0000000 --- a/MailTools-1.74.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4818a833996712bc80fe63fd5d7017ce7ad3c281038b5044c44bb003479a8113 -size 43243 diff --git a/MailTools-1.76.tar.bz2 b/MailTools-1.76.tar.bz2 new file mode 100644 index 0000000..6463987 --- /dev/null +++ b/MailTools-1.76.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47bfda1bd94b8a31d963ca0281dad7c6dd3ea1b29f087b40e2f7f37c7cebb13 +size 43780 diff --git a/perl-MailTools.changes b/perl-MailTools.changes index 1d08eb1..ea94597 100644 --- a/perl-MailTools.changes +++ b/perl-MailTools.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 12 11:38:05 CEST 2007 - anicka@suse.cz + +- update to 1.76 + * The tag (field label) casing is "normalized" which is not + required (as the comment in the code told), but a mis* + feature. The feature will not change, to avoid breaking + existing code. + * Do not ignore unknown argument to Mail::Internet::new(), + but complain about it + * Document that the \n is still after a header line, but folding + is removed. + * Document that unfolding is too greading, taking all leading + blanks where only one should be taken. + * [Mike Lerley] reported that environment variables are not + thread*safe in mod_perl. Therefore, he required to pass the + sender of the message explictly on qmail's command*line. + His addapted patch included. + ------------------------------------------------------------------- Thu Jul 13 13:49:30 CEST 2006 - anicka@suse.cz diff --git a/perl-MailTools.spec b/perl-MailTools.spec index c8d069d..f602c4a 100644 --- a/perl-MailTools.spec +++ b/perl-MailTools.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-MailTools (Version 1.74) +# spec file for package perl-MailTools (Version 1.76) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,7 +12,7 @@ Name: perl-MailTools URL: http://cpan.org/modules/by-module/Mail/ -Version: 1.74 +Version: 1.76 Release: 1 Provides: p_mtools Obsoletes: p_mtools @@ -57,7 +57,23 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor /var/adm/perl-modules/perl-MailTools %doc ChangeLog MANIFEST README README.demos examples -%changelog -n perl-MailTools +%changelog +* Thu Apr 12 2007 - anicka@suse.cz +- update to 1.76 + * The tag (field label) casing is "normalized" which is not + required (as the comment in the code told), but a mis* + feature. The feature will not change, to avoid breaking + existing code. + * Do not ignore unknown argument to Mail::Internet::new(), + but complain about it + * Document that the \n is still after a header line, but folding + is removed. + * Document that unfolding is too greading, taking all leading + blanks where only one should be taken. + * [Mike Lerley] reported that environment variables are not + thread*safe in mod_perl. Therefore, he required to pass the + sender of the message explictly on qmail's command*line. + His addapted patch included. * Thu Jul 13 2006 - anicka@suse.cz - update to 1.74 * minor improvements and bugfixes, new examples added