From 9cd8a14c37ccb9b2128582593f70cc3ff829d225 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2016 18:21:46 +0200 Subject: PHP 7.0.9 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 0b5580e..212aa86 100644 --- a/php.spec +++ b/php.spec @@ -124,7 +124,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 @@ -183,6 +183,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: bug72564.patch # Security fixes (200+) @@ -894,6 +895,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug72564 # security patches @@ -1824,6 +1826,10 @@ fi %changelog +* Wed Jul 20 2016 Remi Collet 7.0.9-1 +- Update to 7.0.9 - http://www.php.net/releases/7_0_9.php +- wddx: add upstream patch for https://bugs.php.net/72564 + * Wed Jul 6 2016 Remi Collet 7.0.9-0.1.RC1 - Update to 7.0.9RC1 -- cgit