update to 5.6.8RC1 for Koschei
This commit is contained in:
parent
3bc0278791
commit
824261ec8a
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ php-5.5.*.xz
|
||||
/php-5.6.6-strip.tar.xz
|
||||
/php-5.6.7RC1-strip.tar.xz
|
||||
/php-5.6.7-strip.tar.xz
|
||||
/php-5.6.8RC1-strip.tar.xz
|
||||
|
14
php.spec
14
php.spec
@ -57,12 +57,17 @@
|
||||
%global db_devel libdb-devel
|
||||
%endif
|
||||
|
||||
#global rcver RC1
|
||||
%global rcver RC1
|
||||
%global rpmrel 1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: 5.6.7
|
||||
Release: 2%{?dist}
|
||||
Version: 5.6.8
|
||||
%if 0%{?rcver:1}
|
||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
||||
%else
|
||||
Release: %{rpmrel}%{?dist}
|
||||
%endif
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
# TSRM is licensed under BSD
|
||||
@ -1473,6 +1478,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 1 2015 Remi Collet <remi@fedoraproject.org> 5.6.8-0.1.RC1
|
||||
- update to 5.6.8RC1
|
||||
|
||||
* Fri Mar 20 2015 Remi Collet <remi@fedoraproject.org> 5.6.7-2
|
||||
- Update to 5.6.7
|
||||
http://www.php.net/releases/5_6_7.php
|
||||
|
Loading…
Reference in New Issue
Block a user