From 2356c759a41c71d77cf6210b0027c08b27fe7cd8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 06:43:17 -0400 Subject: [PATCH] import libmypaint-1.6.1-9.el9 --- SPECS/libmypaint.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SPECS/libmypaint.spec b/SPECS/libmypaint.spec index 971c9ec..bacbcc9 100644 --- a/SPECS/libmypaint.spec +++ b/SPECS/libmypaint.spec @@ -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 - 1.6.1-9 +- add provides for rng-double library #2064301 + +* 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