From 531de4407822d0a265f59ef4e1c10d563bf5fcb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 12:24:51 +0200 Subject: Update to 7.3.29 - http://www.php.net/releases/7_3_29.php --- php.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index e33e9e3..31a3f40 100644 --- a/php.spec +++ b/php.spec @@ -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 - 7.3.29-1 +- Update to 7.3.29 - http://www.php.net/releases/7_3_29.php + * Thu May 27 2021 Remi Collet - 7.3.28-2 - fix snmp extension build with net-snmp without DES -- cgit