diff --git a/lilv.spec b/lilv.spec index a13a92f..432e941 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.24.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An LV2 Resource Description Framework Library License: MIT @@ -43,6 +43,7 @@ faster and have minimal dependencies. %package libs Summary: Libraries for %{name} +Obsoletes: lilv < 0.24.12-2 %description libs %{name} is a lightweight C library for Resource Description Syntax which @@ -121,6 +122,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{python3_sitelib}/__pycache__/* %changelog +* Mon Apr 18 2022 Igor Raits - 0.24.12-5 +- Fix upgradepath for multilib + * Thu Feb 24 2022 Adam Williamson - 0.24.12-4 - Try and fix multilib upgrade issues from the package split (#2052588)