Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package timg for openSUSE:Factory checked in at 2025-05-13 20:05:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timg (Old) and /work/SRC/openSUSE:Factory/.timg.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timg" Tue May 13 20:05:56 2025 rev:5 rq:1276947 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/timg/timg.changes 2024-08-07 06:10:56.503664061 +0200 +++ /work/SRC/openSUSE:Factory/.timg.new.30101/timg.changes 2025-05-13 20:05:56.892037470 +0200 @@ -1,0 +2,12 @@ +Mon May 12 18:20:27 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me> + +- Update to version 1.6.2 + * Various terminals with Sixel support have different subtle and + incompatible ways how they treat cursor placement and deal with + newlines; + * More ways to detect terminals and debug the process; + * no double-used image ID in animations followed by a static + image in kitty terminals. +- Add qoi-devel BuildRequires: to support QOI format + +------------------------------------------------------------------- Old: ---- timg-1.6.0.tar.gz New: ---- timg-1.6.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timg.spec ++++++ --- /var/tmp/diff_new_pack.rDuQ1v/_old 2025-05-13 20:05:57.488062544 +0200 +++ /var/tmp/diff_new_pack.rDuQ1v/_new 2025-05-13 20:05:57.492062713 +0200 @@ -1,6 +1,7 @@ # # spec file for package timg # +# Copyright (c) 2025 mantarimay # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties @@ -18,7 +19,7 @@ %define force_gcc_version 13 Name: timg -Version: 1.6.0 +Version: 1.6.2 Release: 0 Summary: Terminal image viewer License: GPL-2.0-only @@ -29,6 +30,7 @@ BuildRequires: gcc%{?force_gcc_version}-c++ %else BuildRequires: gcc-c++ +BuildRequires: qoi-devel %endif BuildRequires: pkgconfig(GraphicsMagick++) BuildRequires: pkgconfig(libavcodec) @@ -58,7 +60,9 @@ export CXX="g++-%{?force_gcc_version}" %endif %cmake \ +%if 0%{?suse_version} < 1600 -DWITH_QOI_IMAGE=OFF \ +%endif -DTIMG_VERSION_FROM_GIT=OFF %{nil} %cmake_build ++++++ timg-1.6.0.tar.gz -> timg-1.6.2.tar.gz ++++++ ++++ 18511 lines of diff (skipped)