Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package taglib for openSUSE:Factory checked in at 2021-03-24 16:09:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/taglib (Old) and /work/SRC/openSUSE:Factory/.taglib.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "taglib" Wed Mar 24 16:09:32 2021 rev:59 rq:879940 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/taglib/taglib.changes 2020-01-23 16:10:57.615637483 +0100 +++ /work/SRC/openSUSE:Factory/.taglib.new.2401/taglib.changes 2021-03-24 16:09:38.667730730 +0100 @@ -1,0 +2,50 @@ +Thu Mar 18 17:18:24 CET 2021 - ti...@suse.de + +- Add missing zlib dependency in devel package + +------------------------------------------------------------------- +Fri Mar 12 22:24:46 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- reference download url of tarball + +------------------------------------------------------------------- +Tue Feb 16 18:27:09 UTC 2021 - Jonas Kvinge <jona...@opensuse.org> + +- Update to version 1.12: + * Added support for WinRT. + * Added support for Linux on POWER. + * Added support for classical music tags of iTunes 12.5. + * Added support for file descriptor to FileStream. + * Added support for 'cmID', 'purl', 'egid' MP4 atoms. + * Added support for 'GRP1' ID3v2 frame. + * Added support for extensible WAV subformat. + * Enabled FileRef to detect file types based on the stream content. + * Dropped support for Windows 9x and NT 4.0 or older. + * Check for mandatory header objects in ASF files. + * More tolerant handling of RIFF padding, WAV files, broken MPEG streams. + * Improved calculation of Ogg, Opus, Speex, WAV, MP4 bitrates. + * Improved Windows compatibility by storing FLAC picture after comments. + * Fixed numerical genres in ID3v2.3.0 'TCON' frames. + * Fixed consistency of API removing MP4 items when empty values are set. + * Fixed consistency of API preferring COMM frames with no description. + * Fixed OOB read on invalid Ogg FLAC files (CVE-2018-11439). + * Fixed handling of empty MPEG files. + * Fixed parsing MP4 mdhd timescale. + * Fixed reading MP4 atoms with zero length. + * Fixed reading FLAC files with zero-sized seektables. + * Fixed handling of lowercase field names in Vorbis Comments. + * Fixed handling of 'rate' atoms in MP4 files. + * Fixed handling of invalid UTF-8 sequences. + * Fixed possible file corruptions when saving Ogg files. + * Fixed handling of non-audio blocks, sampling rates, DSD audio in WavPack files. + * TableOfContentsFrame::toString() improved. + * UserTextIdentificationFrame::toString() improved. + * Marked FileRef::create() deprecated. + * Marked MPEG::File::save() with boolean parameters deprecated, + provide overloads with enum parameters. + * Several smaller bug fixes and performance improvements. +- Remove obsolete patches: + * taglib-versionbump.patch + * 0001-Changed-libdir-includedir-variables-to-change-based-.patch + +------------------------------------------------------------------- Old: ---- 0001-Changed-libdir-includedir-variables-to-change-based-.patch _service taglib-1.11.2~git20190725.79bc9ccf.tar.xz taglib-versionbump.patch New: ---- taglib-1.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ taglib.spec ++++++ --- /var/tmp/diff_new_pack.OkIOW7/_old 2021-03-24 16:09:39.179731268 +0100 +++ /var/tmp/diff_new_pack.OkIOW7/_new 2021-03-24 16:09:39.183731272 +0100 @@ -1,7 +1,7 @@ # # spec file for package taglib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,18 +27,15 @@ %bcond_with tests %endif Name: taglib%{psuffix} -Version: 1.11.2~git20190725.79bc9ccf +Version: 1.12 Release: 0 Summary: Audio Meta-Data Library License: LGPL-2.1-or-later AND MPL-1.1 Group: Productivity/Multimedia/Other -URL: http://taglib.github.io/ -Source0: %{sname}-%{version}.tar.xz +URL: https://taglib.github.io/ +Source0: https://taglib.github.io/releases/taglib-%{version}.tar.gz Source1: %{sname}.desktop Source100: baselibs.conf -Patch0: taglib-versionbump.patch -# PATCH-FIX-UPSTREAM https://github.com/taglib/taglib/pull/935 -Patch1: 0001-Changed-libdir-includedir-variables-to-change-based-.patch BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gcc-c++ @@ -96,6 +93,7 @@ Requires: libstdc++-devel Requires: libtag1 >= %{version}-%{release} Requires: libtag_c0 >= %{version}-%{release} +Requires: zlib-devel # taglib-devel was last used in openSUSE 11.4 (taglib-devel-1.6.2) # The last taglib-devel used was version 1.6.3 from multimedia:libs. Provides: taglib-devel = %{version} @@ -115,8 +113,6 @@ %prep %setup -q -n %{sname}-%{version} -%patch0 -%patch1 -p1 %build # The testing needs static libs too