diff --git a/0001-Changed-libdir-includedir-variables-to-change-based-.patch b/0001-Changed-libdir-includedir-variables-to-change-based-.patch deleted file mode 100644 index 3f672fd..0000000 --- a/0001-Changed-libdir-includedir-variables-to-change-based-.patch +++ /dev/null @@ -1,28 +0,0 @@ -From ef690d77afc97df50fea6ecdf6e2cbadcff970ea Mon Sep 17 00:00:00 2001 -From: jiblime <47689567+jiblime@users.noreply.github.com> -Date: Sat, 19 Oct 2019 15:12:03 -0700 -Subject: [PATCH] Changed libdir/includedir variables to change based on a - user's system and match syntax - ---- - taglib-config.cmake | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/taglib-config.cmake b/taglib-config.cmake -index 96ef688..1e184c1 100644 ---- a/taglib-config.cmake -+++ b/taglib-config.cmake -@@ -16,8 +16,8 @@ EOH - - prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@ - exec_prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@ --libdir=${exec_prefix}/lib --includedir=${prefix}/include -+libdir=@LIB_INSTALL_DIR@ -+includedir=@INCLUDE_INSTALL_DIR@ - - flags="" - --- -2.24.1 - diff --git a/taglib-1.11.2~git20190725.79bc9ccf.tar.xz b/taglib-1.11.2~git20190725.79bc9ccf.tar.xz deleted file mode 100644 index 273c695..0000000 --- a/taglib-1.11.2~git20190725.79bc9ccf.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8887dd1dc3569702f0e38e63dac28145ee8b90b4992096dd6b883d970b3102f -size 902852 diff --git a/taglib-1.12.tar.gz b/taglib-1.12.tar.gz new file mode 100644 index 0000000..ab5a25a --- /dev/null +++ b/taglib-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703 +size 1364231 diff --git a/taglib-versionbump.patch b/taglib-versionbump.patch deleted file mode 100644 index 4e5011e..0000000 --- a/taglib-versionbump.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: taglib/toolkit/taglib.h -=================================================================== ---- taglib/toolkit/taglib.h.orig 2018-10-28 15:43:45.000000000 +0200 -+++ taglib/toolkit/taglib.h 2018-11-03 14:59:44.431327422 +0200 -@@ -30,7 +30,7 @@ - - #define TAGLIB_MAJOR_VERSION 1 - #define TAGLIB_MINOR_VERSION 11 --#define TAGLIB_PATCH_VERSION 1 -+#define TAGLIB_PATCH_VERSION 2 - - #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)) || defined(__clang__) - #define TAGLIB_IGNORE_MISSING_DESTRUCTOR _Pragma("GCC diagnostic ignored \"-Wnon-virtual-dtor\"") diff --git a/taglib.changes b/taglib.changes index 51c868b..9e0ee16 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Feb 16 18:27:09 UTC 2021 - Jonas Kvinge + +- 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 patch: + * 0001-Changed-libdir-includedir-variables-to-change-based-.patch + ------------------------------------------------------------------- Mon Jan 20 12:30:24 UTC 2020 - Christophe Giboudeaux diff --git a/taglib.spec b/taglib.spec index 39c403c..0e4910d 100644 --- a/taglib.spec +++ b/taglib.spec @@ -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 +Source0: %{sname}-%{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++ @@ -115,8 +112,6 @@ This package contains the taglib API Documentation in HTML format. %prep %setup -q -n %{sname}-%{version} -%patch0 -%patch1 -p1 %build # The testing needs static libs too