From 0c01265d2a7d32097ff32b188df9b33a80af5034 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Sep 2017 11:39:45 +0200 Subject: v8.6.0-alpha2 --- .../8.5.8_to_8.6.0-alpha2/compat_report.html | 774 +++++++++++++++++++++ vips.spec | 18 +- 2 files changed, 785 insertions(+), 7 deletions(-) create mode 100644 compat_reports/8.5.8_to_8.6.0-alpha2/compat_report.html diff --git a/compat_reports/8.5.8_to_8.6.0-alpha2/compat_report.html b/compat_reports/8.5.8_to_8.6.0-alpha2/compat_report.html new file mode 100644 index 0000000..75e0187 --- /dev/null +++ b/compat_reports/8.5.8_to_8.6.0-alpha2/compat_report.html @@ -0,0 +1,774 @@ + + + + + + + + +libvips: 8.5.8 to 8.6.0-alpha2 compatibility report + + + +

API compatibility report for the libvips library between 8.5.8 and 8.6.0-alpha2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.6.0-alpha2
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-7
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
+ +

Added Symbols  7 


+arithmetic.h, libvips.so.42.8.0
+vips_find_trim ( VipsImage* in, int* left, int* top, int* width, int* height, ... )
+
+dbuf.h, libvips.so.42.8.0
+vips_dbuf_read ( VipsDbuf* dbuf, unsigned char* data, size_t size )
+
+image.h, libvips.so.42.8.0
+vips_image_new_from_image ( VipsImage* image, double const* c, int n )
+vips_image_new_from_image1 ( VipsImage* image, double c )
+
+resample.h, libvips.so.42.8.0
+vips_thumbnail_image ( VipsImage* in, VipsImage** out, int width, ... )
+
+util.h, libvips.so.42.8.0
+vips__icc_dir ( )
+vips__windows_prefix ( )
+
+to the top
+ +

Problems with Constants, Low Severity  2 


+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + +
+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
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.5.8
Version #28.6.0-alpha2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1487 / 226
Compatibility100%
+

Problem Summary


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

Added Symbols  7 


+arithmetic.h
+vips_find_trim ( VipsImage* in, int* left, int* top, int* width, int* height, ... )
+
+dbuf.h
+vips_dbuf_read ( VipsDbuf* dbuf, unsigned char* data, size_t size )
+
+image.h
+vips_image_new_from_image ( VipsImage* image, double const* c, int n )
+vips_image_new_from_image1 ( VipsImage* image, double c )
+
+resample.h
+vips_thumbnail_image ( VipsImage* in, VipsImage** out, int width, ... )
+
+util.h
+vips__icc_dir ( )
+vips__windows_prefix ( )
+
+to the top
+ +

Problems with Constants, Low Severity  11 


+version.h
+ +[+] VIPS_LIBRARY_AGE +
+ + + +[+] VIPS_LIBRARY_CURRENT +
+ + + +[+] VIPS_LIBRARY_REVISION +
+ + + +[+] VIPS_MICRO_VERSION +
+ + + +[+] VIPS_MINOR_VERSION +
+ + + +[+] VIPS_VERSION +
+ + + +[+] VIPS_VERSION_STRING +
+ + +
+vips7compat.h
+ +[+] IM_META_XML +
+ + + +[+] IM_MICRO_VERSION +
+ + + +[+] IM_MINOR_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/vips.spec b/vips.spec index a58a261..c44e594 100644 --- a/vips.spec +++ b/vips.spec @@ -7,9 +7,11 @@ # # Please preserve changelog entries # -%global vips_version_base 8.5 -%global vips_version %{vips_version_base}.8 +%global vips_version_base 8.6 +%global vips_version %{vips_version_base}.0 %global vips_soname_major 42 +%global vips_prever alpha2 +%global vips_tarver %{vips_version}-1 %global with_python2 1 %if 0%{?fedora} @@ -21,14 +23,14 @@ %endif Name: vips -Version: %{vips_version} -Release: 4%{?dist} +Version: %{vips_version}%{?vips_prever:~%{vips_prever}} +Release: 1%{?dist} Summary: C/C++ library for processing large images Group: System Environment/Libraries License: LGPLv2+ URL: http://jcupitt.github.io/libvips/ -Source0: https://github.com/jcupitt/libvips/releases/download/v%{version}/vips-%{version}.tar.gz +Source0: https://github.com/jcupitt/libvips/releases/download/v%{vips_version}%{?vips_prever:-%{vips_prever}}/vips-%{vips_tarver}.tar.gz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) @@ -137,7 +139,7 @@ HTML and PDF formats. %prep -%setup -q +%setup -q -n %{name}-%{vips_version} # make the version string consistent for multiarch export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -205,7 +207,6 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %files tools -%{_bindir}/vips-%{vips_version_base} %{_bindir}/* %{_mandir}/man1/* @@ -232,6 +233,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Thu Sep 7 2017 Remi Collet - 8.6.0~alpha2-1 +- update to 8.6.0-alpha2 + * Wed Sep 6 2017 Remi Collet - 8.5.8-4 - rebuild using ImageMagick on F27+ -- cgit