From 49e9d4b096b51926e80df916462e6671ed805b5d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 14 2020 10:16:01 +0000 Subject: Tighten soname globs This can avoid accidental soname bumps in the future. --- diff --git a/gtkmm30.spec b/gtkmm30.spec index 4f3b11d..dbff52c 100644 --- a/gtkmm30.spec +++ b/gtkmm30.spec @@ -86,12 +86,14 @@ cp -a demos/ _docs/ %files %license COPYING %doc AUTHORS NEWS README -%{_libdir}/*.so.* +%{_libdir}/libgdkmm-%{apiver}.so.1* +%{_libdir}/libgtkmm-%{apiver}.so.1* %files devel %{_includedir}/gtkmm-%{apiver}/ %{_includedir}/gdkmm-%{apiver}/ -%{_libdir}/*.so +%{_libdir}/libgdkmm-%{apiver}.so +%{_libdir}/libgtkmm-%{apiver}.so %{_libdir}/gtkmm-%{apiver}/ %{_libdir}/gdkmm-%{apiver}/ %{_libdir}/pkgconfig/*.pc @@ -108,6 +110,7 @@ cp -a demos/ _docs/ - Use https source URLs - Re-enable LTO now that we have upstream fix in place (#1898054) - Switch to meson build system +- Tighten soname globs * Sat Nov 21 2020 Andrew Potter - 3.24.2-4 - Opt-out of LTO (#1898054)