summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-30 15:55:44 +0100
committerRemi Collet <remi@remirepo.net>2018-01-30 15:55:44 +0100
commit7408893aed0857080f64a06fb84c2a8c5c8be757 (patch)
tree5a464fc1ed194158e3f957892d3f5b7420a0fc83
parentc38b9a9cd47115eacbeefd3cbd0990ed27c35e94 (diff)
v7.2.2
-rw-r--r--failed.txt10
-rw-r--r--php72.spec13
2 files changed, 9 insertions, 14 deletions
diff --git a/failed.txt b/failed.txt
index b483e59..b537558 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,22 +1,18 @@
-===== 7.2.2RC1 (2018-01-18)
+===== 7.2.2 (2018-02-01)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
-/var/lib/mock/el7x/build.log:Tests failed : 1
+/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/fc25i/build.log:Tests failed : 0
/var/lib/mock/fc25x/build.log:Tests failed : 0
/var/lib/mock/fc26i/build.log:Tests failed : 0
/var/lib/mock/fc26x/build.log:Tests failed : 0
-/var/lib/mock/fc27i/build.log:Tests failed : 1
+/var/lib/mock/fc27i/build.log:Tests failed : 0
/var/lib/mock/fc27x/build.log:Tests failed : 0
-el7x:
- 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
-fc27i:
- 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt]
1 proc_open give erratic test results :(
diff --git a/php72.spec b/php72.spec
index eb218ec..fc3a70b 100644
--- a/php72.spec
+++ b/php72.spec
@@ -112,12 +112,12 @@
%endif
%global upver 7.2.2
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -298,11 +298,7 @@ Requires: php-common%{?_isa} = %{version}-%{release}
Requires(pre): /usr/sbin/useradd
%if %{with_systemd}
BuildRequires: systemd-devel
-BuildRequires: systemd-units
-Requires: systemd-units
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+%{?systemd_requires}
# This is actually needed for the %%triggerun script but Requires(triggerun)
# is not valid. We can use %%post because this particular %%triggerun script
# should fire just after this package is installed.
@@ -2126,6 +2122,9 @@ fi
%changelog
+* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 7.2.2-1
+- Update to 7.2.2 - http://www.php.net/releases/7_2_2.php
+
* Tue Jan 16 2018 Remi Collet <remi@remirepo.net> - 7.2.2~RC1-2
- dba: revert drop gdbm support