forked from pool/chafa
Accepting request 781387 from graphics
- Update to 1.2.2: * Fix #34 Cannot compile example OBS-URL: https://build.opensuse.org/request/show/781387 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=4
This commit is contained in:
commit
32d7331a67
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f37a28bfb9ab716efb32d2652bc2c17856711ed7808e74481c8afcf7cdb44c2
|
||||
size 354784
|
3
chafa-1.2.2.tar.xz
Normal file
3
chafa-1.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af85be1962ee080ddd6fc7baef2c25e7a74529df6f8258a6d230935052084729
|
||||
size 355520
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 06:39:45 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.2.2:
|
||||
* Fix #34 Cannot compile example
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 06:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package chafa
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: chafa
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Image-to-text converter for terminal
|
||||
License: LGPL-3.0-or-later
|
||||
@ -91,13 +91,15 @@ rm -rf %{buildroot}%{_libdir}/libchafa.{a,la}
|
||||
%files -n libchafa0
|
||||
%license COPYING.LESSER
|
||||
%{_libdir}/lib%{name}.so.0
|
||||
%{_libdir}/lib%{name}.so.0.1.1
|
||||
%{_libdir}/lib%{name}.so.0.2.0
|
||||
|
||||
%files devel
|
||||
%license COPYING.LESSER
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/lib%{name}.so
|
||||
%dir %{_libdir}/chafa/
|
||||
%{_libdir}/chafa/include/
|
||||
|
||||
%files doc
|
||||
%doc AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user