Resolves: #2064301 - add provides for fastapprox

This commit is contained in:
Josef Řídký 2022-03-16 12:18:37 +01:00
parent 540c716c06
commit 3e33198057
1 changed files with 5 additions and 1 deletions

View File

@ -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 <jridky@redhat.com> - 1.6.1-8
- add provides for fastapprox library #2064301
* Wed Feb 09 2022 Josef Ridky <jridky@redhat.com> - 1.6.1-7
- add gating.yaml file