From 2370ce7e9410cd06bbaabedc5ed40178aad45979 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 12 2019 16:57:40 +0000 Subject: Keep previous soname for temporary ABI compat It's complicated to do lock-step updates with gimp right now as gimp is modularized. Keep the previous ABI so that modular gimp can continue using the older soname until it's rebuilt. --- diff --git a/libmypaint.spec b/libmypaint.spec index bfc42ed..d527efa 100644 --- a/libmypaint.spec +++ b/libmypaint.spec @@ -23,6 +23,8 @@ BuildRequires: intltool BuildRequires: json-c-devel BuildRequires: python3-breathe BuildRequires: python3-sphinx +# For temporary ABI compat +BuildRequires: libmypaint Conflicts: mypaint < 1.3.0 @@ -48,6 +50,9 @@ This package contains files needed for development with libmypaint. %make_install find %{buildroot}%{_libdir} -name '*.la' -delete -print +# For temporary ABI compat +cp -a %{_libdir}/libmypaint-1.3.so.0* %{buildroot}%{_libdir} + %find_lang %{name} %ldconfig_scriptlets