From 7a7d53729a8a4e8d7d2aabe05c277baf33157dc6 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 29 Nov 2019 14:50:43 +0100 Subject: [PATCH] Remove previous version ABI compat hack --- libmypaint.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libmypaint.spec b/libmypaint.spec index d527efa..aece13b 100644 --- a/libmypaint.spec +++ b/libmypaint.spec @@ -1,6 +1,6 @@ Name: libmypaint Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for making brush strokes # Compute some version related macros. @@ -23,8 +23,6 @@ BuildRequires: intltool BuildRequires: json-c-devel BuildRequires: python3-breathe BuildRequires: python3-sphinx -# For temporary ABI compat -BuildRequires: libmypaint Conflicts: mypaint < 1.3.0 @@ -50,9 +48,6 @@ 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 @@ -73,6 +68,9 @@ cp -a %{_libdir}/libmypaint-1.3.so.0* %{buildroot}%{_libdir} %{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir %changelog +* Fri Nov 29 2019 Kalev Lember - 1.4.0-2 +- Remove previous version ABI compat hack + * Tue Nov 12 2019 Kalev Lember - 1.4.0-1 - Update to 1.4.0