summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 11:18:12 +0100
committerRemi Collet <remi@php.net>2021-12-02 11:18:12 +0100
commit725892bf62bc43cdadbb276950b9451c6b2b14b4 (patch)
treedd4f5d86222abcda248bcea86ba5d7d06b59761e /php.spec
parent12373760018fddcac551568cd4a96cf5b9510884 (diff)
ensure we use libgd >= 2.3
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php.spec b/php.spec
index e0cc953..b04ac59 100644
--- a/php.spec
+++ b/php.spec
@@ -124,7 +124,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -716,12 +716,7 @@ License: PHP and BSD
%endif
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
%if %{with libgd}
-BuildRequires: pkgconfig(gdlib) >= 2.1.1
-%if 0%{?fedora} <= 19 && 0%{?rhel} <= 7
-Requires: gd-last%{?_isa} >= 2.1.1
-%else
-Requires: gd%{?_isa} >= 2.1.1
-%endif
+BuildRequires: pkgconfig(gdlib) >= 2.3
%else
# Required to build the bundled GD library
BuildRequires: pkgconfig(zlib)
@@ -1857,6 +1852,9 @@ fi
%changelog
+* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 8.0.14~RC1-2
+- ensure we use libgd >= 2.3
+
* Thu Dec 2 2021 Remi Collet <remi@remirepo.net> - 8.0.14~RC1-1
- update to 8.0.14RC1
- use oracle client library version 21.4