Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sushi for openSUSE:Factory checked in at 2022-02-15 23:57:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sushi (Old) and /work/SRC/openSUSE:Factory/.sushi.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sushi" Tue Feb 15 23:57:37 2022 rev:49 rq:954715 version:41.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sushi/sushi.changes 2021-09-29 20:20:04.543089508 +0200 +++ /work/SRC/openSUSE:Factory/.sushi.new.1956/sushi.changes 2022-02-15 23:58:03.304340880 +0100 @@ -1,0 +2,13 @@ +Sun Feb 13 00:10:06 UTC 2022 - Bj??rn Lie <[email protected]> + +- Add typelib\\(LOKDocView\\) global requires exclude: We do not + want to mandate libreoffice install just for the file preview + funtion. If libreoffice is installed, the preview in will + function as expected. +- Following the above, add (typelib(LOKDocView) if libreoffice) + Requires: Pull in the needed libreoffice glue if libreoffice is + installed. +- Pass explicit wayland=enabled and X11=enabled to meson, ensure we + build support for both (we already have dependencies in place). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sushi.spec ++++++ --- /var/tmp/diff_new_pack.nERWlH/_old 2022-02-15 23:58:03.716342018 +0100 +++ /var/tmp/diff_new_pack.nERWlH/_new 2022-02-15 23:58:03.716342018 +0100 @@ -1,7 +1,7 @@ # # spec file for package sushi # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,8 @@ # +%global __requires_exclude typelib\\(LOKDocView\\) + Name: sushi Version: 41.0 Release: 0 @@ -48,6 +50,7 @@ BuildRequires: pkgconfig(harfbuzz) >= 0.9.9 BuildRequires: pkgconfig(webkit2gtk-4.1) Supplements: nautilus +Requires: (typelib(LOKDocView) if libreoffice) %description Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. @@ -58,7 +61,10 @@ %autosetup -p1 %build -%meson +%meson \ + -D wayland=enabled \ + -D X11=enabled \ + %{nil} %meson_build %install
