From a0f0a2f1fef32ba8d52083dc049aa716762628d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jul 2018 08:44:36 +0200 Subject: v8.6.5 --- compat_reports/8.6.4_to_8.6.5/compat_report.html | 599 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 5 +- 3 files changed, 604 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.6.4_to_8.6.5/compat_report.html diff --git a/compat_reports/8.6.4_to_8.6.5/compat_report.html b/compat_reports/8.6.4_to_8.6.5/compat_report.html new file mode 100644 index 0000000..1fbd741 --- /dev/null +++ b/compat_reports/8.6.4_to_8.6.5/compat_report.html @@ -0,0 +1,599 @@ + + + + + + + + + +libvips: 8.6.4 to 8.6.5 compatibility report + + + +

API compatibility report for the libvips library between 8.6.4 and 8.6.5 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.6.4
Version #28.6.5
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1476 / 225
Compatibility100%
+

Problem Summary


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

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


+
+libvips-cpp.so.42.8.3
+libvips.so.42.8.3
+libvipsCC.so.42.8.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.6.4
Version #28.6.5
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1504 / 228
Compatibility100%
+

Problem Summary


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

Problems with Constants, Low Severity  6 


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

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


+
+libvips-cpp.so.42.8.3
+libvips.so.42.8.3
+libvipsCC.so.42.8.3
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index b374c35..20f14f7 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.6.4 +8.6.5 diff --git a/vips.spec b/vips.spec index 18c36a4..5d0c266 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.6 -%global vips_version %{vips_version_base}.4 +%global vips_version %{vips_version_base}.5 %global vips_soname_major 42 #global vips_prever alpha5 %global vips_tarver %{vips_version} @@ -230,6 +230,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Thu Jul 26 2018 Remi Collet - 8.6.5-1 +- update to 8.6.5 + * Thu Jun 14 2018 Remi Collet - 8.6.4-1 - Update to 8.6.4 -- cgit