From 2e3f503e58c744fbafaca5602b2e6804e2964bf3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Mar 2018 07:52:49 +0100 Subject: v8.6.3 --- compat_reports/8.6.2_to_8.6.3/compat_report.html | 579 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 26 +- 3 files changed, 590 insertions(+), 17 deletions(-) create mode 100644 compat_reports/8.6.2_to_8.6.3/compat_report.html diff --git a/compat_reports/8.6.2_to_8.6.3/compat_report.html b/compat_reports/8.6.2_to_8.6.3/compat_report.html new file mode 100644 index 0000000..662e5a9 --- /dev/null +++ b/compat_reports/8.6.2_to_8.6.3/compat_report.html @@ -0,0 +1,579 @@ + + + + + + + + +libvips: 8.6.2 to 8.6.3 compatibility report + + + +

API compatibility report for the libvips library between 8.6.2 and 8.6.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.6.2
Version #28.6.3
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1476 / 225
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.8.2
+libvips.so.42.8.2
+libvipsCC.so.42.8.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.6.2
Version #28.6.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries3
Total Symbols / Types1504 / 228
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
Low5
+ + +

Problems with Constants, Low Severity  5 


+version.h
+ +[+] 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.8.2
+libvips.so.42.8.2
+libvipsCC.so.42.8.2
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 1ddf106..e7e78e1 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.6.2 +8.6.3 diff --git a/vips.spec b/vips.spec index aaa9b7e..fd1505f 100644 --- a/vips.spec +++ b/vips.spec @@ -8,13 +8,13 @@ # Please preserve changelog entries # %global vips_version_base 8.6 -%global vips_version %{vips_version_base}.2 +%global vips_version %{vips_version_base}.3 %global vips_soname_major 42 #global vips_prever alpha5 %global vips_tarver %{vips_version} %global with_python2 1 -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %global with_doc 1 %else @@ -27,7 +27,6 @@ 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%{vips_version}%{?vips_prever:-%{vips_prever}}/vips-%{vips_tarver}.tar.gz @@ -37,16 +36,12 @@ 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 < 7 +%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 +BuildRequires: ImageMagick-devel %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) @@ -81,7 +76,6 @@ against VIPS. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: libjpeg-devel%{?_isa} libtiff-devel%{?_isa} zlib-devel%{?_isa} Requires: vips%{?_isa} = %{version}-%{release} @@ -93,7 +87,6 @@ contains a C++ API and development documentation. %package tools Summary: Command-line tools for %{name} -Group: Applications/Multimedia Requires: vips%{?_isa} = %{version}-%{release} %description tools @@ -103,7 +96,6 @@ The %{name}-tools package contains command-line tools for working with VIPS. %if %{with_python2} %package python Summary: Python 2 support for %{name} -Group: Development/Languages BuildRequires: python2-devel Requires: vips%{?_isa} = %{version}-%{release} Requires: pygobject3-base >= 3.12.0 @@ -118,7 +110,6 @@ The %{name}-python package contains Python 2 support for VIPS. %if %{with_python3} %package python3 Summary: Python 3 support for %{name} -Group: Development/Languages BuildRequires: python3-devel Requires: vips%{?_isa} = %{version}-%{release} Requires: python3-gobject >= 3.12.0 @@ -132,7 +123,6 @@ The %{name}-python3 package contains Python 3 support for VIPS. %if %{with_doc} %package doc Summary: Documentation for %{name} -Group: Documentation BuildRequires: swig gtk-doc Conflicts: %{name} < %{version}-%{release}, %{name} > %{version}-%{release} @@ -192,9 +182,10 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %endif -%post -p /sbin/ldconfig - +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%endif %files -f vips%{vips_version_base}.lang @@ -239,6 +230,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \ %changelog +* Fri Mar 9 2018 Remi Collet - 8.6.3-1 +- Update to 8.6.3 + * Thu Feb 1 2018 Remi Collet - 8.6.2-1 - Update to 8.6.2 -- cgit