summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-08-03 08:43:44 +0200
committerRemi Collet <fedora@famillecollet.com>2016-08-03 08:43:44 +0200
commit3fc5601274b3a9b52e18a40e4a03c2b7d1820100 (patch)
tree73b7bddd9c29f44e47d18503926881086101fd52 /php70.spec
parenta3278409bf770d1a888cfc95aa08619cc46dd078 (diff)
PHP 7.0.10RC1
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php70.spec b/php70.spec
index 8557a69..0c48a72 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.9
+Version: 7.0.10
Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -177,13 +177,12 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-5.6.3-oci8conf.patch
# Upstream fixes (100+)
-Patch100: bug72564.patch
# Security fixes (200+)
# Fixes for tests (300+)
# Factory is droped from system tzdata
-Patch300: php-5.6.3-datetests.patch
+Patch300: php-7.0.10-datetests.patch
# Revert changes for pcre < 8.34
Patch301: php-7.0.0-oldpcre.patch
@@ -959,7 +958,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .bug72564
# security patches
@@ -1996,6 +1994,10 @@ fi
%changelog
+* Wed Aug 3 2016 Remi Collet <remi@fedoraproject.org> 7.0.10-0.1.RC1
+- Update to 7.0.10RC1
+- relax 2 date tests (failing on EL with system tzdata)
+
* Wed Jul 20 2016 Remi Collet <remi@fedoraproject.org> 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