diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-16 07:26:55 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-16 07:26:55 +0200 | 
| commit | 31b676f194d40398ea7cc94a757c4e2f420c943d (patch) | |
| tree | 785ae9b8af5328e66a97d392cf79d36c88330b77 | |
| parent | 47ee448d9db085261d58765f733a48673a919a8c (diff) | |
update to 7.3.0beta1
bump API numbers
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 12 | 
2 files changed, 10 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -===== 7.3.0alpha4 (2018-07-19) +===== 7.3.0beta2 (2018-08-16)  $ grep -r 'Tests failed' /var/lib/mock/scl73*/build.log @@ -22,8 +22,8 @@  %endif  # API/ABI check -%global apiver      20180606 -%global zendver     20180606 +%global apiver      20180731 +%global zendver     20180731  %global pdover      20170320  # Extension version  %global oci8ver     2.1.8 @@ -125,7 +125,7 @@  %endif  %global upver        7.3.0 -%global rcver        alpha4 +%global rcver        beta2  Summary: PHP scripting language for creating dynamic web sites  Name: %{?scl_prefix}php @@ -183,6 +183,7 @@ Patch47: php-5.6.3-phpinfo.patch  Patch91: php-7.2.0-oci8conf.patch  # Upstream fixes (100+) +Patch100: php-upstream.patch  # Security fixes (200+) @@ -923,6 +924,7 @@ low-level PHP extension for the libsodium cryptographic library.  %patch91 -p1 -b .remi-oci8  # upstream patches +%patch100 -p1 -b .up  # security patches @@ -1857,6 +1859,10 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 7.3.0~beta1-1 +- update to 7.3.0beta1 +- bump API numbers +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 7.3.0~alpha4-1  - update to 7.3.0alpha4 | 
