From 4b5c9e806c4c7aa48d2c665c3c78b1723bf264be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Nov 2023 08:02:43 +0100 Subject: update to 8.15.0 --- compat_reports/8.14.5_to_8.15.0/compat_report.html | 915 +++++++++++++++++++++ .../8.15.0rc2_to_8.15.0/compat_report.html | 475 +++++++++++ libvips.xml | 2 +- vips.spec | 5 +- 4 files changed, 1395 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.14.5_to_8.15.0/compat_report.html create mode 100644 compat_reports/8.15.0rc2_to_8.15.0/compat_report.html diff --git a/compat_reports/8.14.5_to_8.15.0/compat_report.html b/compat_reports/8.14.5_to_8.15.0/compat_report.html new file mode 100644 index 0000000..76a0985 --- /dev/null +++ b/compat_reports/8.14.5_to_8.15.0/compat_report.html @@ -0,0 +1,915 @@ + + + + + + + + + +libvips: 8.14.5 to 8.15.0 compatibility report + + + +

API compatibility report for the libvips library between 8.14.5 and 8.15.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.5
Version #28.15.0
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1083 / 219
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
Other Changes
in Data Types
-2
Other Changes
in Constants
-1
+ +

Added Symbols  7 


+convolution.h, libvips.so.42.17.0
+vips_prewitt ( VipsImage* in, VipsImage** out, ... )
+vips_scharr ( VipsImage* in, VipsImage** out, ... )
+
+enumtypes.h, libvips.so.42.17.0
+vips_foreign_keep_get_type ( )
+
+header.h, libvips.so.42.17.0
+vips_interpretation_max_alpha ( enum VipsInterpretation interpretation )
+
+memory.h, libvips.so.42.17.0
+vips_tracked_aligned_alloc ( size_t size, size_t align )
+vips_tracked_aligned_free ( void* s )
+
+thread.h, libvips.so.42.17.0
+vips_thread_execute ( char const* domain, GFunc func, gpointer data )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Data Types  2 


+object.h
+ +[+] enum VipsArgumentFlags  1  +
+ + +
+operation.h
+ +[+] enum VipsOperationFlags  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+header.h
+ +[+] VIPS_META_BITS_PER_SAMPLE +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.16.5
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.14.5
Version #28.15.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1137 / 224
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
Low8
Other Changes
in Data Types
-2
Other Changes
in Constants
-2
+ +

Added Symbols  7 


+convolution.h
+vips_prewitt ( VipsImage* in, VipsImage** out, ... )
+vips_scharr ( VipsImage* in, VipsImage** out, ... )
+
+enumtypes.h
+vips_foreign_keep_get_type ( )
+
+header.h
+vips_interpretation_max_alpha ( enum VipsInterpretation interpretation )
+
+memory.h
+vips_tracked_aligned_alloc ( size_t size, size_t align )
+vips_tracked_aligned_free ( void* s )
+
+thread.h
+vips_thread_execute ( char const* domain, GFunc func, gpointer data )
+
+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  2 


+object.h
+ +[+] enum VipsArgumentFlags  1  +
+ + +
+operation.h
+ +[+] enum VipsOperationFlags  1  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+enumtypes.h
+ +[+] VIPS_TYPE_FOREIGN_KEEP +
+ + +
+header.h
+ +[+] VIPS_META_BITS_PER_SAMPLE +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.16.5
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/8.15.0rc2_to_8.15.0/compat_report.html b/compat_reports/8.15.0rc2_to_8.15.0/compat_report.html new file mode 100644 index 0000000..4f4445f --- /dev/null +++ b/compat_reports/8.15.0rc2_to_8.15.0/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libvips: 8.15.0rc2 to 8.15.0 compatibility report + + + +

API compatibility report for the libvips library between 8.15.0rc2 and 8.15.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.15.0rc2
Version #28.15.0
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1090 / 221
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.17.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.15.0rc2
Version #28.15.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1144 / 224
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.17.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index d57672d..bb0fd24 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.15.0rc2 +8.15.0 diff --git a/vips.spec b/vips.spec index df0c1e7..0c42acc 100644 --- a/vips.spec +++ b/vips.spec @@ -10,7 +10,7 @@ %global vips_version_base 8.15 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc2 +#global vips_prever rc2 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -464,6 +464,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Mon Nov 13 2023 Remi Collet - 8.15.0-1 +- update to 8.15.0 + * Mon Nov 6 2023 Remi Collet - 8.15.0~rc2-1 - update to 8.15.0rc2 - drop patch merged upstream -- cgit