summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-29 12:24:51 +0200
committerRemi Collet <remi@remirepo.net>2021-06-29 12:24:51 +0200
commit531de4407822d0a265f59ef4e1c10d563bf5fcb8 (patch)
tree735764765e8925228cf25b834538eb0aa916e390 /php.spec
parentd155a9641633f4999e1ea0580df5fb501b0881dd (diff)
Update to 7.3.29 - http://www.php.net/releases/7_3_29.php
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 7 insertions, 5 deletions
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 <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