Changelog |
* Tue Jun 07 2016 Derek Maciel <dam402@nbcs.rutgers.edu> - 5.505-1
- Rebuilt for Rutgers CentOS 7
* Thu Nov 14 2013 Paul Howarth <paul@city-fan.org> - 5.505-1
- Update to 5.505
- Fix documentation typos (CPAN RT#80473, CPAN RT#87783)
- Fix broken test (CPAN RT#84668)
- Don't run Kwalitee tests unless author or release tests are enabled
(CPAN RT#87094)
- Fix bug in header parsing that would fail to parse a header like:
Content-Type: ; name="malware.zip"
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 5.504-4
- Perl 5.18 rebuild
* Thu Jul 25 2013 Paul Howarth <paul@city-fan.org> - 5.504-3
- Don't try to run the kwalitee test, as it fails a couple of kwalitee metrics
with Test::Kwalitee 1.09
* Thu Jan 31 2013 Paul Howarth <paul@city-fan.org> - 5.504-1
- Update to 5.504
- Fix encoding of MIME parameters that contain a quoted string: "like \"this"
(CPAN RT#80433)
- Suppress useless warnings from tests (CPAN RT#80679)
- Fix long-standing bug in encode_mimewords that can break multi-byte
encodings such as UTF-8 (CPAN RT#5462)
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.503-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jun 23 2012 Petr Pisar <ppisar@redhat.com> - 5.503-2
- Perl 5.16 rebuild
* Fri Jun 08 2012 Paul Howarth <paul@city-fan.org> - 5.503-1
- Update to 5.503
- Avoid inappropriately untainting data (CPAN RT#67119)
- Localise $\ to avoid parsing problems if it's set elsewhere (CPAN RT#71041)
- Improve exorcising of filenames (CPAN RT#71677)
- Fix potential race condition in t/Smtpsend.t (CPAN RT#68879)
- Allow native I/O on File::Handle objects (CPAN RT#72538)
- Add "recommends Convert::BinHex" clause to Makefile.PL (CPAN RT#72223)
- Add module_name to Makefile.PL (CPAN RT#77138)
- Fix "Uninitialized value" warning (CPAN RT#77190)
- Don't run t/Smtpsend.t on systems that lack fork() (CPAN RT#77351)
- Add "use strict" everywhere (CPAN RT#77582)
- Don't need to remove empty directories from the buildroot
- Drop %defattr, redundant since rpm 4.4
- Require perl(Convert::BinHex) to support BinHex-encoded mail
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 5.502-5
- Fedora 17 mass rebuild
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> - 5.502-4
- Use patch rather than scripted iconv to fix character encoding
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Nobody else likes macros for commands
- Use %{_fixperms} macro rather than our own chmod incantation
- Explicitly specify all manpages in %files list
- The Makefile.PL --skipdeps option is no longer needed
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 5.502-3
- Own only man pages of this packages (conflict with Perl package)
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 5.502-2
- Perl mass rebuild
* Tue Mar 08 2011 Paul Howarth <paul@city-fan.org> - 5.502-1
- Update to 5.502
- Fix parsing bug (CPAN RT#66025)
- Fix typo (CPAN RT#65387)
- Fix unit tests on Perl 5.8.x (CPAN RT#66188)
- Fix unit test failure on Win32 (CPAN RT#66286)
* Thu Feb 17 2011 Paul Howarth <paul@city-fan.org> - 5.501-1
- Update to 5.501
- Add build_requires 'Test::Deep'; to Makefile (CPAN RT#64659)
- Fix spelling errors (CPAN RT#64610)
- Fix double-decoding bug when decoding RFC-2231-encoded parameters
(CPAN RT#65162)
- Fix inappropriate inclusion of CR characters in parsed headers
(CPAN RT#65681)
- Document that MIME::WordDecoder is mostly deprecated
- Document that MIME::Head->get(...) can include a trailing newline
- Increase buffer size from 2kB to 8kB in MIME::Entity and MIME::Body
(part of CPAN RT#65162)
- This release by DSKOLL -> update source URL
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.500-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jan 10 2011 Paul Howarth <paul@city-fan.org> - 5.500-1
- Update to 5.500
- cleanup: IO-Stringy is no longer used
- cleanup: remove auto_install from Makefile.PL
- RT#22684: fix deadlock in filter() when invoking external programs
such as gzip
- RT#60931: if preamble is empty, make sure it's still empty after
round-tripping through MIME::Entity
- RT#63739: properly decode RFC2231 encodings in attachment filenames
- New build requirements:
- perl(IO::Handle)
- perl(Mail::Field) >= 1.05
- perl(Mail::Header) >= 1.01
- perl(Mail::Internet) >= 1.0203
- perl(Test::Deep)
- Drop buildreq perl(IO::Stringy)
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 5.428-3
- Rebuild to fix problems with vendorarch/lib (#661697)
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 5.428-2
- Mass rebuild with perl-5.12.0
* Thu Apr 22 2010 Paul Howarth <paul@city-fan.org> - 5.428-1
- Update to 5.428
- RT#56764: build release with a newer Module::Install
- RT#52924: ensure we add <> around Content-id data
- RT#48036: make mimesend example script a bit more useful
- RT#43439: fix for parsing of doubled ; in multipart headers
- RT#41632: if RFC-2231 and non-RFC-2231 params present, use only RFC-2231
- RT#40715: reference Encode::MIME::Header in docs
- RT#39985: correct POD typos
- Only bind to localhost in smtpsend test, not all interfaces
- Specify --skipdeps in Makefile.PL invocation to prevent use of CPAN module
- Buildreq perl(Test::Kwalitee) for additional test coverage
- Tidy up %description and other largely cosmetic spec changes
* Mon Dec 07 2009 Stepan Kasal <skasal@redhat.com> - 5.427-4
- Rebuild against perl 5.10.1
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.427-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.427-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Jul 01 2008 Paul Howarth <paul@city-fan.org> 5.427-1
- Update to 5.427
- Require and BuildRequire perl(IO::File) >= 1.13
* Wed Mar 19 2008 Paul Howarth <paul@city-fan.org> 5.426-1
- Update to 5.426
- Now require File::Temp >= 0.18
- Add POD tests, coverage disabled because of lack of coverage from upstream
* Tue Mar 11 2008 Paul Howarth <paul@city-fan.org> 5.425-1
- Update to 5.425
- Add note about File::Temp requirement
- New upstream maintainer -> updated URL for source
- Given that this package will not build on old distributions, don't cater
for handling old versions of MIME::QuotedPrint in %check and buildreq
perl(MIME::Base64) >= 3.03
- Buildreq perl(File::Path) >= 1, perl(File::Spec) >= 0.6, and
perl(IO::Stringy) >= 2.110
- Only include README as %doc, not README*
- Dispense with provides filter, no longer needed
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.420-6
- Rebuild for perl 5.10 (again)
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 5.420-5
- rebuild for new perl
* Mon Aug 13 2007 Paul Howarth <paul@city-fan.org> 5.420-4
- Clarify license as GPL v1 or later, or Artistic (same as perl)
- Add buildreq perl(Test::More)
* Tue Apr 17 2007 Paul Howarth <paul@city-fan.org> 5.420-3
- Buildrequire perl(ExtUtils::MakeMaker)
- Fix argument order for find with -depth
* Tue Aug 08 2006 Paul Howarth <paul@city-fan.org> 5.420-2
- Install the more useful examples in %{_bindir} (#201691)
* Wed Apr 19 2006 Paul Howarth <paul@city-fan.org> - 5.420-1
- 5.420
- Cosmetic changes reflecting new maintainer's preferences
- Examples remain executable since they don't introduce new dependencies
- Simplify provides filter
* Mon Jan 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 5.419-1
- 5.419.
- Don't provide perl(main).
* Tue Oct 04 2005 Paul Howarth <paul@city-fan.org> - 5.418-2
- License is same as perl (GPL or Artistic), not just Artistic
* Mon Oct 03 2005 Ville Skyttä <ville.skytta at iki.fi> - 5.418-1
- 5.418.
- Cosmetic specfile cleanups.
* Wed Apr 06 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 5.417-2
- rebuilt
* Sat Jan 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:5.417-1
- Update to 5.417.
* Wed Jan 05 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:5.416-0.fdr.1
- Update to 5.416.
* Thu Oct 28 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:5.415-0.fdr.1
- Update to 5.415.
* Thu Oct 07 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:5.414-0.fdr.1
- Update to 5.414.
* Wed Sep 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:5.413-0.fdr.1
- Update to 5.413, includes the mimedefang patches.
- Bring up to date with current fedora.us Perl spec template.
* Sat Feb 07 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:5.411-0.fdr.6.a
- Install into vendor dirs.
- BuildRequire perl-MailTools (bug 373).
* Sat Aug 16 2003 Dams <anvil[AT]livna.org> 0:5.411-0.fdr.5.a
- Hopefully fixed BuildRequires (for make test)
- rm-ing perllocal.pod instead of excluding it
* Sat Jul 12 2003 Dams <anvil[AT]livna.org> 0:5.411-0.fdr.4.a
- Package is now noarch
* Fri Jul 11 2003 Dams <anvil[AT]livna.org> 0:5.411-0.fdr.3.a
- Changed Group tag value
- make test in build section
- Added missing directory
* Wed Jun 25 2003 Dams <anvil[AT]livna.org> 0:5.411-0.fdr.2.a
- Now using roaringpenguin tarball
* Sun Jun 15 2003 Dams <anvil[AT]livna.org>
- Initial build.
|