From 93a3671bb0a1df0fe3332b77ae7eec4583e875bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Feb 2016 08:29:53 +0100 Subject: PHP 7.0.4RC1 --- php70.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index aacc5df..eed6439 100644 --- a/php70.spec +++ b/php70.spec @@ -120,12 +120,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.3 +Version: 7.0.4 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -191,7 +191,6 @@ Patch300: php-5.6.3-datetests.patch Patch301: php-7.0.0-oldpcre.patch # WIP -Patch401: php-bug62172.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -976,7 +975,6 @@ fi %endif # WIP patch -%patch401 -p1 -b .bug62172 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1985,6 +1983,9 @@ fi %changelog +* Thu Feb 18 2016 Remi Collet 7.0.4-0.1.0RC1 +- Update to 7.0.4RC1 + * Wed Feb 3 2016 Remi Collet 7.0.3-1 - Update to 7.0.3 http://www.php.net/releases/7_0_3.php -- cgit