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