From 1dc044f26111a2697810fe1db184eb0bcd7dc545 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Nov 2023 09:50:58 +0100 Subject: update to 8.15.0rc2 drop patch merged upstream --- .../8.14.5_to_8.15.0rc2/compat_report.html | 915 +++++++++++++++++++++ .../8.15.0rc1_to_8.15.0rc2/compat_report.html | 475 +++++++++++ libvips.xml | 2 +- vips.spec | 16 +- 4 files changed, 1401 insertions(+), 7 deletions(-) create mode 100644 compat_reports/8.14.5_to_8.15.0rc2/compat_report.html create mode 100644 compat_reports/8.15.0rc1_to_8.15.0rc2/compat_report.html diff --git a/compat_reports/8.14.5_to_8.15.0rc2/compat_report.html b/compat_reports/8.14.5_to_8.15.0rc2/compat_report.html new file mode 100644 index 0000000..328adf8 --- /dev/null +++ b/compat_reports/8.14.5_to_8.15.0rc2/compat_report.html @@ -0,0 +1,915 @@ + + + + + + + + + +libvips: 8.14.5 to 8.15.0rc2 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.5
Version #28.15.0rc2
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.0rc2
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.0rc1_to_8.15.0rc2/compat_report.html b/compat_reports/8.15.0rc1_to_8.15.0rc2/compat_report.html new file mode 100644 index 0000000..34da38c --- /dev/null +++ b/compat_reports/8.15.0rc1_to_8.15.0rc2/compat_report.html @@ -0,0 +1,475 @@ + + + + + + + + + + +libvips: 8.15.0rc1 to 8.15.0rc2 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.15.0rc1
Version #28.15.0rc2
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.0rc1
Version #28.15.0rc2
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 64a58ac..d57672d 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.15.0rc1 +8.15.0rc2 diff --git a/vips.spec b/vips.spec index 014195e..df0c1e7 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 rc1 +%global vips_prever rc2 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -328,9 +328,6 @@ exit 1 %setup -q -n vips-%{vips_version} -# Workaround for EL-7 and EL-8 -sed -e '/librsvg_dep/s/2.48.0/2.40.3/' -i meson.build - %build # Upstream recommends enabling auto-vectorization of inner loops: @@ -467,13 +464,20 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog -* Tue Sep 19 2023 Remi Collet - 8.14.5-1 -- update to 8.14.5 +* Mon Nov 6 2023 Remi Collet - 8.15.0~rc2-1 +- update to 8.15.0rc2 +- drop patch merged upstream + +* Thu Oct 19 2023 Remi Collet - 8.15.0~rc1-1 +- update to 8.15.0rc1 - use libhwy instead of liborc on Fedora and EL-9 - use libarchive instead of libgsf - open https://github.com/libvips/libvips/pull/3722 Revert "raise librsvg minver to 2.48 +* Tue Sep 19 2023 Remi Collet - 8.14.5-1 +- update to 8.14.5 + * Thu Aug 17 2023 Remi Collet - 8.14.4-1 - update to 8.14.4 -- cgit