Accepting request 1125224 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1125224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libid3tag?expand=0&rev=29
This commit is contained in:
Ana Guerrero 2023-11-13 21:15:49 +00:00 committed by Git OBS Bridge
commit 9c3dfa3362
4 changed files with 20 additions and 12 deletions

BIN
libid3tag-0.16.2.tar.gz (Stored with Git LFS)

Binary file not shown.

3
libid3tag-0.16.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 11 16:25:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.16.3:
* new upstream location
* Define a separate library soversion, which is set to 0 to
preserve ABI compatibility.
-------------------------------------------------------------------
Mon May 9 17:01:41 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
@ -13,7 +21,7 @@ Fri Apr 8 13:46:43 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
The patch helps to avoid a segfault in programs using this library,
such as minidlna and potentially others; for details see
<https://github.com/tenacityteam/libid3tag/pull/7> and
<https://github.com/tenacityteam/libid3tag/issues/6>
<https://github.com/tenacityteam/libid3tag/issues/6>
-------------------------------------------------------------------
Thu Dec 9 19:22:27 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
@ -89,7 +97,7 @@ Thu Nov 22 18:26:13 UTC 2012 - crrodriguez@opensuse.org
- libid3tag-visibility.patch: Hide all symbols that are not
part of the public API.
- spec file: DO not inject bogus dependencies into the
system via pkgconfig files.
system via pkgconfig files.
-------------------------------------------------------------------
Sat Nov 19 20:32:46 UTC 2011 - coolo@suse.com
@ -133,7 +141,7 @@ Wed Jan 11 16:47:50 CET 2006 - tiwai@suse.de
-------------------------------------------------------------------
Mon Jul 5 22:38:34 CEST 2004 - hvogel@suse.de
- add pgkconfig file
- add pgkconfig file
-------------------------------------------------------------------
Thu Feb 26 12:45:36 CET 2004 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libid3tag
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,15 +16,15 @@
#
%define lver 0_16_2
%define lver 0
Name: libid3tag
Version: 0.16.2
Version: 0.16.3
Release: 0
Summary: ID3 Tag Manipulation Library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: https://github.com/tenacityteam/libid3tag
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: https://codeberg.org/tenacityteam/libid3tag
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: c++_compiler
BuildRequires: cmake
@ -54,7 +54,7 @@ This package contains the header files and static libraries needed to
develop applications with libid3tag.
%prep
%setup -q
%setup -q -n %{name}
%build
%cmake