summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 7154030..b6b3400 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.3.4RC1 (2019-03-21)
+===== 7.3.4 (2019-04-04)
$ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log
diff --git a/php.spec b/php.spec
index b4e8304..d4eb443 100644
--- a/php.spec
+++ b/php.spec
@@ -130,13 +130,13 @@
%endif
%global upver 7.3.4
-%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
Version: %{upver}%{?rcver:~%{lower}}
-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
@@ -1887,6 +1887,9 @@ fi
%changelog
+* Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 7.3.4-1
+- Update to 7.3.4 - http://www.php.net/releases/7_3_4.php
+
* Thu Mar 21 2019 Remi Collet <remi@remirepo.net> - 7.3.4~RC1-2
- update to 7.3.4RC1 new tag
- add upstream patches for failed tests