Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package feh for openSUSE:Factory checked in at 2022-11-07 13:51:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/feh (Old) and /work/SRC/openSUSE:Factory/.feh.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "feh" Mon Nov 7 13:51:43 2022 rev:46 rq:1034086 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/feh/feh.changes 2022-09-20 19:23:46.694507526 +0200 +++ /work/SRC/openSUSE:Factory/.feh.new.1597/feh.changes 2022-11-07 13:51:49.607847197 +0100 @@ -8,0 +9,6 @@ +Thu Aug 11 16:57:29 UTC 2022 - Enrico Belleri <ide...@protonmail.com> + +- Add feh-add_jxl_support.patch for the image/jxl MimeType to be + supported. + +------------------------------------------------------------------- New: ---- feh-add_jxl_support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ feh.spec ++++++ --- /var/tmp/diff_new_pack.X4Xkav/_old 2022-11-07 13:51:51.051855315 +0100 +++ /var/tmp/diff_new_pack.X4Xkav/_new 2022-11-07 13:51:51.055855337 +0100 @@ -34,6 +34,8 @@ Patch2: feh-fix_pointer_arithmetics.patch # PATCH-FIX-UPSTREAM https://github.com/derf/feh/pull/337 Patch6: feh-makefile_app.patch + +Patch7: feh-add_jxl_support.patch BuildRequires: curl-devel BuildRequires: libpng-devel BuildRequires: pkgconfig ++++++ feh-add_jxl_support.patch ++++++ Index: feh-3.9/share/applications/feh.pre =================================================================== --- feh-3.9.orig/share/applications/feh.pre +++ feh-3.9/share/applications/feh.pre @@ -9,5 +9,5 @@ Terminal=false Type=Application Icon=feh Categories=Graphics;2DGraphics;Viewer; -MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/webp;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;image/heic; +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/webp;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;image/heic;image/jxl; NoDisplay=true