From f60ba190b4e0caf01a2b865d5feec487ba18d797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Jul 2023 08:46:42 +0200 Subject: update to 8.14.3 --- compat_reports/8.14.2_to_8.14.3/compat_report.html | 555 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 14 +- 3 files changed, 565 insertions(+), 6 deletions(-) create mode 100644 compat_reports/8.14.2_to_8.14.3/compat_report.html diff --git a/compat_reports/8.14.2_to_8.14.3/compat_report.html b/compat_reports/8.14.2_to_8.14.3/compat_report.html new file mode 100644 index 0000000..567db08 --- /dev/null +++ b/compat_reports/8.14.2_to_8.14.3/compat_report.html @@ -0,0 +1,555 @@ + + + + + + + + + +libvips: 8.14.2 to 8.14.3 compatibility report + + + +

API compatibility report for the libvips library between 8.14.2 and 8.14.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.2
Version #28.14.3
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.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.14.2
Version #28.14.3
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.2
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 9893e68..6cf7030 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.14.2 +8.14.3 diff --git a/vips.spec b/vips.spec index bc65da9..3cce414 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.14 -%global vips_version %{vips_version_base}.2 +%global vips_version %{vips_version_base}.3 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -224,12 +224,10 @@ The %{name}-jxl package contains the Jxl module for VIPS. %if %{with heif} %package heif Summary: Heif support for %{name} +BuildRequires: pkgconfig(libheif) >= 1.4.0 %if 0%{?rhel} == 7 # ensure we use our on EL-7 -BuildRequires: pkgconfig(libheif) >= 1.4.0 Requires: libheif%{?_isa} >= 1.4.0 -%else -BuildRequires: pkgconfig(libheif) >= 1.3.0 %endif Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full < 8.11 @@ -259,7 +257,7 @@ The %{name}-poppler package contains the Poppler module for VIPS. Summary: Magick support for %{name} using ImageMagick6 BuildRequires: ImageMagick6-devel Requires: %{name}%{?_isa} = %{version}-%{release} -%if 0%{?fedora} >= 34 +%if 0%{?fedora} >= 34 && 0%{?fedora} < 38 Obsoletes: %{name}-magick < %{version}-%{release} %endif Provides: %{name}-magick = %{version}-%{release} @@ -277,6 +275,9 @@ using ImageMagick version 6. Summary: Magick support for %{name} using ImageMagick7 BuildRequires: ImageMagick7-devel Requires: %{name}%{?_isa} = %{version}-%{release} +%if 0%{?fedora} >= 38 +Obsoletes: %{name}-magick < %{version}-%{release} +%endif Provides: %{name}-magick = %{version}-%{release} Provides: %{name}-magick%{?_isa} = %{version}-%{release} Conflicts: %{name}-magick-im6 @@ -447,6 +448,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Fri Jul 21 2023 Remi Collet - 8.14.3-1 +- update to 8.14.3 + * Tue Mar 21 2023 Remi Collet - 8.14.2-1 - update to 8.14.2 -- cgit