diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-02 14:21:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-02 14:21:03 +0200 |
commit | 9f1a2f43879196014d9f86e5e5d30eae450ad814 (patch) | |
tree | 3dea3ef9ec04e6538fa3c5a7a4f950f429a666a9 /php70.spec | |
parent | 0e9a4628cb3cfb15cb88aa6d88d47900e7461453 (diff) |
add patch for EL-6, fix undefined symbol: sqlite3_errstr
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -162,6 +162,7 @@ Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-7.0.2-libdb.patch Patch9: php-7.0.7-curl.patch +Patch10: php-sqlite3.patch # Functional changes Patch40: php-7.0.17-dlopen.patch @@ -1009,6 +1010,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %if 0%{?rhel} %patch9 -p1 -b .curltls %endif +%patch10 -p1 -b .errstr %patch40 -p1 -b .dlopen %if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 @@ -2043,6 +2045,9 @@ fi %changelog +* Wed Aug 2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22-2 +- add patch for EL-6, fix undefined symbol: sqlite3_errstr + * Wed Aug 2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22-1 - Update to 7.0.22 - http://www.php.net/releases/7_0_22.php |