summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-15 14:21:26 +0200
committerRemi Collet <remi@remirepo.net>2019-10-15 14:21:26 +0200
commitf9d71a15a180592ef19ca38c4e1679443ee9823f (patch)
tree49f9a12d09793167af1eed35f24ed49fc0ac4854 /php74.spec
parent028cf358b400b31869b1691e229200611bbb2748 (diff)
update to 7.4.0RC4
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php74.spec b/php74.spec
index 6280cbd..5e5e6db 100644
--- a/php74.spec
+++ b/php74.spec
@@ -97,13 +97,13 @@
%global with_zip 0
%global upver 7.4.0
-%global rcver RC3
-%global lower RC3
+%global rcver RC4
+%global lower RC4
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 8%{?dist}
+Release: 9%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -160,8 +160,6 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: https://github.com/php/php-src/commit/f633c347574c0d814050b4bf2493e0cac6a5988c.patch
-Patch101: https://github.com/php/php-src/commit/e1362b3cf0021c1c8492594da08b7a017b3585ba.patch
# Security fixes (200+)
@@ -1156,8 +1154,6 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -R
-%patch101 -p1 -b .up
# security patches
@@ -2155,6 +2151,9 @@ fi
%changelog
+* Tue Oct 15 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC4-9
+- update to 7.4.0RC4
+
* Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 7.4.0~RC3-8
- fix librt issue on F31 using upstream patch