summaryrefslogtreecommitdiffstats
path: root/vips.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-01-02 10:13:26 +0100
committerRemi Collet <remi@php.net>2023-01-02 10:13:26 +0100
commitdcf6da1cbd5f6b522f03ffba318792612bea4fe2 (patch)
treef5b6b9034ddbbc471d4dff3d2b7233725f45d09d /vips.spec
parentc250187eb303f57a054f956d36ac8841c4dc76a6 (diff)
update to 8.14.0
Diffstat (limited to 'vips.spec')
-rw-r--r--vips.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/vips.spec b/vips.spec
index 3500312..0afda99 100644
--- a/vips.spec
+++ b/vips.spec
@@ -10,7 +10,7 @@
%global vips_version_base 8.14
%global vips_version %{vips_version_base}.0
%global vips_soname_major 42
-%global vips_prever rc1
+#global vips_prever rc1
%global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}}
%if 0%{?fedora} || 0%{?rhel} >= 8
@@ -79,7 +79,7 @@ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tag
BuildRequires: gcc
BuildRequires: gcc-c++
-BuildRequires: meson
+BuildRequires: meson >= 0.56
BuildRequires: pkgconfig
BuildRequires: gettext
BuildRequires: pkgconfig(glib-2.0)
@@ -441,6 +441,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr
%changelog
+* Mon Jan 2 2023 Remi Collet <remi@remirepo.net> - 8.14.0-1
+- update to 8.14.0
+
* Wed Dec 28 2022 Kleis Auke Wolthuizen <info@kleisauke.nl> - 8.14.0~rc1-1
- Update to 8.14.0-rc1
- Migrate build to Meson