From b2550db1566f232fda938e25d383f3aa69fcebc1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jan 2020 15:07:26 +0100 Subject: update to 8.9.1 ensure vips-devel pull right ImageMagick-devel version https://github.com/remicollet/remirepo/issues/134 --- compat_reports/8.9.0_to_8.9.1/compat_report.html | 555 +++++++++++++++++++++++ libvips.xml | 2 +- vips.spec | 14 +- 3 files changed, 569 insertions(+), 2 deletions(-) create mode 100644 compat_reports/8.9.0_to_8.9.1/compat_report.html diff --git a/compat_reports/8.9.0_to_8.9.1/compat_report.html b/compat_reports/8.9.0_to_8.9.1/compat_report.html new file mode 100644 index 0000000..1876752 --- /dev/null +++ b/compat_reports/8.9.0_to_8.9.1/compat_report.html @@ -0,0 +1,555 @@ + + + + + + + + + +libvips: 8.9.0 to 8.9.1 compatibility report + + + +

API compatibility report for the libvips library between 8.9.0 and 8.9.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibvips
Version #18.9.0
Version #28.9.1
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1082 / 209
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  1 


+
+libvips.so.42.12.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibvips
Version #18.9.0
Version #28.9.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types1093 / 209
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
Low4
+ + +

Problems with Constants, Low Severity  4 


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

Header Files  1 


+
+vips.h
+
+
to the top
+

Libraries  1 


+
+libvips.so.42.12.0
+
+
to the top
+



+ +
+ + diff --git a/libvips.xml b/libvips.xml index 3f9f1b3..59f2688 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.9.0 +8.9.1 diff --git a/vips.spec b/vips.spec index cbd43be..d333b35 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.9 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc4 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -107,6 +107,13 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %if %{with_libheif} Conflicts: vips-devel < %{version}-%{release} %endif +# for consistency, same version at buildtime and runtime +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +Requires: ImageMagick-devel +%else +# Ensure we use version 6 (same as imagick ext). +Requires: ImageMagick6-devel +%endif %description devel The %{name}-devel package contains the header files and @@ -221,6 +228,11 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Tue Jan 28 2020 Remi Collet - 8.9.1-1 +- update to 8.9.1 +- ensure vips-devel pull right ImageMagick-devel version + https://github.com/remicollet/remirepo/issues/134 + * Wed Jan 8 2020 Remi Collet - 8.9.0-1 - update to 8.9.0 -- cgit