From b0f4065b5c2af3d613bd4f74fb60d8b652503669 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2023 09:32:10 +0200 Subject: update to 8.14.5 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 --- compat_reports/8.14.4_to_8.14.5/compat_report.html | 555 +++++++++++++ .../8.14.5_to_8.15.0rc1/compat_report.html | 915 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 33 +- 4 files changed, 1499 insertions(+), 6 deletions(-) create mode 100644 compat_reports/8.14.4_to_8.14.5/compat_report.html create mode 100644 compat_reports/8.14.5_to_8.15.0rc1/compat_report.html diff --git a/compat_reports/8.14.4_to_8.14.5/compat_report.html b/compat_reports/8.14.4_to_8.14.5/compat_report.html new file mode 100644 index 0000000..6d5d6ed --- /dev/null +++ b/compat_reports/8.14.4_to_8.14.5/compat_report.html @@ -0,0 +1,555 @@ + + + + + + + + + +libvips: 8.14.4 to 8.14.5 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.4
Version #28.14.5
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1083 / 219
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.16.4
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.14.4
Version #28.14.5
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1137 / 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
Low4
+ + +

Problems with Constants, Low Severity  4 


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

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.16.4
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/8.14.5_to_8.15.0rc1/compat_report.html b/compat_reports/8.14.5_to_8.15.0rc1/compat_report.html new file mode 100644 index 0000000..e75ad6e --- /dev/null +++ b/compat_reports/8.14.5_to_8.15.0rc1/compat_report.html @@ -0,0 +1,915 @@ + + + + + + + + + +libvips: 8.14.5 to 8.15.0rc1 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.5
Version #28.15.0rc1
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.0rc1
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/libvips.xml b/libvips.xml index 815d5a0..64a58ac 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.14.5 +8.15.0rc1 diff --git a/vips.spec b/vips.spec index 2655259..014195e 100644 --- a/vips.spec +++ b/vips.spec @@ -7,10 +7,10 @@ # # Please preserve changelog entries # -%global vips_version_base 8.14 -%global vips_version %{vips_version_base}.5 +%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 rc1 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -19,6 +19,12 @@ %bcond_with doc %endif +%if 0%{?fedora} || 0%{?rhel} >= 9 +%bcond_without highway +%else +%bcond_with highway +%endif + %if 0%{?fedora} || 0%{?rhel} >= 8 %bcond_without libimagequant %bcond_without libcgif @@ -87,7 +93,11 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(orc-0.4) +%if %{with highway} +BuildRequires: pkgconfig(libhwy) >= 1.0.5 +%else +BuildRequires: pkgconfig(orc-0.4) >= 0.4.11 +%endif BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(OpenEXR) >= 1.2.2 %if 0%{?fedora} >= 35 @@ -105,7 +115,7 @@ BuildRequires: pkgconfig(libtiff-4) # upstream requires 0.6 BuildRequires: pkgconfig(libwebp) > 1 BuildRequires: pkgconfig(libexif) -BuildRequires: pkgconfig(libgsf-1) +BuildRequires: pkgconfig(libarchive) >= 3 BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.3 BuildRequires: pkgconfig(libjpeg) %if %{with libspng} @@ -318,6 +328,10 @@ 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: # https://github.com/libvips/libvips/pull/212#issuecomment-68177930 @@ -362,6 +376,11 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %endif %if %{with gm} -Dmagick-package=GraphicsMagick \ +%endif +%if %{with highway} + -Dhighway=enabled \ +%else + -Dhighway=disabled \ %endif -Dpdfium=disabled \ %{nil} @@ -450,6 +469,10 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog * Tue Sep 19 2023 Remi Collet - 8.14.5-1 - update to 8.14.5 +- 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 * Thu Aug 17 2023 Remi Collet - 8.14.4-1 - update to 8.14.4 -- cgit