From 06ba551c499253503fa5ae44015ed4ac5ad050b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 May 2017 13:04:22 +0200 Subject: v8.5.5 --- compat_reports/8.5.4_to_8.5.5/compat_report.html | 579 +++++++++++++++++++++++ vips.spec | 5 +- 2 files changed, 583 insertions(+), 1 deletion(-) create mode 100644 compat_reports/8.5.4_to_8.5.5/compat_report.html diff --git a/compat_reports/8.5.4_to_8.5.5/compat_report.html b/compat_reports/8.5.4_to_8.5.5/compat_report.html new file mode 100644 index 0000000..2766913 --- /dev/null +++ b/compat_reports/8.5.4_to_8.5.5/compat_report.html @@ -0,0 +1,579 @@ + + + + + + + + +libvips: 8.5.4 to 8.5.5 compatibility report + + + +

API compatibility report for the libvips library between 8.5.4 and 8.5.5 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.4
Version #28.5.5
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1460 / 223
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.7.4
+libvips.so.42.7.4
+libvipsCC.so.42.7.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.5.4
Version #28.5.5
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1486 / 226
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
Low5
+ + +

Problems with Constants, Low Severity  5 


+version.h
+ +[+] 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.7.4
+libvips.so.42.7.4
+libvipsCC.so.42.7.4
+
+
to the top
+



+ +
+ + diff --git a/vips.spec b/vips.spec index bf5c22a..916273c 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.5 -%global vips_version %{vips_version_base}.4 +%global vips_version %{vips_version_base}.5 %global vips_soname_major 42 %global with_python2 1 @@ -228,6 +228,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Mon May 15 2017 Remi Collet - 8.5.5-1 +- Update to 8.5.5 + * Sun Apr 23 2017 Remi Collet - 8.5.4-1 - Update to 8.5.4 -- cgit