From 09e9c5865b4d3c2714ae2d45d8709c74fb665547 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Nov 2021 07:57:39 +0100 Subject: update to 8.12.1 --- compat_reports/8.12.0_to_8.12.1/compat_report.html | 555 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 14 +- 3 files changed, 569 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.12.0_to_8.12.1/compat_report.html diff --git a/compat_reports/8.12.0_to_8.12.1/compat_report.html b/compat_reports/8.12.0_to_8.12.1/compat_report.html new file mode 100644 index 0000000..8844ce2 --- /dev/null +++ b/compat_reports/8.12.0_to_8.12.1/compat_report.html @@ -0,0 +1,555 @@ + + + + + + + + + +libvips: 8.12.0 to 8.12.1 compatibility report + + + +

API compatibility report for the libvips library between 8.12.0 and 8.12.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.12.0
Version #28.12.1
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1141 / 218
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.14.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.12.0
Version #28.12.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1151 / 218
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.14.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 4987f9b..2106025 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.12.0 +8.12.1 diff --git a/vips.spec b/vips.spec index 7a19779..7a231eb 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.12 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -83,6 +83,9 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(orc-0.4) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(OpenEXR) +%if 0%{?fedora} >= 35 +BuildRequires: pkgconfig(Imath) +%endif BuildRequires: pkgconfig(matio) BuildRequires: pkgconfig(cfitsio) BuildRequires: pkgconfig(pangoft2) @@ -367,6 +370,12 @@ mv cplusplus/html cplusplus_html %find_lang vips%{vips_version_base} +%if %{with im7} +%check +make check +%endif + + %if 0%{?fedora} < 28 && 0%{?rhel} < 8 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -435,6 +444,9 @@ mv cplusplus/html cplusplus_html %changelog +* Thu Nov 25 2021 Remi Collet - 8.12.1-1 +- update to 8.12.1 + * Sat Nov 20 2021 Remi Collet - 8.12.0-1 - update to 8.12.0 - re-enable libjxl usage -- cgit