diff options
Diffstat (limited to 'vips.spec')
-rw-r--r-- | vips.spec | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.14 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -53,9 +53,9 @@ %bcond_without im7 %bcond_with gm -%bcond_with tests +%bcond_without tests -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 %bcond_without jxl %else %bcond_with jxl @@ -79,7 +79,7 @@ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tag BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: meson >= 0.56 +BuildRequires: meson >= 0.55 BuildRequires: pkgconfig BuildRequires: gettext BuildRequires: pkgconfig(glib-2.0) @@ -204,7 +204,7 @@ HTML and PDF formats. %if %{with jxl} %package jxl Summary: JPEG-XL support for %{name} -BuildRequires: pkgconfig(libjxl) >= 0.5 +BuildRequires: pkgconfig(libjxl) >= 0.6 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} @@ -361,10 +361,6 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %install %meson_install -%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 -sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipsprofile -%endif - # locale stuff %find_lang vips%{vips_version_base} @@ -442,6 +438,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Mon Jan 9 2023 Remi Collet <remi@remirepo.net> - 8.14.1-1 +- update to 8.14.1 + * Mon Jan 2 2023 Remi Collet <remi@remirepo.net> - 8.14.0-1 - update to 8.14.0 - open https://github.com/libvips/libvips/issues/3254 ABI/API compat |