update to 5.4.12RC2

This commit is contained in:
Remi Collet 2013-02-13 10:10:29 +01:00
parent e4ac5956e1
commit 7709868a7e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
d2b071166062f6008c34d76718773f0a php-5.4.12RC1.tar.bz2 3514ae4a9459bc435987c0c29c660aca php-5.4.12RC2.tar.bz2