From 7b0a2d5f43e8962bfe22513098bb281d4cb37091 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Dec 2019 12:23:14 +0100 Subject: v8.8.4 --- compat_reports/8.8.3_to_8.8.4/compat_report.html | 555 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 10 +- 3 files changed, 563 insertions(+), 4 deletions(-) create mode 100644 compat_reports/8.8.3_to_8.8.4/compat_report.html diff --git a/compat_reports/8.8.3_to_8.8.4/compat_report.html b/compat_reports/8.8.3_to_8.8.4/compat_report.html new file mode 100644 index 0000000..4524f8f --- /dev/null +++ b/compat_reports/8.8.3_to_8.8.4/compat_report.html @@ -0,0 +1,555 @@ + + + + + + + + + +libvips: 8.8.3 to 8.8.4 compatibility report + + + +

API compatibility report for the libvips library between 8.8.3 and 8.8.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.8.3
Version #28.8.4
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1010 / 195
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.11.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.8.3
Version #28.8.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1021 / 195
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.11.2
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 735d7ea..23840cd 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.8.3 +8.8.4 diff --git a/vips.spec b/vips.spec index c8c0d54..b84b655 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.8 -%global vips_version %{vips_version_base}.3 +%global vips_version %{vips_version_base}.4 %global vips_soname_major 42 #global vips_prever rc3 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -31,10 +31,10 @@ %if %{with_libheif} Name: vips-full # Keep vips-full release > vips release -Release: 4%{?dist} +Release: 2%{?dist} %else Name: vips -Release: 3%{?dist} +Release: 1%{?dist} %endif Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -52,6 +52,7 @@ BuildRequires: ImageMagick-devel # Ensure we use version 6 (same as imagick ext). BuildRequires: ImageMagick6-devel %endif +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(orc-0.4) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(OpenEXR) @@ -218,6 +219,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Fri Dec 6 2019 Remi Collet - 8.8.4-1 +- update to 8.8.4 + * Tue Oct 1 2019 Remi Collet - 8.8.3-3 - rebuild with matio / hdf5 fom EPEL -- cgit