diff --git a/libmypaint.spec b/libmypaint.spec index 971c9ec..a186ac2 100644 --- a/libmypaint.spec +++ b/libmypaint.spec @@ -1,6 +1,6 @@ Name: libmypaint Version: 1.6.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library for making brush strokes # Compute some version related macros. @@ -33,6 +33,7 @@ This is a self-contained library containing the MyPaint brush engine. Summary: Development files for libmypaint Requires: %{name}%{?isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: pkgconfig +Provides: bundled(fastapprox) = 0.3.2 %description devel This package contains files needed for development with libmypaint. @@ -71,6 +72,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print %{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir %changelog +* Wed Mar 16 2022 Josef Ridky - 1.6.1-8 +- add provides for fastapprox library #2064301 + * Wed Feb 09 2022 Josef Ridky - 1.6.1-7 - add gating.yaml file