From b7ba47f45c79b7d2ab9b02134080b7a5606bdff7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Apr 2022 14:00:37 +0200 Subject: update to 8.12.2 --- compat_reports/8.12.1_to_8.12.2/compat_report.html | 598 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 9 +- 3 files changed, 605 insertions(+), 4 deletions(-) create mode 100644 compat_reports/8.12.1_to_8.12.2/compat_report.html diff --git a/compat_reports/8.12.1_to_8.12.2/compat_report.html b/compat_reports/8.12.1_to_8.12.2/compat_report.html new file mode 100644 index 0000000..e027e00 --- /dev/null +++ b/compat_reports/8.12.1_to_8.12.2/compat_report.html @@ -0,0 +1,598 @@ + + + + + + + + + +libvips: 8.12.1 to 8.12.2 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.12.1
Version #28.12.2
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
Low1
+ + +

Problems with Constants, Low Severity  1 


+version.h
+ +[+] VIPS_CONFIG +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.14.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.12.1
Version #28.12.2
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
Low5
+ + +

Problems with Constants, Low Severity  5 


+version.h
+ +[+] VIPS_CONFIG +
+ + + +[+] 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.1
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 2106025..0a36063 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.12.1 +8.12.2 diff --git a/vips.spec b/vips.spec index a3db503..b1ed850 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}.1 +%global vips_version %{vips_version_base}.2 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -54,7 +54,7 @@ %bcond_without im7 %bcond_with gm -%if 0%{?fedora} >= 33 +%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 %bcond_without jxl %else %bcond_with jxl @@ -68,7 +68,7 @@ %endif Name: vips -Release: 2%{?dist} +Release: 1%{?dist} Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -447,6 +447,9 @@ make check %changelog +* Tue Jan 25 2022 Remi Collet - 8.12.2-1 +- update to 8.12.2 + * Wed Dec 1 2021 Remi Collet - 8.12.1-2 - rebuild for new libjxl -- cgit