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)