Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swayimg for openSUSE:Factory checked in at 2024-07-16 22:02:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swayimg (Old) and /work/SRC/openSUSE:Factory/.swayimg.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swayimg" Tue Jul 16 22:02:47 2024 rev:6 rq:1187623 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/swayimg/swayimg.changes 2024-04-07 22:14:29.141237865 +0200 +++ /work/SRC/openSUSE:Factory/.swayimg.new.17339/swayimg.changes 2024-07-16 22:02:56.683009575 +0200 @@ -1,0 +2,23 @@ +Mon Jul 15 21:18:43 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me> + +- Update to version 2.4 + * Fixed segfault on exit; + * Fixed text char positions; + * Fixed text shadow config; + * Fixed cache and preload config; + * Added support for multiple action per key; + * Added new action: status (allows to print text message); + * Added support for skipping files; + * Added option to unlock image position; + * Added support for transparent colors in config; + * Added timeout to hide the info block; + * Added support for external image data source; + * Added options for managing of cache and preload; + * Fixed mouse drag error (dragged only by diagonal); + * Fixed reset scale on window focus lost; + * Fixed crash on reloading stdin files; + * Some minor fixes. +- Add conditional build for leap +- Add gcc-c++ BuildRequires: needed for build v2.4 + +------------------------------------------------------------------- Old: ---- swayimg-2.2.tar.gz New: ---- swayimg-2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swayimg.spec ++++++ --- /var/tmp/diff_new_pack.cyH5U7/_old 2024-07-16 22:02:57.347033791 +0200 +++ /var/tmp/diff_new_pack.cyH5U7/_new 2024-07-16 22:02:57.351033937 +0200 @@ -17,7 +17,7 @@ Name: swayimg -Version: 2.2 +Version: 2.4 Release: 0 Summary: Image viewer for Sway/Wayland License: MIT @@ -26,8 +26,12 @@ BuildRequires: giflib-devel BuildRequires: hicolor-icon-theme BuildRequires: meson +BuildRequires: gcc-c++ BuildRequires: pkgconfig +%if 0%{?suse_version} > 1600 BuildRequires: pkgconfig(OpenEXR) >= 3.1 +BuildRequires: pkgconfig(libjxl) +%endif BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(fontconfig) @@ -35,7 +39,6 @@ BuildRequires: pkgconfig(libavif) BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(libheif) -BuildRequires: pkgconfig(libjxl) BuildRequires: pkgconfig(libpng16) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libtiff-4) @@ -56,14 +59,17 @@ %autosetup %build -%meson -Dversion=%{version} +%meson \ +%if 0%{?suse_version} < 1600 + -Dexr=disabled \ + -Djxl=disabled \ +%endif + -Dversion=%{version} %meson_build %install %meson_install -%check - %files %license LICENSE %doc README.md ++++++ swayimg-2.2.tar.gz -> swayimg-2.4.tar.gz ++++++ ++++ 8661 lines of diff (skipped)