File perl-MP3-Tag.changes of Package perl-MP3-Tag
-------------------------------------------------------------------
Sat Nov 26 03:07:05 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.16
see /usr/share/doc/packages/perl-MP3-Tag/Changes
-------------------------------------------------------------------
Mon Jun 7 11:11:04 UTC 2021 - Daniel Donisa <daniel.donisa@suse.com>
- Update spec
* Fix cpanspec.yml
* Shrink %description
* Remove BuildRoot and %defattr
* Upgrade %setup to %autosetup
* Upgrade make calls to %make_build macros
-------------------------------------------------------------------
Wed Sep 4 19:37:14 UTC 2019 - olaf@aepfle.de
- Pick a License string that makes SLE15_SP1 happy
-------------------------------------------------------------------
Wed Apr 3 09:48:30 UTC 2019 - Stephan Kulow <coolo@suse.com>
- Update to 1.15
Tag.pm: Fix more unescaped-{ warnings (thanks to Christian Walde etc).
-------------------------------------------------------------------
Thu Sep 29 05:40:36 UTC 2016 - coolo@suse.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 23:31:12 CET 2011 - pascal.bleser@opensuse.org
- initial version (1.13)