summaryrefslogtreecommitdiffstats
path: root/vips.spec
diff options
context:
space:
mode:
Diffstat (limited to 'vips.spec')
-rw-r--r--vips.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/vips.spec b/vips.spec
index 23a15cd..7a19779 100644
--- a/vips.spec
+++ b/vips.spec
@@ -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