diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-07 10:30:11 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-07 10:30:11 +0100 |
commit | 7e856cedc4e417ea2ae892879a4dd5890fc6cc63 (patch) | |
tree | f1cc74c3fc856a36360784f3e2db003fdbc30304 | |
parent | 50431c777d622315632cada008c20f559cb1fe94 (diff) |
7.4.2RC1
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php74.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.4.1 (2019-12-19) +===== 7.4.2RC1 (2020-01-09) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -96,9 +96,9 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.1 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.2 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2153,6 +2153,9 @@ fi %changelog +* Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 7.4.2~RC1-1 +- update to 7.4.2RC1 + * Wed Dec 18 2019 Remi Collet <remi@remirepo.net> - 7.4.1-1 - Update to 7.4.1 - http://www.php.net/releases/7_4_1.php |