From b8458b00b9b9841206fedf6e15f505cc2db2b112 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Mar 2024 15:01:56 +0100 Subject: update to 8.15.2 --- compat_reports/8.15.1_to_8.15.2/compat_report.html | 659 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 15 +- 3 files changed, 669 insertions(+), 7 deletions(-) create mode 100644 compat_reports/8.15.1_to_8.15.2/compat_report.html diff --git a/compat_reports/8.15.1_to_8.15.2/compat_report.html b/compat_reports/8.15.1_to_8.15.2/compat_report.html new file mode 100644 index 0000000..a748f1b --- /dev/null +++ b/compat_reports/8.15.1_to_8.15.2/compat_report.html @@ -0,0 +1,659 @@ + + + + + + + + + +libvips: 8.15.1 to 8.15.2 compatibility report + + + +

API compatibility report for the libvips library between 8.15.1 and 8.15.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.15.1
Version #28.15.2
Archx86_64
GCC Version13
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
Low1
Problems with
Symbols
High0
Medium0
Low2
Problems with
Constants
Low0
+ + +

Problems with Data Types, Low Severity  1 


+connection.h
+ +[+] struct _VipsTarget  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  2 


+connection.h, libvips.so.42.17.1
+ +[+] vips_target_seek ( VipsTarget* target, off_t offset, int whence )  2  +
+ +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.17.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.15.1
Version #28.15.2
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
Low1
Problems with
Constants
Low4
+ + +

Problems with Symbols, Low Severity  1 


+connection.h
+ +[+] vips_target_seek ( VipsTarget* target, off_t offset, int whence )  1  +
+ +
+to the top
+ +

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.17.1
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 9b7fbb0..6083fdf 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.15.1 +8.15.2 diff --git a/vips.spec b/vips.spec index 33f0527..258fc80 100644 --- a/vips.spec +++ b/vips.spec @@ -8,10 +8,10 @@ # Please preserve changelog entries # %global vips_version_base 8.15 -%global vips_version %{vips_version_base}.1 +%global vips_version %{vips_version_base}.2 %global vips_soname_major 42 #global vips_prever rc2 -%global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} +%global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}}a %if 0%{?fedora} || 0%{?rhel} >= 8 %bcond_without doc @@ -77,7 +77,7 @@ Name: vips Version: %{vips_version}%{?vips_prever:~%{vips_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: C/C++ library for processing large images License: LGPLv2+ @@ -144,8 +144,8 @@ BuildRequires: bc # Not available as system library Provides: bundled(libnsgif) -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -%if 0%{?fedora} >= 37 +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9 Recommends: %{name}-heif %else Suggests: %{name}-heif @@ -289,7 +289,7 @@ using ImageMagick version 6. Summary: Magick support for %{name} using ImageMagick7 BuildRequires: ImageMagick7-devel Requires: %{name}%{?_isa} = %{version}-%{release} -%if 0%{?fedora} >= 38 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 Obsoletes: %{name}-magick < %{version}-%{release} %endif Provides: %{name}-magick = %{version}-%{release} @@ -468,6 +468,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Wed Mar 13 2024 Remi Collet - 8.15.2-1 +- update to 8.15.2 + * Mon Jan 8 2024 Remi Collet - 8.15.1-2 - add weak dependency on libheif-freeworld from RPMFusion (Fedora and EL-9) -- cgit