From 428962bdbc0ff5d46e8008c62d9e87fabe376af34a373bab0434b0d6dad85591 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 10 Aug 2020 06:11:38 +0000 Subject: [PATCH] Accepting request 825008 from home:malcolmlewis:branches:Publishing Add requies on typelib(GdkPixdata) for SLE 15+, Leap 15.2 and greater. OBS-URL: https://build.opensuse.org/request/show/825008 OBS-URL: https://build.opensuse.org/package/show/Publishing/gscan2pdf?expand=0&rev=13 --- gscan2pdf.changes | 6 ++++++ gscan2pdf.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/gscan2pdf.changes b/gscan2pdf.changes index 76922f8..39dfaeb 100644 --- a/gscan2pdf.changes +++ b/gscan2pdf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 8 18:49:33 UTC 2020 - malcolmlewis@opensuse.org + +- Add requies on typelib(GdkPixdata) for SLE 15+, Leap 15.2 and + greater. + ------------------------------------------------------------------- Mon Jul 13 13:43:13 UTC 2020 - Klaus Kämpf diff --git a/gscan2pdf.spec b/gscan2pdf.spec index 0c1b2d2..e6bfd4d 100644 --- a/gscan2pdf.spec +++ b/gscan2pdf.spec @@ -47,6 +47,9 @@ Requires: perl(Readonly) Requires: perl(Set::IntSpan) Requires: perl(Try::Tiny) Requires: typelib(GooCanvas) = 2.0 +%if 0%{?sle_version} >= 150200 && 0%{?is_opensuse} || 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 +Requires: typelib(GdkPixdata) = 2.0 +%endif Recommends: djvulibre Recommends: gocr Recommends: tesseract-ocr