From faba5a2f33781e6443a88767b22eec16f4c5e406 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Nov 2021 16:00:35 +0100 Subject: update to 8.12.0 re-enable libjxl usage --- compat_reports/8.11.4_to_8.12.0/compat_report.html | 1016 ++++++++++++++++++++ .../8.11.4_to_8.12.0rc1/compat_report.html | 1004 +++++++++++++++++++ .../8.12.0rc1_to_8.12.0/compat_report.html | 551 +++++++++++ libvips.xml | 2 +- vips.spec | 10 +- 5 files changed, 2579 insertions(+), 4 deletions(-) create mode 100644 compat_reports/8.11.4_to_8.12.0/compat_report.html create mode 100644 compat_reports/8.11.4_to_8.12.0rc1/compat_report.html create mode 100644 compat_reports/8.12.0rc1_to_8.12.0/compat_report.html diff --git a/compat_reports/8.11.4_to_8.12.0/compat_report.html b/compat_reports/8.11.4_to_8.12.0/compat_report.html new file mode 100644 index 0000000..a9209c3 --- /dev/null +++ b/compat_reports/8.11.4_to_8.12.0/compat_report.html @@ -0,0 +1,1016 @@ + + + + + + + + + +libvips: 8.11.4 to 8.12.0 compatibility report + + + +

API compatibility report for the libvips library between 8.11.4 and 8.12.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.11.4
Version #28.12.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1124 / 218
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-17
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
Other Changes
in Data Types
-7
+ +

Added Symbols  17 


+arithmetic.h, libvips.so.42.14.0
+vips_acosh ( VipsImage* in, VipsImage** out, ... )
+vips_asinh ( VipsImage* in, VipsImage** out, ... )
+vips_atan2 ( VipsImage* left, VipsImage* right, VipsImage** out, ... )
+vips_atan2_const ( VipsImage* in, VipsImage** out, double const* c, int n, ... )
+vips_atan2_const1 ( VipsImage* in, VipsImage** out, double c, ... )
+vips_atanh ( VipsImage* in, VipsImage** out, ... )
+vips_cosh ( VipsImage* in, VipsImage** out, ... )
+vips_sinh ( VipsImage* in, VipsImage** out, ... )
+vips_tanh ( VipsImage* in, VipsImage** out, ... )
+
+connection.h, libvips.so.42.14.0
+vips_source_is_file ( VipsSource* source )
+
+enumtypes.h, libvips.so.42.14.0
+vips_fail_on_get_type ( )
+vips_foreign_ppm_format_get_type ( )
+
+foreign.h, libvips.so.42.14.0
+vips_gifsave ( VipsImage* in, char const* filename, ... )
+vips_gifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_gifsave_target ( VipsImage* in, VipsTarget* target, ... )
+vips_svgload_string ( char const* str, VipsImage** out, ... )
+
+header.h, libvips.so.42.14.0
+vips_image_get_format_max ( enum VipsBandFormat format )
+
+to the top
+ +

Problems with Data Types, Low Severity  2 


+arithmetic.h
+ +[+] enum VipsOperationMath  1  +
+ + + +[+] enum VipsOperationMath2  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Other Changes in Data Types  7 


+arithmetic.h
+ +[+] enum VipsOperationMath  6  +
+ + + +[+] enum VipsOperationMath2  1  +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.13.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.11.4
Version #28.12.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1134 / 218
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-17
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low8
Other Changes
in Data Types
-9
Other Changes
in Constants
-2
+ +

Added Symbols  17 


+arithmetic.h
+vips_acosh ( VipsImage* in, VipsImage** out, ... )
+vips_asinh ( VipsImage* in, VipsImage** out, ... )
+vips_atan2 ( VipsImage* left, VipsImage* right, VipsImage** out, ... )
+vips_atan2_const ( VipsImage* in, VipsImage** out, double const* c, int n, ... )
+vips_atan2_const1 ( VipsImage* in, VipsImage** out, double c, ... )
+vips_atanh ( VipsImage* in, VipsImage** out, ... )
+vips_cosh ( VipsImage* in, VipsImage** out, ... )
+vips_sinh ( VipsImage* in, VipsImage** out, ... )
+vips_tanh ( VipsImage* in, VipsImage** out, ... )
+
+connection.h
+vips_source_is_file ( VipsSource* source )
+
+enumtypes.h
+vips_fail_on_get_type ( )
+vips_foreign_ppm_format_get_type ( )
+
+foreign.h
+vips_gifsave ( VipsImage* in, char const* filename, ... )
+vips_gifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_gifsave_target ( VipsImage* in, VipsTarget* target, ... )
+vips_svgload_string ( char const* str, VipsImage** out, ... )
+
+header.h
+vips_image_get_format_max ( enum VipsBandFormat format )
+
+to the top
+ +

Problems with Constants, Low Severity  8 


+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] 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 Data Types  9 


+arithmetic.h
+ +[+] enum VipsOperationMath  7  +
+ + + +[+] enum VipsOperationMath2  2  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+enumtypes.h
+ +[+] VIPS_TYPE_FAIL_ON +
+ + + +[+] VIPS_TYPE_FOREIGN_PPM_FORMAT +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.13.3
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/8.11.4_to_8.12.0rc1/compat_report.html b/compat_reports/8.11.4_to_8.12.0rc1/compat_report.html new file mode 100644 index 0000000..e1fd2b8 --- /dev/null +++ b/compat_reports/8.11.4_to_8.12.0rc1/compat_report.html @@ -0,0 +1,1004 @@ + + + + + + + + + +libvips: 8.11.4 to 8.12.0rc1 compatibility report + + + +

API compatibility report for the libvips library between 8.11.4 and 8.12.0rc1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.11.4
Version #28.12.0rc1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1124 / 218
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-11
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low2
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low3
Other Changes
in Data Types
-7
+ +

Added Symbols  11 


+arithmetic.h, libvips.so.42.14.0
+vips_atan2 ( VipsImage* left, VipsImage* right, VipsImage** out, ... )
+vips_atan2_const ( VipsImage* in, VipsImage** out, double const* c, int n, ... )
+vips_atan2_const1 ( VipsImage* in, VipsImage** out, double c, ... )
+
+connection.h, libvips.so.42.14.0
+vips_source_is_file ( VipsSource* source )
+
+enumtypes.h, libvips.so.42.14.0
+vips_fail_on_get_type ( )
+vips_foreign_ppm_format_get_type ( )
+
+foreign.h, libvips.so.42.14.0
+vips_gifsave ( VipsImage* in, char const* filename, ... )
+vips_gifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_gifsave_target ( VipsImage* in, VipsTarget* target, ... )
+vips_svgload_string ( char const* str, VipsImage** out, ... )
+
+header.h, libvips.so.42.14.0
+vips_image_get_format_max ( enum VipsBandFormat format )
+
+to the top
+ +

Problems with Data Types, Low Severity  2 


+arithmetic.h
+ +[+] enum VipsOperationMath  1  +
+ + + +[+] enum VipsOperationMath2  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  3 


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

Other Changes in Data Types  7 


+arithmetic.h
+ +[+] enum VipsOperationMath  6  +
+ + + +[+] enum VipsOperationMath2  1  +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.13.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.11.4
Version #28.12.0rc1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1134 / 218
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-11
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low8
Other Changes
in Data Types
-9
Other Changes
in Constants
-2
+ +

Added Symbols  11 


+arithmetic.h
+vips_atan2 ( VipsImage* left, VipsImage* right, VipsImage** out, ... )
+vips_atan2_const ( VipsImage* in, VipsImage** out, double const* c, int n, ... )
+vips_atan2_const1 ( VipsImage* in, VipsImage** out, double c, ... )
+
+connection.h
+vips_source_is_file ( VipsSource* source )
+
+enumtypes.h
+vips_fail_on_get_type ( )
+vips_foreign_ppm_format_get_type ( )
+
+foreign.h
+vips_gifsave ( VipsImage* in, char const* filename, ... )
+vips_gifsave_buffer ( VipsImage* in, void** buf, size_t* len, ... )
+vips_gifsave_target ( VipsImage* in, VipsTarget* target, ... )
+vips_svgload_string ( char const* str, VipsImage** out, ... )
+
+header.h
+vips_image_get_format_max ( enum VipsBandFormat format )
+
+to the top
+ +

Problems with Constants, Low Severity  8 


+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] 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 Data Types  9 


+arithmetic.h
+ +[+] enum VipsOperationMath  7  +
+ + + +[+] enum VipsOperationMath2  2  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+enumtypes.h
+ +[+] VIPS_TYPE_FAIL_ON +
+ + + +[+] VIPS_TYPE_FOREIGN_PPM_FORMAT +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.13.3
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/8.12.0rc1_to_8.12.0/compat_report.html b/compat_reports/8.12.0rc1_to_8.12.0/compat_report.html new file mode 100644 index 0000000..9f07f10 --- /dev/null +++ b/compat_reports/8.12.0rc1_to_8.12.0/compat_report.html @@ -0,0 +1,551 @@ + + + + + + + + + +libvips: 8.12.0rc1 to 8.12.0 compatibility report + + + +

API compatibility report for the libvips library between 8.12.0rc1 and 8.12.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.12.0rc1
Version #28.12.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1135 / 218
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
Low1
+ + +

Problems with Constants, Low Severity  1 


+version.h
+ +[+] VIPS_CONFIG +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.14.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.12.0rc1
Version #28.12.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1145 / 218
Compatibility100%
+

Problem Summary


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

Added Symbols  6 


+arithmetic.h
+vips_acosh ( VipsImage* in, VipsImage** out, ... )
+vips_asinh ( VipsImage* in, VipsImage** out, ... )
+vips_atanh ( VipsImage* in, VipsImage** out, ... )
+vips_cosh ( VipsImage* in, VipsImage** out, ... )
+vips_sinh ( VipsImage* in, VipsImage** out, ... )
+vips_tanh ( VipsImage* in, VipsImage** out, ... )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.14.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 63350b5..4987f9b 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.12.0rc1 +8.12.0 diff --git a/vips.spec b/vips.spec index 23a15cd..7a19779 100644 --- a/vips.spec +++ b/vips.spec @@ -10,7 +10,7 @@ %global vips_version_base 8.12 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 +#global vips_prever rc1 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -54,7 +54,7 @@ %bcond_without im7 %bcond_with gm -%if 0%{?fedora} >= 99 +%if 0%{?fedora} >= 33 %bcond_without jxl %else %bcond_with jxl @@ -192,7 +192,7 @@ HTML and PDF formats. %if %{with jxl} %package jxl Summary: JPEG-XL support for %{name} -BuildRequires: pkgconfig(libjxl) >= 0.6 +BuildRequires: pkgconfig(libjxl) >= 0.5 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} @@ -435,6 +435,10 @@ mv cplusplus/html cplusplus_html %changelog +* Sat Nov 20 2021 Remi Collet - 8.12.0-1 +- update to 8.12.0 +- re-enable libjxl usage + * Mon Nov 15 2021 Remi Collet - 8.12.0~rc1-1 - update to 8.12.0rc1 - enable libcgif usage -- cgit