forked from pool/chafa
Accepting request 793444 from graphics
- 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/request/show/793444 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=6
This commit is contained in:
commit
b61862e78d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:884c9af96deb61845e89149065fb703d3845cce966e2e9ec9ea665f0bc7d43fc
|
|
||||||
size 388932
|
|
3
chafa-1.4.1.tar.xz
Normal file
3
chafa-1.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:46d34034f4c96d120e0639f87a26590427cc29e95fe5489e903a48ec96402ba3
|
||||||
|
size 389428
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 12 21:17:36 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- 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 <mvetter@suse.com>
|
Thu Apr 2 08:08:26 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: chafa
|
Name: chafa
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Image-to-text converter for terminal
|
Summary: Image-to-text converter for terminal
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -92,7 +92,7 @@ rm -rf %{buildroot}%{_libdir}/libchafa.{a,la}
|
|||||||
%files -n libchafa0
|
%files -n libchafa0
|
||||||
%license COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
%{_libdir}/lib%{name}.so.0
|
%{_libdir}/lib%{name}.so.0
|
||||||
%{_libdir}/lib%{name}.so.0.3.0
|
%{_libdir}/lib%{name}.so.0.4.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING.LESSER
|
%license COPYING.LESSER
|
||||||
|
Loading…
Reference in New Issue
Block a user