From 290aaac3a459554ffbcfe474fe19055c40ff4a83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 May 2019 07:33:19 +0200 Subject: v8.8.0 --- compat_reports/8.7.4_to_8.8.0/compat_report.html | 993 +++++++++++++++++++++ .../8.8.0-rc3_to_8.8.0/compat_report.html | 475 ++++++++++ libvips.xml | 2 +- vips.spec | 5 +- 4 files changed, 1473 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.7.4_to_8.8.0/compat_report.html create mode 100644 compat_reports/8.8.0-rc3_to_8.8.0/compat_report.html diff --git a/compat_reports/8.7.4_to_8.8.0/compat_report.html b/compat_reports/8.7.4_to_8.8.0/compat_report.html new file mode 100644 index 0000000..a4909ac --- /dev/null +++ b/compat_reports/8.7.4_to_8.8.0/compat_report.html @@ -0,0 +1,993 @@ + + + + + + + + + +libvips: 8.7.4 to 8.8.0 compatibility report + + + +

API compatibility report for the libvips library between 8.7.4 and 8.8.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.7.4
Version #28.8.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types990 / 195
Compatibility100%
+

Problem Summary


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

Added Symbols  17 


+colour.h, libvips.so.42.10.0
+vips_CMYK2XYZ ( VipsImage* in, VipsImage** out, ... )
+vips_profile_load ( char const* name, VipsBlob** profile, ... )
+vips_XYZ2CMYK ( VipsImage* in, VipsImage** out, ... )
+
+dbuf.h, libvips.so.42.10.0
+vips_dbuf_write_amp ( VipsDbuf* dbuf, char const* str )
+
+foreign.h, libvips.so.42.10.0
+vips_foreign_get_suffixes ( )
+vips_heifload ( char const* filename, VipsImage** out, ... )
+vips_heifload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_heifsave ( VipsImage* in, char const* filename, ... )
+vips_heifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+
+header.h, libvips.so.42.10.0
+vips_image_get_image ( VipsImage const* image, char const* name, VipsImage** out )
+vips_image_get_page_height ( VipsImage* image )
+vips_image_set_blob_copy ( VipsImage* image, char const* name, void const* data, size_t length )
+vips_image_set_image ( VipsImage* image, char const* name, VipsImage* im )
+
+rect.h, libvips.so.42.10.0
+vips_rect_overlapsrect ( VipsRect const* r1, VipsRect const* r2 )
+
+region.h, libvips.so.42.10.0
+vips_region_fetch ( VipsRegion* region, int left, int top, int width, int height, size_t* len )
+vips_region_height ( VipsRegion* region )
+vips_region_width ( VipsRegion* region )
+
+to the top
+ +

Problems with Symbols, Low Severity  8 


+colour.h, libvips.so.42.9.5
+ +[+] vips_icc_is_compatible_profile ( VipsImage* image, void* data, size_t data_length )  1  +
+ +
+header.h, libvips.so.42.9.5
+ +[+] vips_image_get_area ( VipsImage const* image, char const* name, void** data )  1  +
+ + +[+] vips_image_get_blob ( VipsImage const* image, char const* name, void** data, size_t* length )  1  +
+ + +[+] vips_image_set_blob ( VipsImage* image, char const* name, VipsCallbackFn free_fn, void* data, size_t length )  1  +
+ +
+type.h, libvips.so.42.9.5
+ +[+] vips_blob_copy ( void const* data, size_t size )  1  +
+ + +[+] vips_blob_get ( VipsBlob* blob, size_t* size )  1  +
+ + +[+] vips_blob_new ( VipsCallbackFn free_fn, void const* data, size_t size )  1  +
+ + +[+] vips_value_set_blob ( GValue* value, VipsCallbackFn free_fn, void* data, size_t length )  1  +
+ +
+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.9.5
+libvips.so.42.9.5
+libvipsCC.so.42.9.5
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.7.4
Version #28.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1001 / 195
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-19
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low7
Other Changes
in Symbols
-3
+ +

Added Symbols  19 


+colour.h
+vips_CMYK2XYZ ( VipsImage* in, VipsImage** out, ... )
+vips_profile_load ( char const* name, VipsBlob** profile, ... )
+vips_XYZ2CMYK ( VipsImage* in, VipsImage** out, ... )
+
+dbuf.h
+vips_dbuf_write_amp ( VipsDbuf* dbuf, char const* str )
+
+foreign.h
+vips_foreign_get_suffixes ( )
+vips_heifload ( char const* filename, VipsImage** out, ... )
+vips_heifload_buffer ( void* buf, size_t len, VipsImage** out, ... )
+vips_heifsave ( VipsImage* in, char const* filename, ... )
+vips_heifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+
+header.h
+vips_image_get_image ( VipsImage const* image, char const* name, VipsImage** out )
+vips_image_get_page_height ( VipsImage* image )
+vips_image_set_blob_copy ( VipsImage* image, char const* name, void const* data, size_t length )
+vips_image_set_image ( VipsImage* image, char const* name, VipsImage* im )
+
+image.h
+vips_image_iskilled ( VipsImage* image )
+vips_image_set_kill ( VipsImage* image, gboolean kill )
+
+rect.h
+vips_rect_overlapsrect ( VipsRect const* r1, VipsRect const* r2 )
+
+region.h
+vips_region_fetch ( VipsRegion* region, int left, int top, int width, int height, size_t* len )
+vips_region_height ( VipsRegion* region )
+vips_region_width ( VipsRegion* region )
+
+to the top
+ +

Problems with Constants, Low Severity  7 


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

Other Changes in Symbols  3 


+type.h
+ +[+] vips_blob_copy ( void const* data, size_t size )  1  +
+ + +[+] vips_blob_get ( VipsBlob* blob, size_t* size )  1  +
+ + +[+] vips_blob_new ( VipsCallbackFn free_fn, void const* data, size_t size )  1  +
+ +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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



+ +
+ + diff --git a/compat_reports/8.8.0-rc3_to_8.8.0/compat_report.html b/compat_reports/8.8.0-rc3_to_8.8.0/compat_report.html new file mode 100644 index 0000000..fb9e9c9 --- /dev/null +++ b/compat_reports/8.8.0-rc3_to_8.8.0/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libvips: 8.8.0-rc3 to 8.8.0 compatibility report + + + +

API compatibility report for the libvips library between 8.8.0-rc3 and 8.8.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.8.0-rc3
Version #28.8.0
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1009 / 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  1 


+
+libvips.so.42.10.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.8.0-rc3
Version #28.8.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1020 / 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  1 


+
+libvips.so.42.10.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 2fc5d42..b3c63bb 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.8.0-rc3 +8.8.0 diff --git a/vips.spec b/vips.spec index cce335c..7afad84 100644 --- a/vips.spec +++ b/vips.spec @@ -10,7 +10,7 @@ %global vips_version_base 8.8 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc3 +#global vips_prever rc3 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -219,6 +219,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Wed May 22 2019 Remi Collet - 8.8.0-1 +- update to 8.8.0 + * Thu May 16 2019 Remi Collet - 8.8.0~rc3-1 - update to 8.8.0-rc3 -- cgit