diff options
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 |