summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-19 12:59:24 +0100
committerRemi Collet <remi@remirepo.net>2019-11-19 12:59:24 +0100
commit52ce46778cb5f99c4d41e1eac09a32e1605e5a10 (patch)
treef75557efe736960b9af562307a4b5d5abb1a085a
parent09fb91675721e27770ccee464b58dd7bea15aa08 (diff)
Update to 7.3.12 - http://www.php.net/releases/7_3_12.php
-rw-r--r--failed.txt6
-rw-r--r--php73.spec7
2 files changed, 7 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 319b66b..f566d6d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,8 +1,8 @@
-===== 7.3.12RC1 (2019-11-07)
+===== 7.3.12 (2019-11-21)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 1
+/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 : 0
/var/lib/mock/el8x73/build.log:Tests failed : 14
@@ -14,8 +14,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/fc31x/build.log:Tests failed : 0
-el6i
- 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt]
el8x:
5 buildroot issue with openssl under investigation
diff --git a/php73.spec b/php73.spec
index aa59c4a..f3753f8 100644
--- a/php73.spec
+++ b/php73.spec
@@ -117,7 +117,7 @@
%endif
%global upver 7.3.12
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -133,7 +133,7 @@ License: PHP and Zend and BSD and MIT and ASL 1.0 and NCSA
Group: Development/Languages
URL: http://www.php.net/
-Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
+Source0: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
Source1: php.conf
Source2: php.ini
Source3: macros.php
@@ -2245,6 +2245,9 @@ fi
%changelog
+* Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 7.3.12-1
+- Update to 7.3.12 - http://www.php.net/releases/7_3_12.php
+
* Wed Nov 6 2019 Remi Collet <remi@remirepo.net> - 7.3.12~RC1-1
- update to 7.3.12RC1