update to 5.5.0RC3

This commit is contained in:
Remi Collet 2013-06-06 09:41:15 +02:00
parent 98603bc195
commit 14cb779051
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
767599568ea94f16b9da7e05214d53c7 php-5.5.0RC2.tar.xz 1221aff0c050611d5ec04d73349f9db6 php-5.5.0RC3.tar.xz