From 117c1a8825c9d810a15be3c99406cce4cf11248a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 16 Feb 2021 20:00:27 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/taglib.git#a14d6957e536c5b464380f7d76cf148e966caf85 --- taglib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/taglib.spec b/taglib.spec index a6ee138..6ec4166 100644 --- a/taglib.spec +++ b/taglib.spec @@ -8,7 +8,7 @@ Name: taglib Summary: Audio Meta-Data Library Version: 1.12 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 or MPLv1.1 URL: http://taglib.github.io/ @@ -52,7 +52,7 @@ This is API documentation generated from the TagLib source code. Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %if ! %{with doc} -Obsoletes: %{name}-doc +Obsoletes: %{name}-doc < %{version}-%{release} %endif %description devel Files needed when building software with %{name}. @@ -121,6 +121,9 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}" %changelog +* Tue Feb 16 2021 Rex Dieter - 1.12-2 +- use versioned obsoletes + * Tue Feb 16 2021 David King - 1.12-1 - Update to 1.12 (#1584870)