summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvips.xml2
-rw-r--r--vips.spec14
2 files changed, 10 insertions, 6 deletions
diff --git a/libvips.xml b/libvips.xml
index d6701c9..1569aa9 100644
--- a/libvips.xml
+++ b/libvips.xml
@@ -9,7 +9,7 @@
<version>
<!-- Version of the library -->
-8.8.0-rc1
+8.8.0-rc1-full
</version>
<headers>
diff --git a/vips.spec b/vips.spec
index e7de439..c658f88 100644
--- a/vips.spec
+++ b/vips.spec
@@ -25,7 +25,7 @@
%global with_libimagequant 0
%endif
-%global with_libheif 0
+%global with_libheif 1
%if %{with_libheif}
Name: vips-full
@@ -33,7 +33,7 @@ Name: vips-full
Name: vips
%endif
Version: %{vips_version}%{?vips_prever:~%{vips_prever}}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C/C++ library for processing large images
License: LGPLv2+
@@ -81,8 +81,9 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig gettext
%if %{with_libheif}
-Conflicts: vips < %{version}-%{release}
-Provides: vips = %{version}-%{release}
+Conflicts: vips < %{version}-%{release}
+Provides: vips = %{version}-%{release}
+Provides: vips%{?_isa} = %{version}-%{release}
%endif
@@ -136,7 +137,7 @@ HTML and PDF formats.
%prep
-%setup -q -n %{name}-%{vips_version}
+%setup -q -n vips-%{vips_version}
# make the version string consistent for multiarch
export FAKE_BUILD_DATE=$(date -r %{SOURCE0})
@@ -216,6 +217,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr
%changelog
+* Mon May 6 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc1-2
+- enable heif support and rename to vips-full
+
* Mon May 6 2019 Remi Collet <remi@remirepo.net> - 8.8.0~rc1-1
- update to 8.8.0-rc1
- drop libvipsCC