v 5.6.22RC1
This commit is contained in:
parent
4cb40e98aa
commit
9988f42955
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ php-5.5.*.xz
|
|||||||
/php-5.6.20-strip.tar.xz
|
/php-5.6.20-strip.tar.xz
|
||||||
/php-5.6.21RC1-strip.tar.xz
|
/php-5.6.21RC1-strip.tar.xz
|
||||||
/php-5.6.21-strip.tar.xz
|
/php-5.6.21-strip.tar.xz
|
||||||
|
/php-5.6.22RC1-strip.tar.xz
|
||||||
|
7
php.spec
7
php.spec
@ -64,12 +64,12 @@
|
|||||||
%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
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.21
|
Version: 5.6.22
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -1480,6 +1480,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 12 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-0.1.RC1
|
||||||
|
- update to 5.6.22RC1
|
||||||
|
|
||||||
* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> 5.6.21-1
|
* Thu Apr 28 2016 Remi Collet <remi@fedoraproject.org> 5.6.21-1
|
||||||
- Update to 5.6.21
|
- Update to 5.6.21
|
||||||
http://www.php.net/releases/5_6_21.php
|
http://www.php.net/releases/5_6_21.php
|
||||||
|
Loading…
Reference in New Issue
Block a user