5.6.23RC1
This commit is contained in:
parent
90f91bcf53
commit
d6cb6de850
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@ php-5.5.*.xz
|
|||||||
/php-5.6.21-strip.tar.xz
|
/php-5.6.21-strip.tar.xz
|
||||||
/php-5.6.22RC1-strip.tar.xz
|
/php-5.6.22RC1-strip.tar.xz
|
||||||
/php-5.6.22-strip.tar.xz
|
/php-5.6.22-strip.tar.xz
|
||||||
|
/php-5.6.23RC1-strip.tar.xz
|
||||||
|
9
php.spec
9
php.spec
@ -64,12 +64,12 @@
|
|||||||
%global db_devel libdb-devel
|
%global db_devel libdb-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#global rcver RC1
|
%global rcver RC1
|
||||||
%global rpmrel 2
|
%global rpmrel 1
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.22
|
Version: 5.6.23
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -1479,6 +1479,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 9 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-0.1.RC1
|
||||||
|
- update to 5.6.23RC1
|
||||||
|
|
||||||
* Fri May 27 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-2
|
* Fri May 27 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-2
|
||||||
- drop unneeded option --with-vpx-dir, fix FTBFS, thanks Koschei
|
- drop unneeded option --with-vpx-dir, fix FTBFS, thanks Koschei
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user