update to 5.5.0 finale
This commit is contained in:
parent
ef48bfff93
commit
8025efc074
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ php-5.4.*.bz2
|
||||
/php-5.5.0RC2.tar.xz
|
||||
/php-5.5.0RC3.tar.xz
|
||||
/php-5.5.0RC3-strip.tar.xz
|
||||
/php-5.5.0-strip.tar.xz
|
||||
|
7
php.spec
7
php.spec
@ -64,12 +64,12 @@
|
||||
%global db_devel libdb-devel
|
||||
%endif
|
||||
|
||||
%global rcver RC3
|
||||
#global rcver RC3
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 5.5.0
|
||||
Release: 0.11.%{rcver}%{?dist}
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -1525,6 +1525,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 20 2013 Remi Collet <rcollet@redhat.com> 5.5.0-1
|
||||
- update to 5.5.0 final
|
||||
|
||||
* Fri Jun 14 2013 Remi Collet <rcollet@redhat.com> 5.5.0-0.11.RC3
|
||||
- also drop JSON from sources
|
||||
- clean conditional for JSON (as removed from the sources)
|
||||
|
Loading…
Reference in New Issue
Block a user