Changelog for
perl-MP3-Tag-1.160.0-lp156.1.1.noarch.rpm :
* Sat Nov 26 2022 Tina Müller
- updated to 1.16 see /usr/share/doc/packages/perl-MP3-Tag/Changes
* Mon Jun 07 2021 Daniel Donisa - Update spec
* Fix cpanspec.yml
* Shrink %description
* Remove BuildRoot and %defattr
* Upgrade %setup to %autosetup
* Upgrade make calls to %make_build macros
* Wed Sep 04 2019 olafAATTaepfle.de- Pick a License string that makes SLE15_SP1 happy
* Wed Apr 03 2019 Stephan Kulow - Update to 1.15 Tag.pm: Fix more unescaped-{ warnings (thanks to Christian Walde etc).
* Thu Sep 29 2016 cooloAATTsuse.com- updated to 1.14 see /usr/share/doc/packages/perl-MP3-Tag/Changes Release Name: 1.14 ==================== Tag.pm: Quiet warnings from 5.22. Start implementing handlers: instead of FRAM(langs)[opts], one can use, e.g., func_name(ID3v1,Cue)[arg1][arg2] [#] ID3v2::_frame_select_by_descr is missing //s New configuration variable ampersand_joiner (default \'; \'). New method _auto_field_from() (abstracted from _auto_field()). Change logic of calling ->can() in _auto_field_from(). _parse_rex_microinterpolate() would not update $ecount on seeing %%. When parsing with %=c etc: with %==c the match fails if there is no comment. (Checked the same way as for %{c:}.) Support some of %-escapes not being matched (e.g, due to alternatives in a REx). (0-length matches were ignored anyway [when join()ing].) parse_rex(), parse_rex_match() may return an extra result (if %{handler}s are present). Recognize ID3v2 frame names as [A-Z]{3}[A-Z\\d] (was \\w{4}). (Detection frame/vs/handler happens via PACKAGES; so if lang codes inf/cue appear, we may be in trouble.) Use the same code in parse(_rex)?_prepare. (Now parse() allows the same %-constructs as parse_rex().) ID3v2.pm: New method have_one_of_frames(). New methods
*_have() (for simplest fields: title, comment, track, artist, album, genre, year). ImageExifTool.pm: Comprehensive docs.
* Fri Mar 18 2011 pascal.bleserAATTopensuse.org- initial version (1.13)