From ba18ab3ef5490e30faaed7ca083f336385d74de2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Jan 2023 14:12:31 +0100 Subject: update to 8.14.1 --- compat_reports/8.14.0_to_8.14.1/compat_report.html | 570 +++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 17 +- 3 files changed, 579 insertions(+), 10 deletions(-) create mode 100644 compat_reports/8.14.0_to_8.14.1/compat_report.html diff --git a/compat_reports/8.14.0_to_8.14.1/compat_report.html b/compat_reports/8.14.0_to_8.14.1/compat_report.html new file mode 100644 index 0000000..42489e9 --- /dev/null +++ b/compat_reports/8.14.0_to_8.14.1/compat_report.html @@ -0,0 +1,570 @@ + + + + + + + + + +libvips: 8.14.0 to 8.14.1 compatibility report + + + +

API compatibility report for the libvips library between 8.14.0 and 8.14.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.14.0
Version #28.14.1
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1082 / 219
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  1 


+semaphore.h, libvips.so.42.16.1
+vips_semaphore_down_timeout ( struct VipsSemaphore* s, gint64 timeout )
+
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.16.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.14.0
Version #28.14.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1137 / 224
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low4
+ +

Added Symbols  1 


+semaphore.h
+vips_semaphore_down_timeout ( struct VipsSemaphore* s, gint64 timeout )
+
+to the top
+

Removed Symbols  1 


+thread.h
+vips_g_thread_join ( GThread* thread )
+
+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.16.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 1d27bf3..fb01b54 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.14.0 +8.14.1 diff --git a/vips.spec b/vips.spec index b0723fb..d26b898 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}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -53,9 +53,9 @@ %bcond_without im7 %bcond_with gm -%bcond_with tests +%bcond_without tests -%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 %bcond_without jxl %else %bcond_with jxl @@ -79,7 +79,7 @@ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tag BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: meson >= 0.56 +BuildRequires: meson >= 0.55 BuildRequires: pkgconfig BuildRequires: gettext BuildRequires: pkgconfig(glib-2.0) @@ -204,7 +204,7 @@ HTML and PDF formats. %if %{with jxl} %package jxl Summary: JPEG-XL support for %{name} -BuildRequires: pkgconfig(libjxl) >= 0.5 +BuildRequires: pkgconfig(libjxl) >= 0.6 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} @@ -361,10 +361,6 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %install %meson_install -%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 -sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipsprofile -%endif - # locale stuff %find_lang vips%{vips_version_base} @@ -442,6 +438,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Mon Jan 9 2023 Remi Collet - 8.14.1-1 +- update to 8.14.1 + * Mon Jan 2 2023 Remi Collet - 8.14.0-1 - update to 8.14.0 - open https://github.com/libvips/libvips/issues/3254 ABI/API compat -- cgit