summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-18 14:24:21 +0100
committerRemi Collet <remi@remirepo.net>2020-02-18 14:24:21 +0100
commit21cd682898b1e5b993b0e88a71e1eb239827a829 (patch)
tree5c83996096dc5e7528a4ca95514689c4b60fcec2
parent4ba04f12a0b8505eb6e9674ebc192a411079cb53 (diff)
Update to 7.4.3 - http://www.php.net/releases/7_4_3.php
-rw-r--r--failed.txt5
-rw-r--r--php.spec7
2 files changed, 6 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 6aafcf6..0e3bef6 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,13 @@
-===== 7.4.3RC1 (2020-02-06)
+===== 7.4.3 (2020-02-20)
$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
/var/lib/mock/scl74el7x/build.log:Tests failed : 0
/var/lib/mock/scl74el8x/build.log:Tests failed : 16
-/var/lib/mock/scl74fc29x/build.log:Tests failed : 0
/var/lib/mock/scl74fc30x/build.log:Tests failed : 0
/var/lib/mock/scl74fc31x/build.log:Tests failed : 0
-fc30x:
- 6 Test lstat() and stat() functions: usage variations - effects of is_link() [ext/standard/tests/file/lstat_stat_variation12.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 50b5f0b..4b2103e 100644
--- a/php.spec
+++ b/php.spec
@@ -103,8 +103,8 @@
%global gh_owner php
%global gh_project php-src
%global upver 7.4.3
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1810,6 +1810,9 @@ fi
%changelog
+* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.4.3-1
+- Update to 7.4.3 - http://www.php.net/releases/7_4_3.php
+
* Tue Feb 4 2020 Remi Collet <remi@remirepo.net> - 7.4.3~RC1-1
- update to 7.4.3RC1