From d4cb2ec58338264f02b5dc4712bc4da0b3cbf3b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2019 13:05:48 +0100 Subject: update to 7.2.17RC1 new tag add upstream patches for failed tests --- php72.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 5a6d11e..cc53408 100644 --- a/php72.spec +++ b/php72.spec @@ -124,7 +124,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -184,6 +184,7 @@ Patch49: php-7.2.16-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -1101,6 +1102,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -2179,6 +2181,10 @@ fi %changelog +* Thu Mar 21 2019 Remi Collet - 7.2.17~RC1-2 +- update to 7.2.17RC1 new tag +- add upstream patches for failed tests + * Wed Mar 20 2019 Remi Collet 7.2.17~RC1-1 - update to 7.2.17RC1 -- cgit