summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-08 08:46:13 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-08 08:46:13 +0200
commitd00c5587beac31afb1e438f524272c48a77b729c (patch)
tree762affab56c32715a83d1e823af85e6255204327
parent93ccceb8eb604f54ef5320b9091c24a577fc5857 (diff)
PHP 7.0.8RC1
-rw-r--r--failed.txt14
-rw-r--r--php70.spec24
2 files changed, 14 insertions, 24 deletions
diff --git a/failed.txt b/failed.txt
index 15cfb67..8bc34a3 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.0.7 (2016-05-26)
+===== 7.0.8RC1 (2016-06-09)
$ grep -r 'Tests failed' /var/lib/mock/*/build.log
@@ -9,22 +9,16 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/fc21x/build.log:Tests failed : 0
/var/lib/mock/fc22i/build.log:Tests failed : 0
/var/lib/mock/fc22x/build.log:Tests failed : 0
-/var/lib/mock/fc23i/build.log:Tests failed : 1
-/var/lib/mock/fc23x/build.log:Tests failed : 1
+/var/lib/mock/fc23i/build.log:Tests failed : 0
+/var/lib/mock/fc23x/build.log:Tests failed : 0
/var/lib/mock/fc24i/build.log:Tests failed : 0
-/var/lib/mock/fc24x/build.log:Tests failed : 1
+/var/lib/mock/fc24x/build.log:Tests failed : 0
el6i, el6x, el7x
Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt]
el6x, el7x
strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt]
-fc23i
- * Bug #61977 Test exit code for various errors [sapi/cli/tests/bug43177.phpt]
-fc23x
- * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
-fc24x
- * Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt]
diff --git a/php70.spec b/php70.spec
index dff65ed..a04eabd 100644
--- a/php70.spec
+++ b/php70.spec
@@ -14,7 +14,6 @@
%global pdover 20150127
# Extension version
%global fileinfover 1.0.5
-%global opcachever 7.0.6-dev
%global oci8ver 2.1.1
%global zipver 1.13.0
%global jsonver 1.4.0
@@ -121,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.7
+Version: 7.0.8
Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
@@ -425,10 +424,10 @@ Group: Development/Languages
License: PHP
Requires: php-common%{?_isa} = %{version}-%{release}
Obsoletes: php-pecl-zendopcache
-Provides: php-pecl-zendopcache = %{opcachever}
-Provides: php-pecl-zendopcache%{?_isa} = %{opcachever}
-Provides: php-pecl(opcache) = %{opcachever}
-Provides: php-pecl(opcache)%{?_isa} = %{opcachever}
+Provides: php-pecl-zendopcache = %{version}
+Provides: php-pecl-zendopcache%{?_isa} = %{version}
+Provides: php-pecl(opcache) = %{version}
+Provides: php-pecl(opcache)%{?_isa} = %{version}
Obsoletes: php55u-opcache, php55w-opcache, php56u-opcache, php56w-opcache, php70u-opcache, php70w-opcache
%description opcache
@@ -1068,13 +1067,6 @@ if test "$ver" != "%{jsonver}"; then
exit 1
fi
-ver=$(sed -n '/#define PHP_ZENDOPCACHE_VERSION /{s/.*\s"//;s/".*$//;p}' ext/opcache/ZendAccelerator.h)
-if test "$ver" != "%{opcachever}"; then
- : Error: Upstream OPCACHE version is now ${ver}, expecting %{opcachever}.
- : Update the opcachever macro and rebuild.
- exit 1
-fi
-
# https://bugs.php.net/63362 - Not needed but installed headers.
# Drop some Windows specific headers to avoid installation,
# before build to ensure they are really not needed.
@@ -1997,6 +1989,10 @@ fi
%changelog
+* Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-0.1.RC1
+- Update to 7.0.8RC1
+- opcache version is now php version
+
* Wed May 25 2016 Remi Collet <remi@fedoraproject.org> 7.0.7-1
- Update to 7.0.7 - http://www.php.net/releases/7_0_7.php