SHA256
1
0
forked from pool/chafa

- Update to 1.2.2:

* Fix #34 Cannot compile example

OBS-URL: https://build.opensuse.org/package/show/graphics/chafa?expand=0&rev=8
This commit is contained in:
Michael Vetter 2020-03-04 06:45:46 +00:00 committed by Git OBS Bridge
parent 95c190f5ac
commit 79ec830730
4 changed files with 14 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af85be1962ee080ddd6fc7baef2c25e7a74529df6f8258a6d230935052084729
size 355520

View File

@ -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> Sat Aug 24 06:28:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package chafa # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: chafa Name: chafa
Version: 1.2.1 Version: 1.2.2
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
@ -91,13 +91,15 @@ 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.1.1 %{_libdir}/lib%{name}.so.0.2.0
%files devel %files devel
%license COPYING.LESSER %license COPYING.LESSER
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so
%dir %{_libdir}/chafa/
%{_libdir}/chafa/include/
%files doc %files doc
%doc AUTHORS %doc AUTHORS