diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-29 12:24:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-29 12:24:51 +0200 |
commit | 531de4407822d0a265f59ef4e1c10d563bf5fcb8 (patch) | |
tree | 735764765e8925228cf25b834538eb0aa916e390 | |
parent | d155a9641633f4999e1ea0580df5fb501b0881dd (diff) |
Update to 7.3.29 - http://www.php.net/releases/7_3_29.php
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 12 |
2 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 7.3.28 (2021-04-29) +===== 7.3.29 (2021-07-01) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log @@ -121,13 +121,12 @@ %global db_devel libdb-devel %endif -%global upver 7.3.28 -#global rcver RC1 +%global upver 7.3.29 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -976,7 +975,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in # WIP patch # Prevent %%doc confusion over LICENSE files -cp Zend/LICENSE Zend/ZEND_LICENSE +cp Zend/LICENSE ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE %if ! %{with_libgd} cp ext/gd/libgd/README libgd_README @@ -1766,7 +1765,7 @@ fi %files common -f files.common %doc CODING_STANDARDS CREDITS EXTENSIONS NEWS README* -%license LICENSE TSRM_LICENSE +%license LICENSE TSRM_LICENSE ZEND_LICENSE %license libmagic_LICENSE %license timelib_LICENSE %doc php.ini-* @@ -1920,6 +1919,9 @@ fi %changelog +* Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 7.3.29-1 +- Update to 7.3.29 - http://www.php.net/releases/7_3_29.php + * Thu May 27 2021 Remi Collet <remi@remirepo.net> - 7.3.28-2 - fix snmp extension build with net-snmp without DES |