diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-20 16:00:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-20 16:00:35 +0100 |
commit | faba5a2f33781e6443a88767b22eec16f4c5e406 (patch) | |
tree | 3f4ed30b2e956f80317aff3fc19af1df1994367f /vips.spec | |
parent | d3ce34a557a3ea3d736abe8a83eef53fce4f2e4c (diff) |
update to 8.12.0
re-enable libjxl usage
Diffstat (limited to 'vips.spec')
-rw-r--r-- | vips.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -10,7 +10,7 @@ %global vips_version_base 8.12 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 +#global vips_prever rc1 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -54,7 +54,7 @@ %bcond_without im7 %bcond_with gm -%if 0%{?fedora} >= 99 +%if 0%{?fedora} >= 33 %bcond_without jxl %else %bcond_with jxl @@ -192,7 +192,7 @@ HTML and PDF formats. %if %{with jxl} %package jxl Summary: JPEG-XL support for %{name} -BuildRequires: pkgconfig(libjxl) >= 0.6 +BuildRequires: pkgconfig(libjxl) >= 0.5 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} @@ -435,6 +435,10 @@ mv cplusplus/html cplusplus_html %changelog +* Sat Nov 20 2021 Remi Collet <remi@remirepo.net> - 8.12.0-1 +- update to 8.12.0 +- re-enable libjxl usage + * Mon Nov 15 2021 Remi Collet <remi@remirepo.net> - 8.12.0~rc1-1 - update to 8.12.0rc1 - enable libcgif usage |