From b50b277e70c42ad4e1a34821f75f545b761038b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 15:52:00 +0200 Subject: add upstream patch for F29 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index be40984..f973036 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -183,6 +183,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -923,6 +924,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -1857,6 +1859,9 @@ fi %changelog +* Tue Aug 28 2018 Remi Collet - 7.3.0~beta3-2 +- add upstream patch for F29 + * Tue Aug 28 2018 Remi Collet - 7.3.0~beta3-1 - update to 7.3.0beta3 -- cgit