forked from pool/chafa
Accepting request 898181 from graphics
- Update to 1.6.1: * Add NOCONFIGURE variable to autogen.sh to skip configure Bug fixes: * #50 SIGBUS while loading huge GIFs * #52 Produces small glitches in output with some images * #54 Haiku port fails on 32bit * [unfiled] Exclude RTL code points that could break the output. * [unfiled] Apple Terminal lacks truecolor support, so make it default to 256 colors * [unfiled] Fix typo affecting middle dot symbol. OBS-URL: https://build.opensuse.org/request/show/898181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=8
This commit is contained in:
commit
93ae7d1d81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0706e101a6e0e806335aeb57445e2f6beffe0be29a761f561979e81691c2c681
|
||||
size 417888
|
3
chafa-1.6.1.tar.xz
Normal file
3
chafa-1.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76c98930e99b3e5fadb986148b99d65636e9e9619124e568ff13d364ede89fa5
|
||||
size 418720
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 7 18:30:46 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.6.1:
|
||||
* Add NOCONFIGURE variable to autogen.sh to skip configure
|
||||
Bug fixes:
|
||||
* #50 SIGBUS while loading huge GIFs
|
||||
* #52 Produces small glitches in output with some images
|
||||
* #54 Haiku port fails on 32bit
|
||||
* [unfiled] Exclude RTL code points that could break the output.
|
||||
* [unfiled] Apple Terminal lacks truecolor support, so make it
|
||||
default to 256 colors
|
||||
* [unfiled] Fix typo affecting middle dot symbol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 08:39:16 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: chafa
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Image-to-text converter for terminal
|
||||
License: LGPL-3.0-or-later
|
||||
@ -91,8 +91,7 @@ rm -rf %{buildroot}%{_libdir}/libchafa.{a,la}
|
||||
|
||||
%files -n libchafa0
|
||||
%license COPYING.LESSER
|
||||
%{_libdir}/lib%{name}.so.0
|
||||
%{_libdir}/lib%{name}.so.0.5.0
|
||||
%{_libdir}/lib%{name}.so.0*
|
||||
|
||||
%files devel
|
||||
%license COPYING.LESSER
|
||||
|
Loading…
Reference in New Issue
Block a user