Update to 7.0.17 - http://www.php.net/releases/7_0_17.php
This commit is contained in:
parent
a60ee096b2
commit
c5183a4527
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,5 @@
|
|||||||
clog
|
clog
|
||||||
php-5.3.*.bz2
|
*.md
|
||||||
php-5.4.*.bz2
|
|
||||||
php-5.5.*.xz
|
|
||||||
php-5.6.*.xz
|
php-5.6.*.xz
|
||||||
php-7.1.*.xz
|
php-7.1.*.xz
|
||||||
/php-7.0.8.tar.xz
|
/php-7.0.8.tar.xz
|
||||||
@ -17,3 +15,4 @@ php-7.1.*.xz
|
|||||||
/php-7.0.15.tar.xz
|
/php-7.0.15.tar.xz
|
||||||
/php-7.0.16.tar.xz
|
/php-7.0.16.tar.xz
|
||||||
/php-7.0.17RC1.tar.xz
|
/php-7.0.17RC1.tar.xz
|
||||||
|
/php-7.0.17.tar.xz
|
||||||
|
@ -8,7 +8,6 @@ After=syslog.target network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
PIDFile=/run/php-fpm/php-fpm.pid
|
|
||||||
ExecStart=/usr/sbin/php-fpm --nodaemonize
|
ExecStart=/usr/sbin/php-fpm --nodaemonize
|
||||||
ExecReload=/bin/kill -USR2 $MAINPID
|
ExecReload=/bin/kill -USR2 $MAINPID
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
5
php.spec
5
php.spec
@ -58,7 +58,7 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rcver RC1
|
#global rcver RC1
|
||||||
%global rpmrel 1
|
%global rpmrel 1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
@ -1486,6 +1486,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 15 2017 Remi Collet <remi@fedoraproject.org> 7.0.17-1
|
||||||
|
- Update to 7.0.17 - http://www.php.net/releases/7_0_17.php
|
||||||
|
|
||||||
* Tue Feb 28 2017 Remi Collet <remi@fedoraproject.org> 7.0.17-0.1.RC1
|
* Tue Feb 28 2017 Remi Collet <remi@fedoraproject.org> 7.0.17-0.1.RC1
|
||||||
- Update to 7.0.17RC1
|
- Update to 7.0.17RC1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (php-7.0.17RC1.tar.xz) = 383f94911b0d35038c2800f0ca89dea4ffe62e3e25ce5fefca3e3e1066190c2630c7f3d08fe04c3ee92951873195dd6717f3e0814fb3fbdaac9a36038ad6fd8d
|
SHA512 (php-7.0.17.tar.xz) = 9d8072a958046a554f242be1fa6f857b4d9605e383fc21078181249a37c24a1ea0ec70de808ac3e174b51e7ecd1e12bdc49da37a357610813388e5328c8c8816
|
||||||
|
Loading…
Reference in New Issue
Block a user