diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-16 10:35:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-16 10:35:49 +0200 |
commit | 1e1a34fcb8188c8c9b0d5bde39956f5a5d4d1320 (patch) | |
tree | 52922dd29952af8bb8aeb93cbda2715d4cfefec1 /vips.spec | |
parent | 4b49679154f5f3570729d30bcd964ffd29ca83c6 (diff) |
update to 8.8.0-rc2
Diffstat (limited to 'vips.spec')
-rw-r--r-- | vips.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,7 @@ %global vips_version_base 8.8 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc2 +%global vips_prever rc3 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -24,6 +24,7 @@ %else %global with_libimagequant 0 %endif + # from mock config, when rpmfusion enabled %global with_libheif 0%{?_with_rpmfusion:1} @@ -218,6 +219,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Thu May 16 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc2-1 +- update to 8.8.0-rc2 + * Thu May 9 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc2-1 - update to 8.8.0-rc2 |