From 4c1104f8c4fc0e5fad4fd09a8680e4c42e4be32e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2017 14:02:05 +0200 Subject: v8.5.9 --- .gitignore | 1 + compat_reports/8.5.8_to_8.5.9/compat_report.html | 598 +++++++++++++++++++++++ libvips.xml | 64 +++ vips.spec | 7 +- 4 files changed, 668 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.5.8_to_8.5.9/compat_report.html create mode 100644 libvips.xml diff --git a/.gitignore b/.gitignore index 1ab5c4f..2565418 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +abi_dumps package-*.xml *.tgz *.tar.gz diff --git a/compat_reports/8.5.8_to_8.5.9/compat_report.html b/compat_reports/8.5.8_to_8.5.9/compat_report.html new file mode 100644 index 0000000..2aefe53 --- /dev/null +++ b/compat_reports/8.5.8_to_8.5.9/compat_report.html @@ -0,0 +1,598 @@ + + + + + + + + +libvips: 8.5.8 to 8.5.9 compatibility report + + + +

API compatibility report for the libvips library between 8.5.8 and 8.5.9 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.5.9
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


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


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


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.5.9
Archx86_64
SubjectSource Compatibility
+

Test Results


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

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.7
+libvips.so.42.7.7
+libvipsCC.so.42.7.7
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml new file mode 100644 index 0000000..7beab05 --- /dev/null +++ b/libvips.xml @@ -0,0 +1,64 @@ + + + + + + + + + +8.5.9 + + + + +/usr/include/vips/vips.h + + + + +/usr/lib64/libvips-cpp.so +/usr/lib64/libvips.so +/usr/lib64/libvipsCC.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vips.spec b/vips.spec index a58a261..a135cbd 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}.8 +%global vips_version %{vips_version_base}.9 %global vips_soname_major 42 %global with_python2 1 @@ -22,7 +22,7 @@ Name: vips Version: %{vips_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: C/C++ library for processing large images Group: System Environment/Libraries @@ -232,6 +232,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Wed Oct 11 2017 Remi Collet - 8.5.9-1 +- Update to 8.5.9 + * Wed Sep 6 2017 Remi Collet - 8.5.8-4 - rebuild using ImageMagick on F27+ -- cgit