diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php72.spec | 25 | 
2 files changed, 14 insertions, 13 deletions
@@ -1,4 +1,4 @@ -===== 7.2.33 (2020-08-06) +===== 7.2.34 (2020-10-01)  $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -32,8 +32,13 @@  %global oraclever 18.3  %endif  %global oraclelib 18.1 + +%else +%ifarch x86_64 +%global oraclever 19.8  %else  %global oraclever 19.6 +%endif  %global oraclelib 19.1  %endif @@ -102,17 +107,11 @@  %global with_nginx     0  %endif -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_firebird  0 -%else  %global with_firebird  1 -%endif - -%global with_dtrace  1 -%global with_libgd   1 -%global with_libzip  1 -%global with_zip     0 +%global with_dtrace    1 +%global with_libgd     1 +%global with_libzip    1 +%global with_zip       0  %if 0%{?fedora} < 18 && 0%{?rhel} < 7  %global db_devel  db4-devel @@ -120,8 +119,7 @@  %global db_devel  libdb-devel  %endif -%global upver        7.2.33 -#global rcver        RC1 +%global upver        7.2.34  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -2225,6 +2223,9 @@ fi  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 7.2.34-1 +- Update to 7.2.34 - http://www.php.net/releases/7_2_34.php +  * Tue Aug  4 2020 Remi Collet <remi@remirepo.net> - 7.2.33-1  - Update to 7.2.33 - http://www.php.net/releases/7_2_33.php  | 
