diff options
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 <remi@fedoraproject.org> 7.0.4-0.1.0RC1 +- Update to 7.0.4RC1 + * Wed Feb 3 2016 Remi Collet <remi@fedoraproject.org> 7.0.3-1 - Update to 7.0.3 http://www.php.net/releases/7_0_3.php |