From e48f2285886caf255e0f117638ff4a16a6ca91bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jan 2019 10:42:20 +0100 Subject: v8.7.3 --- compat_reports/8.7.2_to_8.7.3/compat_report.html | 559 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 5 +- 3 files changed, 564 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.7.2_to_8.7.3/compat_report.html diff --git a/compat_reports/8.7.2_to_8.7.3/compat_report.html b/compat_reports/8.7.2_to_8.7.3/compat_report.html new file mode 100644 index 0000000..6b25d71 --- /dev/null +++ b/compat_reports/8.7.2_to_8.7.3/compat_report.html @@ -0,0 +1,559 @@ + + + + + + + + + +libvips: 8.7.2 to 8.7.3 compatibility report + + + +

API compatibility report for the libvips library between 8.7.2 and 8.7.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.7.2
Version #28.7.3
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types990 / 195
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.9.2
+libvips.so.42.9.2
+libvipsCC.so.42.9.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.7.2
Version #28.7.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1001 / 195
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
Low4
+ + +

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  3 


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



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 4fa7b2d..bfe825a 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.7.2 +8.7.3 diff --git a/vips.spec b/vips.spec index ad0200c..751c84a 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.7 -%global vips_version %{vips_version_base}.2 +%global vips_version %{vips_version_base}.3 %global vips_soname_major 42 #global vips_prever rc3 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -252,6 +252,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Fri Jan 4 2019 Remi Collet - 8.7.3-1 +- update to 8.7.3 + * Wed Dec 19 2018 Remi Collet - 8.7.2-1 - update to 8.7.2 - rename vips-python to python2-vips -- cgit