summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvips.xml2
-rw-r--r--vips-lib64.patch2
-rw-r--r--vips.spec7
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 @@
<version>
<!-- Version of the library -->
-8.11.0
+8.11.1
</version>
<headers>
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 <remi@remirepo.net> - 8.11.1-1
+- update to 8.11.1
+
* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 8.11.0-1.2
- test build for fix for bad prefix guess from
https://github.com/libvips/libvips/pull/2308