From 9978a6cbb245bbe1252761c909481dbd525f1ba4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Sep 2017 13:33:37 +0200 Subject: update to 8.6.0-alpha4 --- .gitignore | 1 + .../8.5.8_to_8.6.0-alpha4/compat_report.html | 774 +++++++++++++++++++++ .../compat_report.html | 522 ++++++++++++++ libvips.xml | 2 +- vips.spec | 7 +- 5 files changed, 1303 insertions(+), 3 deletions(-) create mode 100644 compat_reports/8.5.8_to_8.6.0-alpha4/compat_report.html create mode 100644 compat_reports/8.6.0-alpha3_to_8.6.0-alpha4/compat_report.html diff --git a/.gitignore b/.gitignore index 1ab5c4f..b0b29b5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ package-*.xml *.tar.xz.asc *.src.rpm */*rpm +abi_dumps/ diff --git a/compat_reports/8.5.8_to_8.6.0-alpha4/compat_report.html b/compat_reports/8.5.8_to_8.6.0-alpha4/compat_report.html new file mode 100644 index 0000000..fbb5c4b --- /dev/null +++ b/compat_reports/8.5.8_to_8.6.0-alpha4/compat_report.html @@ -0,0 +1,774 @@ + + + + + + + + +libvips: 8.5.8 to 8.6.0-alpha4 compatibility report + + + +

API compatibility report for the libvips library between 8.5.8 and 8.6.0-alpha4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.6.0-alpha4
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1461 / 223
Compatibility100%
+

Problem Summary


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

Added Symbols  7 


+arithmetic.h, libvips.so.42.8.0
+vips_find_trim ( VipsImage* in, int* left, int* top, int* width, int* height, ... )
+
+dbuf.h, libvips.so.42.8.0
+vips_dbuf_read ( VipsDbuf* dbuf, unsigned char* data, size_t size )
+
+image.h, libvips.so.42.8.0
+vips_image_new_from_image ( VipsImage* image, double const* c, int n )
+vips_image_new_from_image1 ( VipsImage* image, double c )
+
+resample.h, libvips.so.42.8.0
+vips_thumbnail_image ( VipsImage* in, VipsImage** out, int width, ... )
+
+util.h, libvips.so.42.8.0
+vips__icc_dir ( )
+vips__windows_prefix ( )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.6.0-alpha4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1487 / 226
Compatibility100%
+

Problem Summary


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

Added Symbols  7 


+arithmetic.h
+vips_find_trim ( VipsImage* in, int* left, int* top, int* width, int* height, ... )
+
+dbuf.h
+vips_dbuf_read ( VipsDbuf* dbuf, unsigned char* data, size_t size )
+
+image.h
+vips_image_new_from_image ( VipsImage* image, double const* c, int n )
+vips_image_new_from_image1 ( VipsImage* image, double c )
+
+resample.h
+vips_thumbnail_image ( VipsImage* in, VipsImage** out, int width, ... )
+
+util.h
+vips__icc_dir ( )
+vips__windows_prefix ( )
+
+to the top
+ +

Problems with Constants, Low Severity  11 


+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + + +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_MINOR_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_META_XML +
+ + + +[+] IM_MICRO_VERSION +
+ + + +[+] IM_MINOR_VERSION +
+ + + +[+] IM_VERSION_STRING +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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



+ +
+ + diff --git a/compat_reports/8.6.0-alpha3_to_8.6.0-alpha4/compat_report.html b/compat_reports/8.6.0-alpha3_to_8.6.0-alpha4/compat_report.html new file mode 100644 index 0000000..e1b171f --- /dev/null +++ b/compat_reports/8.6.0-alpha3_to_8.6.0-alpha4/compat_report.html @@ -0,0 +1,522 @@ + + + + + + + + +libvips: 8.6.0-alpha3 to 8.6.0-alpha4 compatibility report + + + +

API compatibility report for the libvips library between 8.6.0-alpha3 and 8.6.0-alpha4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.6.0-alpha3
Version #28.6.0-alpha4
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1468 / 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.8.0
+libvips.so.42.8.0
+libvipsCC.so.42.8.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.6.0-alpha3
Version #28.6.0-alpha4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1494 / 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
Low2
+ + +

Problems with Constants, Low Severity  2 


+version.h
+ +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_VERSION_STRING +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 938855c..223b538 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.6.0-alpha3 +8.6.0-alpha4 diff --git a/vips.spec b/vips.spec index cb160e7..d1cbc0c 100644 --- a/vips.spec +++ b/vips.spec @@ -10,8 +10,8 @@ %global vips_version_base 8.6 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever alpha3 -%global vips_tarver %{vips_version}-2 +%global vips_prever alpha4 +%global vips_tarver %{vips_version}-3 %global with_python2 1 %if 0%{?fedora} @@ -233,6 +233,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Mon Sep 11 2017 Remi Collet - 8.6.0~alpha4-1 +- update to 8.6.0-alpha4 + * Fri Sep 8 2017 Remi Collet - 8.6.0~alpha3-1 - update to 8.6.0-alpha3 -- cgit