From c05862dfe6e40b9c1fa6aafc0ff84c0fa5519f09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Aug 2017 08:42:52 +0200 Subject: rebuild against ImageMagick6 new soname (6.9.9-5) --- compat_reports/8.5.6_to_8.5.7/compat_report.html | 608 +++++++++++++++++++++++ vips.spec | 10 +- 2 files changed, 616 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.5.6_to_8.5.7/compat_report.html diff --git a/compat_reports/8.5.6_to_8.5.7/compat_report.html b/compat_reports/8.5.6_to_8.5.7/compat_report.html new file mode 100644 index 0000000..7984561 --- /dev/null +++ b/compat_reports/8.5.6_to_8.5.7/compat_report.html @@ -0,0 +1,608 @@ + + + + + + + + +libvips: 8.5.6 to 8.5.7 compatibility report + + + +

API compatibility report for the libvips library between 8.5.6 and 8.5.7 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.6
Version #28.5.7
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1460 / 223
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 


+private.h, libvips.so.42.7.6
+vips__view_image ( struct _VipsImage* image )
+
+to the top
+

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.5.6
Version #28.5.7
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1486 / 226
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
Low6
+ +

Added Symbols  1 


+private.h
+vips__view_image ( struct _VipsImage* image )
+
+to the top
+ +

Problems with Constants, Low Severity  6 


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

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  3 


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



+ +
+ + diff --git a/vips.spec b/vips.spec index 0fc7672..183d156 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.5 -%global vips_version %{vips_version_base}.6 +%global vips_version %{vips_version_base}.7 %global vips_soname_major 42 %global with_python2 1 @@ -22,7 +22,7 @@ Name: vips Version: %{vips_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C/C++ library for processing large images Group: System Environment/Libraries @@ -228,6 +228,12 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Sat Aug 5 2017 Remi Collet - 8.5.7-2 +- rebuild against ImageMagick6 new soname (6.9.9-5) + +* Wed Aug 2 2017 Remi Collet - 8.5.7-1 +- Update to 8.5.7 + * Thu Jun 8 2017 Remi Collet - 8.5.6-1 - Update to 8.5.6 -- cgit