summaryrefslogtreecommitdiffstats
path: root/php-pecl-ev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-02 14:02:30 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-02 14:02:30 +0100
commit4ca8c386ccc43a7fd48cb449d6c7127d074d6b4c (patch)
tree5393985147192185c99b65e84f5976e398002a37 /php-pecl-ev.spec
parente0f59065e4cb8527ab46fb258e69917e9ef02ca5 (diff)
php-pecl-ev: 1.0.4
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r--php-pecl-ev.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec
index d039407..d3b6394 100644
--- a/php-pecl-ev.spec
+++ b/php-pecl-ev.spec
@@ -27,8 +27,8 @@
Summary: Provides interface to libev library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.3
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.0.4
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -188,20 +188,20 @@ fi
%check
-DEPMOD=
+DEPMOD="-n"
[ -f %{php_extdir}/sockets.so ] && DEPMOD="$DEPMOD -d extension=sockets.so"
[ -f %{php_extdir}/posix.so ] && DEPMOD="$DEPMOD -d extension=posix.so"
: Minimal load test for NTS extension
cd NTS
-%{_bindir}/php --no-php-ini \
+%{_bindir}/php \
$DEPMOD \
--define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
--modules | grep %{pecl_name}
: Upstream test suite for NTS extension
TEST_PHP_EXECUTABLE=%{_bindir}/php \
-TEST_PHP_ARGS="-n $DEPMOD -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
+TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
%{_bindir}/php -n run-tests.php --show-diff
@@ -211,14 +211,14 @@ REPORT_EXIT_STATUS=1 \
: Minimal load test for ZTS extension
cd ../ZTS
-%{__ztsphp} --no-php-ini \
+%{__ztsphp} \
$DEPMOD \
--define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
--modules | grep %{pecl_name}
: Upstream test suite for ZTS extension
TEST_PHP_EXECUTABLE=%{__ztsphp} \
-TEST_PHP_ARGS="-n $DEPMOD -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
+TEST_PHP_ARGS="$DEPMOD -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
%{__ztsphp} -n run-tests.php --show-diff
@@ -245,6 +245,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Dec 2 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-3
- rebuild with PHP 7.1.0 GA