From f11886a465547f3289afafc14c928d1cade2de10 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:31:19 +0200 Subject: PHP 7.0.0RC5 --- php-pecl-apcu-dev.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/php-pecl-apcu-dev.spec b/php-pecl-apcu-dev.spec index a29149e..711bb2e 100644 --- a/php-pecl-apcu-dev.spec +++ b/php-pecl-apcu-dev.spec @@ -41,7 +41,7 @@ Name: %{?sub_prefix}php-pecl-apcu Summary: APC User Cache Version: 5.0.0 %if 0%{?gh_date:1} -Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -199,13 +199,15 @@ sed -e s:apc.conf.php:%{_sysconfdir}/apcu-panel/conf.php:g \ %build cd NTS %{_bindir}/phpize -%configure --with-php-config=%{_bindir}/php-config +%configure \ + --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} %if %{with_zts} cd ../ZTS %{_bindir}/zts-phpize -%configure --with-php-config=%{_bindir}/zts-php-config +%configure \ + --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif @@ -337,6 +339,10 @@ fi %changelog +* Tue Oct 13 2015 Remi Collet - 5.0.0-0.3.20150921gitea10226 +- rebuild for PHP 7.0.0RC5 new API version +- new snapshot + * Mon Sep 21 2015 Remi Collet - 5.0.0-0.2.20150921gitea10226 - new snapshot -- cgit