From 215da70893200617748673342da89a3357a53d53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Jan 2018 12:08:29 +0100 Subject: v8.6.1 --- compat_reports/8.6.0_to_8.6.1/compat_report.html | 749 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 11 +- 3 files changed, 759 insertions(+), 3 deletions(-) create mode 100644 compat_reports/8.6.0_to_8.6.1/compat_report.html diff --git a/compat_reports/8.6.0_to_8.6.1/compat_report.html b/compat_reports/8.6.0_to_8.6.1/compat_report.html new file mode 100644 index 0000000..dba124f --- /dev/null +++ b/compat_reports/8.6.0_to_8.6.1/compat_report.html @@ -0,0 +1,749 @@ + + + + + + + + +libvips: 8.6.0 to 8.6.1 compatibility report + + + +

API compatibility report for the libvips library between 8.6.0 and 8.6.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.6.0
Version #28.6.1
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1476 / 225
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High1
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Constants
-1
+ + +

Problems with Symbols, High Severity  1 


+private.h, libvips.so.42.8.0
+ +[+] vips_window_ref ( struct _VipsImage* im, int top, int height )  1  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  1 


+header.h
+ +[+] VIPS_META_IPCT_NAME +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+header.h
+ +[+] VIPS_META_IPTC_NAME +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


+
+libvips-cpp.so.42.8.0
+libvips.so.42.8.0
+libvipsCC.so.42.8.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.6.0
Version #28.6.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1504 / 228
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High1
Medium0
Low0
Problems with
Constants
Low7
Other Changes
in Constants
-1
+ + +

Problems with Symbols, High Severity  1 


+private.h
+ +[+] vips_window_ref ( struct _VipsImage* im, int top, int height )  1  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  7 


+header.h
+ +[+] VIPS_META_IPCT_NAME +
+ + +
+version.h
+ +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_MICRO_VERSION +
+ + + +[+] IM_VERSION_STRING +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+header.h
+ +[+] VIPS_META_IPTC_NAME +
+ + +
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


+
+libvips-cpp.so.42.8.0
+libvips.so.42.8.0
+libvipsCC.so.42.8.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 1e501a0..28445eb 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.6.0 +8.6.1 diff --git a/vips.spec b/vips.spec index df3cae0..fad2e79 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.6 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever alpha5 %global vips_tarver %{vips_version} @@ -37,12 +37,16 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fftw3) +%if 0%{?fedora} >= 27 +BuildRequires: ImageMagick-devel >= 1:6 +%else %if 0%{?fedora} >= 25 -BuildRequires: ImageMagick-devel +BuildRequires: ImageMagick-devel < 7 %else # Ensure we use version 6 (same as imagick ext). BuildRequires: ImageMagick6-devel %endif +%endif BuildRequires: pkgconfig(orc-0.4) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(OpenEXR) @@ -235,6 +239,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Fri Jan 12 2018 Remi Collet - 8.6.1-1 +- Update to 8.6.1 + * Fri Dec 8 2017 Remi Collet - 8.6.0-1 - Update to 8.6.0 -- cgit