From 86263ef9c66f850dc2600d5ae9d3d59e2180822f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2017 13:48:54 +0200 Subject: v8.6.0-alpha3 --- .../8.5.8_to_8.6.0-alpha3/compat_report.html | 774 +++++++++++++++++++++ .../compat_report.html | 522 ++++++++++++++ libvips.xml | 64 ++ vips.spec | 7 +- 4 files changed, 1365 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.5.8_to_8.6.0-alpha3/compat_report.html create mode 100644 compat_reports/8.6.0-alpha2_to_8.6.0-alpha3/compat_report.html create mode 100644 libvips.xml diff --git a/compat_reports/8.5.8_to_8.6.0-alpha3/compat_report.html b/compat_reports/8.5.8_to_8.6.0-alpha3/compat_report.html new file mode 100644 index 0000000..3c1da6d --- /dev/null +++ b/compat_reports/8.5.8_to_8.6.0-alpha3/compat_report.html @@ -0,0 +1,774 @@ + + + + + + + + +libvips: 8.5.8 to 8.6.0-alpha3 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.6.0-alpha3
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-alpha3
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-alpha2_to_8.6.0-alpha3/compat_report.html b/compat_reports/8.6.0-alpha2_to_8.6.0-alpha3/compat_report.html new file mode 100644 index 0000000..5a0b2ec --- /dev/null +++ b/compat_reports/8.6.0-alpha2_to_8.6.0-alpha3/compat_report.html @@ -0,0 +1,522 @@ + + + + + + + + +libvips: 8.6.0-alpha2 to 8.6.0-alpha3 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.6.0-alpha2
Version #28.6.0-alpha3
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-alpha2
Version #28.6.0-alpha3
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 new file mode 100644 index 0000000..938855c --- /dev/null +++ b/libvips.xml @@ -0,0 +1,64 @@ + + + + + + + + + +8.6.0-alpha3 + + + + +/usr/include/vips/vips.h + + + + +/usr/lib64/libvips-cpp.so +/usr/lib64/libvips.so +/usr/lib64/libvipsCC.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vips.spec b/vips.spec index c44e594..cb160e7 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 alpha2 -%global vips_tarver %{vips_version}-1 +%global vips_prever alpha3 +%global vips_tarver %{vips_version}-2 %global with_python2 1 %if 0%{?fedora} @@ -233,6 +233,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Fri Sep 8 2017 Remi Collet - 8.6.0~alpha3-1 +- update to 8.6.0-alpha3 + * Thu Sep 7 2017 Remi Collet - 8.6.0~alpha2-1 - update to 8.6.0-alpha2 -- cgit