From d761539169f6dae15d0959185d70238905437ff7 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Tue, 5 Feb 2019 14:09:11 +0000 Subject: [PATCH] Tighten soname glob to avoid accidental soname bumps --- libvpx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index 74a6b0c..b77af4f 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,4 +1,4 @@ -%global somajor 5 +%global somajor 6 %global sominor 0 %global sotiny 0 %global soversion %{somajor}.%{sominor}.%{sotiny} @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD #Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 Source0: https://github.com/webmproject/libvpx/archive/v%{version}.tar.gz @@ -222,7 +222,7 @@ rm -rf %{buildroot}%{_prefix}/src %files %license LICENSE %doc AUTHORS CHANGELOG README -%{_libdir}/libvpx.so.* +%{_libdir}/libvpx.so.%{somajor}* %files devel # These are SDK docs, not really useful to an end-user. @@ -239,6 +239,9 @@ rm -rf %{buildroot}%{_prefix}/src %{_bindir}/* %changelog +* Tue Feb 05 2019 Pete Walter - 1.8.0-3 +- Tighten soname glob to avoid accidental soname bumps + * Tue Feb 05 2019 Björn Esser - 1.8.0-2 - rebuilt (libvpx)