Commit Graph

30 Commits

Author SHA1 Message Date
Paul Howarth
574d178658 Update to 2.21
- New upstream release 2.21
  - Fix metadata
  - Add more to the README
  - Add Mail::Mailer option StartSSL for smtp backend (CPAN RT#125871)
  - Deprecate Mail::Mailer backend smtps
  - Document need for escaping docs for Mail::Send (CPAN RT#129627)
  - Document limit on parameters for Mail::Send::new() (CPAN RT#129633)
2019-05-21 16:21:30 +01:00
Paul Howarth
26007cb961 Update to 2.20
- New upstream release 2.20
  - Rewrite doc syntax to my current standard style
  - Text corrections (CPAN RT#123823, CPAN RT#123824)
  - Convert to git
  - Move to GitHub
2018-01-23 20:46:52 +00:00
Paul Howarth
80b56f0826 Update to 2.19, drop EL-5 support
- New upstream release 2.19
  - Block namespace MailTools (CPAN RT#120905)
- Add "ancient" to %summary and %description
- Drop EL-5 support
  - Drop BuildRoot: and Group: tags
  - Drop explicit buildroot cleaning in %install section
  - Drop explicit %clean section
2017-08-23 16:16:11 +01:00
Jitka Plesnikova
36be0feb74 Update to 2.18 2016-05-19 11:47:49 +02:00
Paul Howarth
b5332b00d8 Update to 2.17
- New upstream release 2.17
  - Mail::Header should only accept totally empty lines as header terminator,
    not to break MIME::Tools regression tests (CPAN RT#113918)
2016-05-12 09:40:36 +01:00
Paul Howarth
15f6119deb Update to 2.16
- New upstream release 2.16
  - Mail::Header continues reading after wrongly folded line (CPAN RT#113464)
  - Mail::Mailer::open call of exec() explained
  - Fix example in Mail::Address
  - Fix Mail::Header file parsing regression in 2.15 (CPAN RT#113874)
- Simplify find command using -delete
2016-04-19 10:59:30 +01:00
Paul Howarth
0048ce0494 Update to 2.14
- New upstream release 2.14
  - Fix threads and Mail::Field initiation (CPAN RT#99153)
  - Warn when loading of some Mail::Field::* fails
- Classify buildreqs by usage
- Silence warnings from MakeMaker about files we delete in %prep
2014-11-21 19:58:06 +00:00
Paul Howarth
028177f69c Update to 2.13
- New upstream release 2.13:
  - Optional 'from' and 'on' component in in-reply-to are comments
    (CPAN RT#89371)
  - mailcap \\\\ -> \\ (CPAN RT#89802)
  - Fix typos (CPAN RT#87188)
2014-01-06 15:09:05 +00:00
Paul Howarth
e9ef814987 Update to 2.12
- New upstream release 2.12:
  - Default for Mail::Header::new(Modify) is 'false', not 'true'
    (CPAN RT#79985)
  - Mail::Address take username with rindex(), a bit better than index() but
    still poor (CPAN RT#82056)
  - Check for bad folding of header lines (CPAN RT#79993)
  - Add a note about better to avoid Mail::Address->name() (CPAN RT#81459)
- Drop UTF8 patch, no longer needed
2012-12-21 15:39:10 +00:00
Paul Howarth
24b0613f2b Update to 2.11
- New upstream release 2.11:
  - Fix typo in Mail::Mailer::smtp, which only shows up in Perl > 5.14
2012-08-29 09:31:52 +01:00
Paul Howarth
54eef31f5e Update to 2.10
- New upstream release 2.10:
  - Mail::Mailer::smtp set from address twice (CPAN RT#77161)
  - Mail::Mailer::smtps did not support the From option (CPAN RT#77161)
  - Mail::Util::mailaddress has now an optional parameter to set the returned
    value explicitly (CPAN #75975)
- BR: perl(base)
- Drop BR: perl(Config) and perl(POSIX), not dual-lived
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
2012-08-28 22:07:52 +01:00
Paul Howarth
c51da7feac Update to 2.09
- New upstream release 2.09:
  - Remove dependency to Test::Pod by moving 99pod.t from t/ to xt/
    (CPAN RT#69918)
- BR: perl(Net::Domain) ≥ 1.05 and perl(Net::SMTP) ≥ 1.03
- Explicitly run xt/ tests
2012-02-25 22:14:28 +00:00
Paul Howarth
e1381314bc Update to 2.08 (#709697)
- New upstream release 2.08:
  - Respect errors on closing a Mail::Mailer::smtp/::smtps connection
  - Mail::Internet should accept Net::SMTP::SSL as well (CPAN RT#68590)
  - Document that Mail::Mailer::smtps needs Authen::SASL
- Use patch rather than iconv to convert docs to UTF8 encoding
2011-06-01 15:12:50 +01:00
Paul Howarth
1016564d74 Update to 2.07
- New upstream release 2.07:
  - Document perl 5.8.1 requirement in README (CPAN RT#61753)
  - Add "MAIL FROM" to Mail::Mailer::smtp
2010-10-01 21:10:14 +01:00
Paul Howarth
eeded8bb3f Update to 2.06 (add support for smtps via Net::SMTP::SSL); use %{_fixperms}
macro instead of our own chmod incantation
2010-01-27 10:43:45 +00:00
Paul Howarth
0e333929ab Update to 2.05 2009-12-23 09:37:09 +00:00
Paul Howarth
ea7895ad49 Update to 2.04 2008-07-30 11:08:27 +00:00
Paul Howarth
a4712198f0 Update to 2.03 2008-04-15 04:44:45 +00:00
Paul Howarth
222e18e007 - Update to 2.02
- Remove buildreqs perl(Net::SMTP) and perl(Net::Domain), bundled with perl
- Add buildreqs perl(Date::Format), perl(Date::Parse), perl(Test::More),
    and perl(Test::Pod)
- Remove patch for CPAN RT#20726, now fixed upstream
- Buildreq perl >= 5.8.1
- Tweak files list to mark pod files as %doc
- Fix character encoding for ChangeLog
2007-12-03 12:34:20 +00:00
Paul Howarth
669da4bc35 Update to 1.77 2007-05-13 12:02:14 +00:00
Paul Howarth
6a7aee4dcc Update to 1.76 2007-04-10 15:36:13 +00:00
Ville Skyttä
5bcd6dbc4e - 1.74. 2006-03-15 07:49:15 +00:00
Ville Skyttä
f483b0f81b - 1.73. 2006-01-22 08:16:53 +00:00
Ville Skyttä
ce1e9f6642 - 1.72. 2006-01-18 20:43:26 +00:00
Ville Skyttä
6d22fc7883 - 1.71. 2006-01-06 08:56:48 +00:00
Paul Howarth
93ec549c79 - update to 1.67 (#161830)
- assume perl_vendorlib is set
- license is same as perl (GPL or Artistic) according to README
- don't include module name in summary
- use macros consistently
2005-07-01 11:15:37 +00:00
Ville Skyttä
94ffc1d80e Update to 1.66. 2005-01-22 11:50:32 +00:00
cvsextras
f9f78f0209 auto-import changelog data from perl-MailTools-1.64-0.fdr.1.1.src.rpm
1.64-0.fdr.1
- Update to 1.64, patch applied upstream.
- Bring up to date with current fedora.us Perl spec template.
2004-11-08 05:05:20 +00:00
cvsextras
a0a2cd9eca auto-import changelog data from perl-MailTools-1.61-0.fdr.2.rh80.src.rpm
1.61-0.fdr.2
- Add patch to complete test.pm -> testfile.pm change introduced in 1.61.
1.61-0.fdr.1
- Update to 1.61.
- Reduce directory ownership bloat.
- Run tests in the %check section.
1.60-0.fdr.1
- Update to 1.60.
- Install into vendor dirs.
- Spec cleanups.
1.58-0.fdr.5
- Package is now noarch
1.58-0.fdr.4
- Changed group tag
- Making test in build section
1.58-0.fdr.3
- Modified files section
1.58-0.fdr.2
- Added forgotten description
- Modified Summary according to Michael Schwendt suggestion
- Modified tarball permissions to 0644
Sun Jun 15 2003 Dams <anvil[AT]livna.org>
- Initial build.
2004-11-08 05:05:08 +00:00
cvsextras
1d4c5f21b8 Setup of module perl-MailTools 2004-11-08 05:05:06 +00:00