File perl-Mail-Mbox-MessageParser.changes of Package perl-Mail-Mbox-MessageParser

-------------------------------------------------------------------
Fri Oct 13 09:39:57 UTC 2017 - pmonrealgonzalez@suse.com

- Fixed compilation error:
  * Added BuildRequires:  perl(Module::Install)

-------------------------------------------------------------------
Sun May  3 08:35:33 UTC 2015 - coolo@suse.com

- updated to 1.5105
   see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES

  Version 1.5105: Sat May 2 2015
  - Prevent CPAN from indexing private-lib
  
  Version 1.5104: Mon Apr 20 2015
  - Remove unused File::Cat import
  
  Version 1.5103: Mon Apr 20 2015
  - Add File::Path dependency for testing. Thanks to Paul Howarth
    <paul@city-fan.org> for the info.
    https://rt.cpan.org/Ticket/Display.html?id=103482
  - Don't install private Module::Install extension. Thanks to Paul Howarth
    <paul@city-fan.org> for the bug report.
    https://rt.cpan.org/Ticket/Display.html?id=103482
  - Clarify licensing terms
  - Move verbose testing to a private module, and implement it in a way that
    doesn't require editing the Makefile after it is generated.
  - Require File::Slurp instead of including it, to avoid potential problems
    like this:
    http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
  - Improve the ability of the test suite to be run in parallel
  - Fix Windows test incompatibilities, such as:
    http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
    http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
  
  Version 1.5102: Sun Apr 12 2015
  - Fix xz and lzip test skip for when tools are not installed
  - Enable verbose testing for CPAN-testers
  - Use proper temp dir instead of t/temp
  - Consolidate issue tracking at rt.cpan.org
  
  Version 1.5101: Sat Apr 4 2015
  - Add a version check for lzip, to make sure the .lz file can be decompressed
    properly during testing. Thanks to Paul Howarth <paul@city-fan.org> for the
    suggestion.
  - Fix warning about deleting nonexistent test cache
  - Enhance "make test TEST_VERBOSE=1" to dump debug information
  - Work around a POD-stripping bug that would cause module load to fail on some
    platforms
  
  Version 1.5100: Sun Mar 22 2015
  - Moved code to github
  - Added xz support.
    https://rt.cpan.org/Ticket/Display.html?id=68286
    Thanks to sascha@trimind.de for initial patches.
  - Added lzip support.
    Thanks to an anonymous submitter for the idea.
    http://sourceforge.net/p/grepmail/patches/8/
  - Added POD test
  - Fixed hang in pure Perl implementation for a malformed mbox file scenario.
    Thanks to Jason Brooks <jason@petting-zoo.org> for providing an mbox
    that found this bug.
  - Fixed $OLDSTDERR used only once warning.
    https://rt.cpan.org/Ticket/Display.html?id=58053
    Thanks to paul@city-fan.org for the bug report and patch.
  - Fixed enabling of warnings.
    https://rt.cpan.org/Ticket/Display.html?id=79898
    Thanks to atourbin@cpan.org for the bug report and patch.
  - Fixed a division by zero error for malformed mbox files that start with a
    newline.
    https://rt.cpan.org/Ticket/Display.html?id=69469
    Thanks to vadz@cpan.org for the bug report.
  - Fix bug in M::M::Perl documentation.
    Thanks to Christopher Orsolits <chris@s7logic.com> for spotting it.
  - Add more cache file validation.
    Thanks to Richard Higson <richard.higson@gt.owl.de> for reporting the
    problem.

-------------------------------------------------------------------
Fri Nov 18 11:07:07 UTC 2011 - coolo@suse.com

- use original .tar.gz

-------------------------------------------------------------------
Wed Dec  1 13:33:25 UTC 2010 - coolo@novell.com

- switch to perl_requires macro

-------------------------------------------------------------------
Mon Nov 29 18:30:26 UTC 2010 - coolo@novell.com

- remove /var/adm/perl-modules

-------------------------------------------------------------------
Mon Jan 25 16:35:58 CET 2010 - anicka@suse.cz

- update to 1.5002
 * Disabled the grep interface, which has had some tricky bugs 
   that I don't have time to figure out.
 * Updated Makefile.PL to be compatible with versions of 
   Module::Install > 0.88.
 * Instead of returning an error for an empty mailbox, a valid 
   mailbox is returned that will immediately fail the 
   end_of_mailbox check. This should simplify people's code.

-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

- enable parallel build

-------------------------------------------------------------------
Thu Feb 21 13:24:46 CET 2008 - anicka@suse.cz

- fix build with perl 5.10 

-------------------------------------------------------------------
Mon Jan 15 10:57:55 CET 2007 - anicka@suse.cz

- update to 1.5000
  * The Cache and Grep implementations now detect when changes 
    have occurred to the file being parsed, and automatically 
    invalidate their cache values and revert to the Perl 
    implementation. NOTE: This works well for appending to
    the mailbox, but undefined behavior occurs if modifications are 
    made to the mailbox at locations earlier than the current 
    position.
  * Changed the reset test so that it doesn't create output with 
    inconsistent line endings in the case of a dos mailbox.
  * Fixed a bug where occasionally the reading of the next email 
    will go into an infinite loop when reading from standard input. 
  * read_next_email now returns undef on end of file. 
  * Simplified code by removing end_of_file attribute of parser 
    objects.

-------------------------------------------------------------------
Thu Sep 14 12:21:23 CEST 2006 - anicka@suse.cz

- update to 1.4005
  * Fixed a bug where emails with a line near the end that start 
    with "From " would cause the Grep implementation to go into 
    an infinite loop.
  * Fixed some minor coding style issues.

-------------------------------------------------------------------
Wed Jul 12 10:14:51 CEST 2006 - anicka@suse.cz

- update to 1.4004
  * Fixed a bug where, when emails are incomplete, the Perl parser 
    would cache incorrect information, causing the Cache 
    implementation to go into an infinite loop when it tried 
    to use the invalid information.
  * Improved the behavior for multi-part emails that lack a valid 
    ending boundaries. 

-------------------------------------------------------------------
Wed Jan 25 21:39:49 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Wed Aug  3 10:51:57 CEST 2005 - cthiel@suse.de

- update to version 1.4001

-------------------------------------------------------------------
Sun Jul 31 16:31:42 CEST 2005 - cthiel@suse.de

- update to version 1.4000

-------------------------------------------------------------------
Mon Jul 18 13:56:14 CEST 2005 - rommel@suse.de

- update to version 1.2130 (requirement by grepmail) 

-------------------------------------------------------------------
Tue Jun 22 19:30:17 CEST 2004 - rommel@suse.de

- initial checkin

openSUSE Build Service is sponsored by