diff --git a/chafa-1.14.0.tar.xz b/chafa-1.14.0.tar.xz deleted file mode 100644 index 83eb411..0000000 --- a/chafa-1.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084 -size 988028 diff --git a/chafa-1.14.1.tar.xz b/chafa-1.14.1.tar.xz new file mode 100644 index 0000000..bb89573 --- /dev/null +++ b/chafa-1.14.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24707f59e544cec85d7a1993854672136b05271f86954248c5d8a42e221f6f25 +size 991656 diff --git a/chafa.changes b/chafa.changes index 50cb882..eead8d0 100644 --- a/chafa.changes +++ b/chafa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Jun 18 05:52:35 UTC 2024 - Michael Vetter + +- Update to 1.14.1: + * A JPEG XL (.jxl) loader was added using libjxl (#188). + * Added detection of the Eat "Emulate a Terminal" Emacs terminal. + * Symbols mode was sped up significantly on AVX2-capable platforms. + * Tests: A new test driver was added. It will log the specifics + of any failures, which aids debugging of CI builds. + * Bug fixes: + #189 Fix installation of zsh completions. + #190 Fix a small memory leak in ChafaCanvas. + #192 Wrong sixel padding in some circumstances. + #195 tmux passthrough enabled when already set. + #196 iTerm mode not enabled automatically. + ------------------------------------------------------------------- Tue May 21 04:38:30 UTC 2024 - pallas wept diff --git a/chafa.spec b/chafa.spec index f92393e..090fe89 100644 --- a/chafa.spec +++ b/chafa.spec @@ -17,7 +17,7 @@ Name: chafa -Version: 1.14.0 +Version: 1.14.1 Release: 0 Summary: Image-to-text converter for terminal License: LGPL-3.0-or-later @@ -25,14 +25,14 @@ Group: Amusements/Toys/Graphics URL: https://hpjansson.org/chafa/ Source0: https://github.com/hpjansson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: freetype2-devel -BuildRequires: libjpeg-devel -BuildRequires: librsvg-devel -BuildRequires: libtiff-devel -BuildRequires: libwebp-devel BuildRequires: gcc BuildRequires: glib2-devel >= 2.26 BuildRequires: gtk-doc +BuildRequires: libjpeg-devel +BuildRequires: librsvg-devel +BuildRequires: libtiff-devel BuildRequires: libtool +BuildRequires: libwebp-devel Requires: libchafa0 = %{version} %description