From 49feb2bc1a16c912e3f52a53f97558d46a54b856 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2020 12:33:55 +0200 Subject: v8.9.2 --- .gitignore | 4 +- compat_reports/8.9.1_to_8.9.2/compat_report.html | 565 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 9 +- 4 files changed, 575 insertions(+), 5 deletions(-) create mode 100644 compat_reports/8.9.1_to_8.9.2/compat_report.html diff --git a/.gitignore b/.gitignore index b0b29b5..eb11063 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ +clog +abi_dumps package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc *.src.rpm */*rpm -abi_dumps/ diff --git a/compat_reports/8.9.1_to_8.9.2/compat_report.html b/compat_reports/8.9.1_to_8.9.2/compat_report.html new file mode 100644 index 0000000..4d3629e --- /dev/null +++ b/compat_reports/8.9.1_to_8.9.2/compat_report.html @@ -0,0 +1,565 @@ + + + + + + + + + +libvips: 8.9.1 to 8.9.2 compatibility report + + + +

API compatibility report for the libvips library between 8.9.1 and 8.9.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.9.1
Version #28.9.2
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1082 / 209
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  1 


+private.h, libvips.so.42.12.2
+vips__meta_init ( )
+
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.12.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.9.1
Version #28.9.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1093 / 209
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
+ +

Added Symbols  1 


+private.h
+vips__meta_init ( )
+
+to the top
+ +

Problems with Constants, Low Severity  4 


+version.h
+ +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.12.1
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 59f2688..953877e 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.9.1 +8.9.2 diff --git a/vips.spec b/vips.spec index 5635951..46030b9 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.9 -%global vips_version %{vips_version_base}.1 +%global vips_version %{vips_version_base}.2 %global vips_soname_major 42 #global vips_prever rc4 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -31,10 +31,10 @@ %if %{with_libheif} Name: vips-full # Keep vips-full release > vips release -Release: 4%{?dist} +Release: 2%{?dist} %else Name: vips -Release: 3%{?dist} +Release: 1%{?dist} %endif Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -228,6 +228,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Tue Apr 21 2020 Remi Collet - 8.9.2-1 +- update to 8.9.2 + * Tue Apr 21 2020 Remi Collet - 8.9.1-3 - build against ImageMagick on EL-7 -- cgit