diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-12 15:42:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-12 15:42:32 +0200 |
commit | aa7384314528050c5dfc01c9edd99f5b46a4115c (patch) | |
tree | 210dc9bfcd46a366e7b88f6535af36d8d692d488 /vips.spec | |
parent | 029ee2ab7d10df92d1bc043c7887220bfbfb3616 (diff) |
update to 8.13.0rc2
Diffstat (limited to 'vips.spec')
-rw-r--r-- | vips.spec | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,7 @@ %global vips_version_base 8.13 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 +%global vips_prever rc2 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -70,7 +70,7 @@ %endif Name: vips -Release: 2%{?dist} +Release: 1%{?dist} Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -78,8 +78,6 @@ License: LGPLv2+ URL: https://libvips.github.io/libvips/ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tarver}/vips-%{vips_tarver}.tar.gz -Patch0: %{name}-upstream.patch - BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ @@ -311,7 +309,6 @@ exit 1 %endif %setup -q -n vips-%{vips_version} -%patch0 -p1 # make the version string consistent for multiarch export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -464,6 +461,9 @@ make check %changelog +* Tue Jul 12 2022 Remi Collet <remi@remirepo.net> - 8.13.0~rc2-1 +- update to 8.13.0rc2 + * Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 8.13.0~rc1-2 - fix EL-7 build using upstream fix but see https://github.com/libvips/libvips/issues/2878#issuecomment-1160380569 |