From 79a539a09bf194d15294fc30f2f04a4195f60b62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 13:50:14 +0200 Subject: update to 8.11.1 --- libvips.xml | 2 +- vips-lib64.patch | 2 +- vips.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/libvips.xml b/libvips.xml index 8e5beaf..a052901 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.11.0 +8.11.1 diff --git a/vips-lib64.patch b/vips-lib64.patch index edcc88b..4527607 100644 --- a/vips-lib64.patch +++ b/vips-lib64.patch @@ -11,7 +11,7 @@ diff --git a/libvips/iofuncs/init.c b/libvips/iofuncs/init.c index 74f9cdd93..b7b9e8e0b 100644 --- a/libvips/iofuncs/init.c +++ b/libvips/iofuncs/init.c -@@ -1226,6 +1226,8 @@ vips_guess_libdir( const char *argv0, const char *env_name ) +@@ -1215,6 +1215,8 @@ vips_guess_libdir( const char *argv0, const char *env_name ) */ if( strcmp( prefix, VIPS_PREFIX ) == 0 ) libdir = VIPS_LIBDIR; diff --git a/vips.spec b/vips.spec index e57da12..578caea 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.11 -%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_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -60,7 +60,7 @@ %endif Name: vips -Release: 1%{?dist}.2 +Release: 1%{?dist} Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -373,6 +373,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Tue Jun 15 2021 Remi Collet - 8.11.1-1 +- update to 8.11.1 + * Tue Jun 15 2021 Remi Collet - 8.11.0-1.2 - test build for fix for bad prefix guess from https://github.com/libvips/libvips/pull/2308 -- cgit