From fc27f81aaf231b0646df098169656d2cab446f61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2019 10:06:19 +0100 Subject: update to 7.3.4RC1 new tag add upstream patches for failed tests --- php73.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 61cffc6..4d46d82 100644 --- a/php73.spec +++ b/php73.spec @@ -125,7 +125,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -228,6 +229,7 @@ BuildRequires: %{?dtsprefix}systemtap-sdt-devel %endif BuildRequires: libargon2-devel #BuildRequires: bison +# used for tests BuildRequires: /bin/ps %if 0%{?rhel} @@ -1137,6 +1139,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -2208,6 +2211,10 @@ fi %changelog +* Thu Mar 21 2019 Remi Collet - 7.3.4~RC1-2 +- update to 7.3.4RC1 new tag +- add upstream patches for failed tests + * Tue Mar 19 2019 Remi Collet - 7.3.4~RC1-1 - update to 7.3.4RC1 -- cgit