This commit is contained in:
Remi Collet 2016-06-22 07:51:04 +02:00
parent 224b7a044b
commit 3400d2fb77
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -72,3 +72,5 @@ php-5.5.*.xz
/php-5.6.21-strip.tar.xz
/php-5.6.22RC1-strip.tar.xz
/php-5.6.22-strip.tar.xz
/php-5.6.23RC1-strip.tar.xz
/php-5.6.23-strip.tar.xz

View File

@ -69,7 +69,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.6.22
Version: 5.6.23
%if 0%{?rcver:1}
Release: 0.%{rpmrel}.%{rcver}%{?dist}
%else
@ -874,7 +874,6 @@ ln -sf ../configure
--with-freetype-dir=%{_prefix} \
--with-png-dir=%{_prefix} \
--with-xpm-dir=%{_prefix} \
--with-vpx-dir=%{_prefix} \
--enable-gd-native-ttf \
--with-t1lib=%{_prefix} \
--without-gdbm \
@ -1480,6 +1479,10 @@ rm -f README.{Zeus,QNX,CVS-RULES}
%changelog
* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 5.6.23-1
- Update to 5.6.23 - http://www.php.net/releases/5_6_23.php
- drop unneeded option --with-vpx-dir, fix FTBFS, thanks Koschei
* Thu May 26 2016 Remi Collet <remi@fedoraproject.org> 5.6.22-1
- Update to 5.6.22 - http://www.php.net/releases/5_6_22.php

View File

@ -1 +1 @@
3f9cbd96bbd00b7f5d91808e400d0852 php-5.6.22-strip.tar.xz
1653f194fb5887f1cdbe6b751ee9cd3d php-5.6.23-strip.tar.xz