From b32dc95a09198a9b18640d7d8a4e6ff9e106da7a6e501f241e4611fecf377f88 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 12 Nov 2023 08:22:52 +0000 Subject: [PATCH] Accepting request 1125179 from home:dirkmueller:Factory - update to 0.16.3: * new upstream location * Define a separate library soversion, which is set to 0 to preserve ABI compatibility. system via pkgconfig files. - add pgkconfig file OBS-URL: https://build.opensuse.org/request/show/1125179 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libid3tag?expand=0&rev=25 --- libid3tag-0.16.2.tar.gz | 3 --- libid3tag-0.16.3.tar.gz | 3 +++ libid3tag.changes | 14 +++++++++++--- libid3tag.spec | 12 ++++++------ 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 libid3tag-0.16.2.tar.gz create mode 100644 libid3tag-0.16.3.tar.gz diff --git a/libid3tag-0.16.2.tar.gz b/libid3tag-0.16.2.tar.gz deleted file mode 100644 index 8021648..0000000 --- a/libid3tag-0.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96198b7c8803bcda44e299615e1929a85bd5a5da02e67ebc442735bc50018190 -size 53065 diff --git a/libid3tag-0.16.3.tar.gz b/libid3tag-0.16.3.tar.gz new file mode 100644 index 0000000..4c39257 --- /dev/null +++ b/libid3tag-0.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b65150454818e3e46d113891e0e0c335516315c51f80d87565f6124b892bff4 +size 53381 diff --git a/libid3tag.changes b/libid3tag.changes index a5314ed..229d728 100644 --- a/libid3tag.changes +++ b/libid3tag.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 11 16:25:29 UTC 2023 - Dirk Müller + +- 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 @@ -13,7 +21,7 @@ Fri Apr 8 13:46:43 UTC 2022 - Manfred Hollstein The patch helps to avoid a segfault in programs using this library, such as minidlna and potentially others; for details see and - + ------------------------------------------------------------------- Thu Dec 9 19:22:27 UTC 2021 - Ferdinand Thiessen @@ -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 diff --git a/libid3tag.spec b/libid3tag.spec index 3843b3f..46ed519 100644 --- a/libid3tag.spec +++ b/libid3tag.spec @@ -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