update to 5.4.12RC2
This commit is contained in:
parent
e4ac5956e1
commit
7709868a7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ php-5.3*.bz2
|
|||||||
/php-5.4.11RC1.tar.bz2
|
/php-5.4.11RC1.tar.bz2
|
||||||
/php-5.4.11.tar.bz2
|
/php-5.4.11.tar.bz2
|
||||||
/php-5.4.12RC1.tar.bz2
|
/php-5.4.12RC1.tar.bz2
|
||||||
|
/php-5.4.12RC2.tar.bz2
|
||||||
|
7
php.spec
7
php.spec
@ -53,12 +53,12 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rcver RC1
|
%global rcver RC2
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.4.12
|
Version: 5.4.12
|
||||||
Release: 0.4.RC1%{?dist}
|
Release: 0.5.RC2%{?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
|
||||||
@ -1412,6 +1412,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 13 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.5.RC2
|
||||||
|
- update to 5.4.12RC2
|
||||||
|
|
||||||
* Mon Feb 11 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.4.RC1
|
* Mon Feb 11 2013 Remi Collet <rcollet@redhat.com> 5.4.12-0.4.RC1
|
||||||
- upstream patch (5.4.13) to fix dval to lval conversion
|
- upstream patch (5.4.13) to fix dval to lval conversion
|
||||||
https://bugs.php.net/64142
|
https://bugs.php.net/64142
|
||||||
|
Loading…
Reference in New Issue
Block a user