SHA256
1
0
forked from pool/chafa

Accepting request 986632 from graphics

- Update to 1.12.3:
  * Increased GLib minimum version to 2.26.
  * Enabled a few compiler warnings not included in -Wall -Wextra
    in order to catch more potential issues early. Also started
    using -Werror selectively.
  * Silenced deprecation warnings for older GLib APIs that we
    would like to keep using a bit longer.
  * Fix #96 Regression: Fails to build on Linux/Debian

- Update to 1.12.2:
  * Made everything compile for the x86_64-w64-mingw32 target using gcc.
  * Added support for the Windows 10 Command Prompt.
  * Improved error reporting.

OBS-URL: https://build.opensuse.org/request/show/986632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-07-05 10:09:13 +00:00 committed by Git OBS Bridge
commit 89b94eb44c
4 changed files with 25 additions and 5 deletions

View File

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

3
chafa-1.12.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jul 4 11:52:17 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.3:
* Increased GLib minimum version to 2.26.
* Enabled a few compiler warnings not included in -Wall -Wextra
in order to catch more potential issues early. Also started
using -Werror selectively.
* Silenced deprecation warnings for older GLib APIs that we
would like to keep using a bit longer.
* Fix #96 Regression: Fails to build on Linux/Debian
-------------------------------------------------------------------
Mon Jul 4 11:51:53 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 1.12.2:
* Made everything compile for the x86_64-w64-mingw32 target using gcc.
* Added support for the Windows 10 Command Prompt.
* Improved error reporting.
-------------------------------------------------------------------
Mon Jun 20 07:53:37 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: chafa
Version: 1.12.1
Version: 1.12.3
Release: 0
Summary: Image-to-text converter for terminal
License: LGPL-3.0-or-later
@ -27,7 +27,7 @@ Source0: https://github.com/hpjansson/%{name}/releases/download/%{version
BuildRequires: ImageMagick-devel
BuildRequires: freetype2-devel
BuildRequires: gcc
BuildRequires: glib2-devel >= 2.20
BuildRequires: glib2-devel >= 2.26
BuildRequires: gtk-doc
BuildRequires: libtool
Requires: libchafa0 = %{version}