From 6694db4d1de056db791cac0c58195629afd688b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Nov 2017 10:25:37 +0100 Subject: add patch for https://bugs.php.net/75514 --- php71.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index e71f4c5..5fd21ae 100644 --- a/php71.spec +++ b/php71.spec @@ -113,7 +113,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 @@ -180,6 +180,7 @@ Patch300: php-7.0.10-datetests.patch Patch301: php-7.0.0-oldpcre.patch # WIP +Patch400: 0001-Fixed-bug-75514-mt_rand-returns-value-outside-min-ma.patch BuildRequires: bzip2-devel, curl-devel >= 7.9 BuildRequires: httpd-devel >= 2.0.46-1, pam-devel @@ -1033,6 +1034,7 @@ fi %endif # WIP patch +%patch400 -p1 -bug75514 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -2055,6 +2057,9 @@ fi %changelog +* Mon Nov 13 2017 Remi Collet - 7.1.12~RC1-2 +- test build for https://bugs.php.net/75514 + * Tue Nov 7 2017 Remi Collet - 7.1.12~RC1-1 - Update to 7.1.12RC1 -- cgit