From f9d71a15a180592ef19ca38c4e1679443ee9823f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2019 14:21:26 +0200 Subject: update to 7.4.0RC4 --- php74.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php74.spec') 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 - 7.4.0~RC4-9 +- update to 7.4.0RC4 + * Thu Oct 10 2019 Remi Collet - 7.4.0~RC3-8 - fix librt issue on F31 using upstream patch -- cgit