Changelog for
perl-MIME-tools-5.506-3.fc23.noarch.rpm :
Thu Jun 18 14:00:00 2015 Fedora Release Engineering
- 5.506-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Sat Jun 6 14:00:00 2015 Jitka Plesnikova - 5.506-2
- Perl 5.22 rebuild
Thu Apr 23 14:00:00 2015 Paul Howarth - 5.506-1
- Update to 5.506
- Update maintainer\'s name to \"Dianne Skoll\"
- Use %license where possible
- Update UTF8 patch
- Classify buildreqs by usage
Thu Aug 28 14:00:00 2014 Jitka Plesnikova - 5.505-3
- Perl 5.20 rebuild
Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 5.505-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Thu Nov 14 13:00:00 2013 Paul Howarth - 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 14:00:00 2013 Petr Pisar - 5.504-4
- Perl 5.18 rebuild
Thu Jul 25 14:00:00 2013 Paul Howarth - 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 13:00:00 2013 Paul Howarth - 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 14:00:00 2012 Fedora Release Engineering - 5.503-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Sat Jun 23 14:00:00 2012 Petr Pisar - 5.503-2
- Perl 5.16 rebuild
Fri Jun 8 14:00:00 2012 Paul Howarth - 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 13:00:00 2012 Paul Howarth - 5.502-5
- Fedora 17 mass rebuild
Wed Oct 26 14:00:00 2011 Paul Howarth - 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 14:00:00 2011 Marcela Mašláňová - 5.502-3
- Own only man pages of this packages (conflict with Perl package)
Wed Jul 20 14:00:00 2011 Petr Sabata - 5.502-2
- Perl mass rebuild
Tue Mar 8 13:00:00 2011 Paul Howarth - 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 13:00:00 2011 Paul Howarth - 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 8 13:00:00 2011 Fedora Release Engineering - 5.500-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Mon Jan 10 13:00:00 2011 Paul Howarth - 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 13:00:00 2010 Marcela Maslanova - 5.428-3
- Rebuild to fix problems with vendorarch/lib (#661697)
Mon May 3 14:00:00 2010 Marcela Maslanova - 5.428-2
- Mass rebuild with perl-5.12.0
Thu Apr 22 14:00:00 2010 Paul Howarth - 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 7 13:00:00 2009 Stepan Kasal - 5.427-4
- Rebuild against perl 5.10.1
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 5.427-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 5.427-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Tue Jul 1 14:00:00 2008 Paul Howarth 5.427-1
- Update to 5.427
- Require and BuildRequire perl(IO::File) >= 1.13
Wed Mar 19 13:00:00 2008 Paul Howarth 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 13:00:00 2008 Paul Howarth 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 13:00:00 2008 Tom \"spot\" Callaway - 5.420-6
- Rebuild for perl 5.10 (again)
Sun Jan 20 13:00:00 2008 Tom \"spot\" Callaway 5.420-5
- rebuild for new perl
Mon Aug 13 14:00:00 2007 Paul Howarth 5.420-4
- Clarify license as GPL v1 or later, or Artistic (same as perl)
- Add buildreq perl(Test::More)
Tue Apr 17 14:00:00 2007 Paul Howarth 5.420-3
- Buildrequire perl(ExtUtils::MakeMaker)
- Fix argument order for find with -depth
Tue Aug 8 14:00:00 2006 Paul Howarth 5.420-2
- Install the more useful examples in %{_bindir} (#201691)
Wed Apr 19 14:00:00 2006 Paul Howarth - 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 13:00:00 2006 Ville Skyttä - 5.419-1
- 5.419.
- Don\'t provide perl(main).
Tue Oct 4 14:00:00 2005 Paul Howarth - 5.418-2
- License is same as perl (GPL or Artistic), not just Artistic
Mon Oct 3 14:00:00 2005 Ville Skyttä - 5.418-1
- 5.418.
- Cosmetic specfile cleanups.
Wed Apr 6 14:00:00 2005 Michael Schwendt - 5.417-2
- rebuilt
Sat Jan 22 13:00:00 2005 Ville Skyttä - 0:5.417-1
- Update to 5.417.
Wed Jan 5 13:00:00 2005 Ville Skyttä - 0:5.416-0.fdr.1
- Update to 5.416.
Thu Oct 28 14:00:00 2004 Ville Skyttä - 0:5.415-0.fdr.1
- Update to 5.415.
Thu Oct 7 14:00:00 2004 Ville Skyttä - 0:5.414-0.fdr.1
- Update to 5.414.
Wed Sep 15 14:00:00 2004 Ville Skyttä - 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 7 13:00:00 2004 Ville Skyttä - 0:5.411-0.fdr.6.a
- Install into vendor dirs.
- BuildRequire perl-MailTools (bug 373).
Sat Aug 16 14:00:00 2003 Dams 0:5.411-0.fdr.5.a
- Hopefully fixed BuildRequires (for make test)
- rm-ing perllocal.pod instead of excluding it
Sat Jul 12 14:00:00 2003 Dams 0:5.411-0.fdr.4.a
- Package is now noarch
Fri Jul 11 14:00:00 2003 Dams 0:5.411-0.fdr.3.a
- Changed Group tag value
- make test in build section
- Added missing directory
Wed Jun 25 14:00:00 2003 Dams 0:5.411-0.fdr.2.a
- Now using roaringpenguin tarball
Sun Jun 15 14:00:00 2003 Dams
- Initial build.