From eba852546e4d8bfdece08ebbe84051c4d05cf859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Tue, 9 Aug 2022 10:59:53 +0200 Subject: [PATCH] Resolves: #2064301 - add rng-double bundled info --- .libmypaint.metadata | 1 + libmypaint.spec | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .libmypaint.metadata diff --git a/.libmypaint.metadata b/.libmypaint.metadata new file mode 100644 index 0000000..5a54d73 --- /dev/null +++ b/.libmypaint.metadata @@ -0,0 +1 @@ +04c08ed585de3469f6f23d52b83f3566a27fb4a6 libmypaint-1.6.1.tar.xz diff --git a/libmypaint.spec b/libmypaint.spec index a186ac2..bacbcc9 100644 --- a/libmypaint.spec +++ b/libmypaint.spec @@ -1,6 +1,6 @@ Name: libmypaint Version: 1.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library for making brush strokes # Compute some version related macros. @@ -34,6 +34,8 @@ 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. @@ -72,6 +74,9 @@ 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