Merge branch 'master' into f31
This commit is contained in:
commit
38bf35ed49
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@ php-5.*.xz
|
||||
php-7.*.xz
|
||||
/opcache-default.blacklist
|
||||
/php-7.3.9.tar.xz.asc
|
||||
/php-7.3.10RC1.tar.xz.asc
|
||||
/php-7.3.10.tar.xz.asc
|
||||
|
6
php.spec
6
php.spec
@ -10,7 +10,6 @@
|
||||
%global apiver 20180731
|
||||
%global zendver 20180731
|
||||
%global pdover 20170320
|
||||
# Extension version
|
||||
%global jsonver 1.7.0
|
||||
|
||||
# we don't want -z defs linker flag
|
||||
@ -59,7 +58,7 @@
|
||||
%global with_lmdb 0
|
||||
%endif
|
||||
|
||||
%global upver 7.3.9
|
||||
%global upver 7.3.10
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -1577,6 +1576,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 24 2019 Remi Collet <remi@remirepo.net> - 7.3.10-1
|
||||
- Update to 7.3.10 - http://www.php.net/releases/7_3_10.php
|
||||
|
||||
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.3.9-1
|
||||
- Update to 7.3.9 - http://www.php.net/releases/7_3_9.php
|
||||
- add tarball signature check
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-7.3.9.tar.xz) = 017d2ae3cd499a7f6ee30111baf0a119e2f404919575acc5ae91fa6e53a303c9d1b5d165205eec3943c3547ff8759e21fbccc62845e3269176f6fc0f2ba88490
|
||||
SHA512 (php-7.3.9.tar.xz.asc) = 46e521ef3b37c8fffcdfeb823fba912d284ede5844c503849ea7eb4a27b849328a070e18e9efa6387ab52f7c872d88eb506b8d8b1a003c684d1c49d89de9ee6a
|
||||
SHA512 (php-7.3.10.tar.xz) = b6c5d439db015cf902cd1823a2cbd509221866a416fc02e0382322a15165fcd04d3fe5d6fa2a9efc37a69f2becf4453d5f1ccecf4b1f035b5be7a550f3f97fc9
|
||||
SHA512 (php-7.3.10.tar.xz.asc) = 9606b5931e51a697593d0afa956b48fa3a17201087aae5676531c86a74d4a94a58fd3d7a10b7c4b1f3e12f4c70a3a634b352b8bb4778e9a64386ecd3196d89ae
|
||||
|
Loading…
Reference in New Issue
Block a user