This commit is contained in:
parent
32020ff696
commit
573f987e0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4818a833996712bc80fe63fd5d7017ce7ad3c281038b5044c44bb003479a8113
|
||||
size 43243
|
3
MailTools-1.76.tar.bz2
Normal file
3
MailTools-1.76.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47bfda1bd94b8a31d963ca0281dad7c6dd3ea1b29f087b40e2f7f37c7cebb13
|
||||
size 43780
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user