From b680b17866a95a41ea0c806a1dd109957fe63668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Mon, 1 Oct 2018 04:38:21 +0100 Subject: [PATCH] Obsoletes: vid.stab-libs --- vid.stab.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vid.stab.spec b/vid.stab.spec index f1a4ce8..ebde591 100644 --- a/vid.stab.spec +++ b/vid.stab.spec @@ -5,7 +5,7 @@ Name: vid.stab Version: 1.1.0 -Release: 1.%{commitdate}git%{shortcommit}%{?dist} +Release: 9.%{commitdate}git%{shortcommit}%{?dist} Summary: Video stabilize library for fmpeg, mlt or transcode License: GPLv2+ URL: http://public.hronopik.de/vid.stab @@ -16,6 +16,9 @@ BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: orc-devel Requires: glibc +#To be removed more or less in Fedora 32 +Provides: %{name}-libs = %{version}-%{release} +Obsoletes: %{name}-libs < %{version}-%{release} %description Vidstab is a video stabilization library which can be plugged-in with Ffmpeg @@ -67,6 +70,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || : %{_libdir}/pkgconfig/vidstab.pc %changelog +* Mon Oct 01 2018 Sérgio Basto - 1.1.0-9.20180529git38ecbaf +- Obsoletes: vid.stab-libs + * Sat Sep 29 2018 Sérgio Basto - 1.1.0-1.20180529git38ecbaf - Fix version number and update the source code