Accepting request 879940 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/879940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2021-03-24 15:09:32 +00:00 committed by Git OBS Bridge
commit bb0c94d7ff
7 changed files with 58 additions and 69 deletions

View File

@ -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

View File

@ -1,16 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.11.2</param>
<param name="versionformat">1.11.2~git%cd.%h</param>
<param name="url">https://github.com/taglib/taglib.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
<param name="filename">taglib</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8887dd1dc3569702f0e38e63dac28145ee8b90b4992096dd6b883d970b3102f
size 902852

3
taglib-1.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703
size 1364231

View File

@ -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\"")

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Thu Mar 18 17:18:24 CET 2021 - tiwai@suse.de
- Add missing zlib dependency in devel package
-------------------------------------------------------------------
Fri Mar 12 22:24:46 UTC 2021 - Dirk Müller <dmueller@suse.com>
- reference download url of tarball
-------------------------------------------------------------------
Tue Feb 16 18:27:09 UTC 2021 - Jonas Kvinge <jonaski@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
-------------------------------------------------------------------
Mon Jan 20 12:30:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -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 @@ Group: Development/Libraries/C and C++
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 @@ 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