update to 5.5.0RC3
This commit is contained in:
parent
98603bc195
commit
14cb779051
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ php-5.4.*.bz2
|
|||||||
/php-5.5.0beta4.tar.xz
|
/php-5.5.0beta4.tar.xz
|
||||||
/php-5.5.0RC1.tar.xz
|
/php-5.5.0RC1.tar.xz
|
||||||
/php-5.5.0RC2.tar.xz
|
/php-5.5.0RC2.tar.xz
|
||||||
|
/php-5.5.0RC3.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 RC2
|
%global rcver RC3
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.5.0
|
Version: 5.5.0
|
||||||
Release: 0.7.%{rcver}%{?dist}
|
Release: 0.8.%{rcver}%{?dist}
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
# TSRM is licensed under BSD
|
# TSRM is licensed under BSD
|
||||||
@ -1584,6 +1584,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 6 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.8.RC3
|
||||||
|
- update to 5.5.0RC3
|
||||||
|
|
||||||
* Thu May 23 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.7.RC2
|
* Thu May 23 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.7.RC2
|
||||||
- update to 5.5.0RC2
|
- update to 5.5.0RC2
|
||||||
- add missing options in php-fpm.conf
|
- add missing options in php-fpm.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user