This commit is contained in:
parent
dedc39bc93
commit
5b5ecd0aa7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e995a53b5bd098429669054b018d51780c939c914ef64bf4b0b560d1aba7291
|
||||
size 45899
|
3
MailTools-2.04.tar.bz2
Normal file
3
MailTools-2.04.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6535bbf019635667849ee8658897a70b7aaa4810c4d9ab5cce87ed296409927f
|
||||
size 46083
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 16:56:04 CEST 2008 - anicka@suse.cz
|
||||
|
||||
- update to 2.04
|
||||
* Mail::Field::_require_dir complained on 5.10 about a closed
|
||||
dirhandle.
|
||||
* Bcc line removed before collecting addresses.
|
||||
* add "die" to "close()" in synopsis of Mail::Send and
|
||||
Mail::Mailer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 16:23:28 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package perl-MailTools (Version 2.03)
|
||||
# spec file for package perl-MailTools (Version 2.04)
|
||||
#
|
||||
# Copyright (c) 2008 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -13,7 +20,7 @@
|
||||
|
||||
Name: perl-MailTools
|
||||
Url: http://cpan.org/modules/by-module/Mail/
|
||||
Version: 2.03
|
||||
Version: 2.04
|
||||
Release: 1
|
||||
Provides: p_mtools
|
||||
Obsoletes: p_mtools
|
||||
@ -59,6 +66,13 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%doc ChangeLog MANIFEST README README.demos examples
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 2.04
|
||||
* Mail::Field::_require_dir complained on 5.10 about a closed
|
||||
dirhandle.
|
||||
* Bcc line removed before collecting addresses.
|
||||
* add "die" to "close()" in synopsis of Mail::Send and
|
||||
Mail::Mailer.
|
||||
* Thu Jun 19 2008 anicka@suse.cz
|
||||
- update to 2.03
|
||||
* Netware needs to use smtp as well
|
||||
|
Loading…
Reference in New Issue
Block a user