From 1539cb2f5ebb4ca80c1e10372c79ff1aa0b09ce1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 17 Sep 2017 16:32:52 -0500 Subject: [PATCH] tighten %files to track library soname so library bumps aren't a surprise (like this latest release was) --- armadillo.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 71de138..cb4b273 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 8.100.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 @@ -79,11 +79,11 @@ rm -rf examples/lib_win64 %files -%{_libdir}/*.so.* +%{_libdir}/libarmadillo.so.8* %license LICENSE.txt NOTICE.txt %files devel -%{_libdir}/*.so +%{_libdir}/libarmadillo.so %{_libdir}/pkgconfig/%{name}.pc %{_includedir}/armadillo %{_includedir}/armadillo_bits/ @@ -94,6 +94,9 @@ rm -rf examples/lib_win64 %doc mex_interface %changelog +* Sun Sep 17 2017 Rex Dieter - 8.100.1-2 +- tighten %%files to track library soname + * Wed Sep 13 2017 Ryan Curtin - 8.100.1-1 - Update Armadillo to 8.100.1.