From 16c1e6cce4e01d71976a39a6265656316ca20820096e5c219313fe57426b7999 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 12 Apr 2020 21:22:00 +0000 Subject: [PATCH] - Update to 1.4.1: * Added configure option --disable-rpath. This allows packagers to prevent the hard-coded library search path from being embedded in the chafa command-line tool (Mo Zhou, #39). * Added defaults for the yaft terminal. Bug fixes: * #40 - Fails to build on hurd-i386 + other i386 (reported by Mo Zhou). * [unfiled] - Rare failed assert with mostly transparent sixel image (reported by Reddit user spryfigure). * [unfiled] - Minor typo in function docstring. OBS-URL: https://build.opensuse.org/package/show/graphics/chafa?expand=0&rev=12 --- chafa-1.4.0.tar.xz | 3 --- chafa-1.4.1.tar.xz | 3 +++ chafa.changes | 16 ++++++++++++++++ chafa.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 chafa-1.4.0.tar.xz create mode 100644 chafa-1.4.1.tar.xz diff --git a/chafa-1.4.0.tar.xz b/chafa-1.4.0.tar.xz deleted file mode 100644 index 74845c3..0000000 --- a/chafa-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:884c9af96deb61845e89149065fb703d3845cce966e2e9ec9ea665f0bc7d43fc -size 388932 diff --git a/chafa-1.4.1.tar.xz b/chafa-1.4.1.tar.xz new file mode 100644 index 0000000..44b82af --- /dev/null +++ b/chafa-1.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d34034f4c96d120e0639f87a26590427cc29e95fe5489e903a48ec96402ba3 +size 389428 diff --git a/chafa.changes b/chafa.changes index e26286d..407ae8c 100644 --- a/chafa.changes +++ b/chafa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 12 21:17:36 UTC 2020 - Michael Vetter + +- Update to 1.4.1: + * Added configure option --disable-rpath. This allows packagers to + prevent the hard-coded library search path from being embedded in + the chafa command-line tool (Mo Zhou, #39). + * Added defaults for the yaft terminal. + Bug fixes: + * #40 - Fails to build on hurd-i386 + other i386 (reported by Mo + Zhou). + * [unfiled] - Rare failed assert with mostly transparent sixel image + (reported by Reddit user spryfigure). + * [unfiled] - Minor typo in function docstring. + + ------------------------------------------------------------------- Thu Apr 2 08:08:26 UTC 2020 - Michael Vetter diff --git a/chafa.spec b/chafa.spec index c1c2cd3..e94c73e 100644 --- a/chafa.spec +++ b/chafa.spec @@ -17,7 +17,7 @@ Name: chafa -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Image-to-text converter for terminal License: LGPL-3.0-or-later @@ -92,7 +92,7 @@ rm -rf %{buildroot}%{_libdir}/libchafa.{a,la} %files -n libchafa0 %license COPYING.LESSER %{_libdir}/lib%{name}.so.0 -%{_libdir}/lib%{name}.so.0.3.0 +%{_libdir}/lib%{name}.so.0.4.0 %files devel %license COPYING.LESSER