diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-30 08:24:03 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-30 08:24:03 +0200 |
commit | 10c7828e35c6a59ff06532109144fb88bb5c5c95 (patch) | |
tree | 93ff0115e9dcb4d9719bec432be4b5b3b6774ba5 /php.spec | |
parent | 6d12027fa1dbfd7bd9103a885b08eddd74d50e6a (diff) |
update to 8.1.18RC1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -122,8 +122,8 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.17 -#global rcver RC1 +%global upver 8.1.18 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -199,8 +199,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.4.0-datetests.patch # WIP -# https://github.com/php/php-src/pull/10756 -Patch400: 10756.patch BuildRequires: gnupg2 BuildRequires: bzip2-devel @@ -980,9 +978,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch300 -p1 -b .datetests # WIP patch -%if 0%{?rhel} == 7 -%patch400 -p1 -b .pr10756 -%endif # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE ZEND_LICENSE @@ -1858,6 +1853,9 @@ fi %changelog +* Thu Mar 30 2023 Remi Collet <remi@remirepo.net> - 8.1.18~RC1-1 +- update to 8.1.18RC1 + * Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 8.1.17-1 - Update to 8.1.17 - http://www.php.net/releases/8_1_17.php |