Changelog for
perl-File-MimeInfo-0.30-bp154.1.19.noarch.rpm :
* Tue Oct 27 2020 Tina Müller
- Add shared-mime-info dependency to cpanspec.yml
* Tue Oct 27 2020 Tina Müller - updated to 0.30 see /usr/share/doc/packages/perl-File-MimeInfo/Changes 0.30 2020-10-26 - Added function File::MimeInfo::has_mimeinfo_database() to test if mimeinfo database is found - mimetype and mimeopen now exit with an error code if no mimeinfo database is found - Added explicit dependency on Encode::Locale - Properly decode parameters for `mimeopen` and `mimetype`. Patch provided by Nikos Skalkotos - Fix for undefined defaults (fixes #36). Reported & fix provided by Martin Vassor - Improved installation instructions, specifically on macOS, by Oleg Kostyuk & Michiel Beijen
* Mon Oct 08 2018 Dirk Stoecker - Fix autogenerated changes
* Mon Aug 06 2018 cooloAATTsuse.com- updated to 0.29 see /usr/share/doc/packages/perl-File-MimeInfo/Changes 0.29 2018-08-05 - Stable release to CPAN. 0.28_03 2017-01-22 - `mimeinfo --stdin` did not work. Reported by Marius Gavrilescu, Debian bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784545 Added minimal tests for `mimeinfo`. 0.28_02 2016-12-17 - Improved handling of Path::Tiny objects in default method. 0.28_01 2016-11-29 - Spelling fix courtesy gregor herrmann, Debian Perl group (fixes #25) - Added t/000-report-versions-tiny.t to find out issue with Path::Tiny file handles.
* Mon Nov 28 2016 cooloAATTsuse.com- updated to 0.28 see /usr/share/doc/packages/perl-File-MimeInfo/Changes 0.28 2016-11-27 - Follow the current mime-apps-spec (fixes #8, #20) The current version of the mime-apps spec locates the per-user defaults file in `$XDG_CONFIG_HOME/mimeapps.list`. Use that location, and fall back to the per-system and distribution defaults as specified, with the previous legacy defaults file as a final fallback. Fix by Patrick Burroughs (Celti)
* Fri Jan 15 2016 bwiedemannAATTsuse.com- require File::BaseDir at runtime
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 0.27 see /usr/share/doc/packages/perl-File-MimeInfo/Changes
* Tue Sep 03 2013 jwAATTsuse.com- pulled version 0.18 from cpan.- perl-5142-re-syntax.patch obsoleted.
* Mon Nov 21 2011 jwAATTsuse.com- added perl-5142-re-syntax.patch; taken from https://rt.cpan.org/Public/Bug/Display.html?id=66841 test suite now compatible to perl-5.14.2
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro