summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-30 16:30:50 +0200
committerRemi Collet <remi@remirepo.net>2019-07-30 16:30:50 +0200
commitf248a405e2a96c227ca94ff1ddf8760965568c2e (patch)
tree5e51c74d03f95d27f569c7bc7e9c245c3d21dda3 /php.spec
parent886fc641be7b8be68301c4d72e0e2c3fa3471cc7 (diff)
Update to 7.3.8 - http://www.php.net/releases/7_3_8.php
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index 6058e99..421324a 100644
--- a/php.spec
+++ b/php.spec
@@ -132,7 +132,7 @@
%endif
%global upver 7.3.8
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -192,7 +192,6 @@ Patch48: php-7.3.3-pdooci.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-bug78297.patch
# Security fixes (200+)
@@ -953,7 +952,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .78297
# security patches
@@ -1893,6 +1891,9 @@ fi
%changelog
+* Tue Jul 30 2019 Remi Collet <remi@remirepo.net> - 7.3.8-1
+- Update to 7.3.8 - http://www.php.net/releases/7_3_8.php
+
* Tue Jul 16 2019 Remi Collet <remi@remirepo.net> - 7.3.8~RC1-1
- update to 7.3.8RC1
- add upstream patch for #78297