import libmypaint-1.6.1-9.el9

This commit is contained in:
CentOS Sources 2022-09-27 06:43:17 -04:00 committed by Stepan Oksanichenko
parent e54f36769f
commit 2356c759a4
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: libmypaint
Version: 1.6.1
Release: 7%{?dist}
Release: 9%{?dist}
Summary: Library for making brush strokes
# Compute some version related macros.
@ -33,6 +33,9 @@ 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
# rng-double source: https://www-cs-faculty.stanford.edu/~knuth/programs/rng-double.c
Provides: bundled(rng-double)
%description devel
This package contains files needed for development with libmypaint.
@ -71,6 +74,12 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
%{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir
%changelog
* Tue Aug 09 2022 Josef Ridky <jridky@redhat.com> - 1.6.1-9
- add provides for rng-double library #2064301
* 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