diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-13 13:54:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-13 13:54:37 +0100 |
commit | 9deab1d46c81e3eb56d332a7a14fff79e341aa19 (patch) | |
tree | de2c9db390bab1182eb7914ce6e9ed9d847cc5dd /php-pecl-dio-dev.spec | |
parent | 28d35f74156914f51a43aa3eaa3929f5786cef64 (diff) |
php-pecl-dio: 0.0.9
Diffstat (limited to 'php-pecl-dio-dev.spec')
-rw-r--r-- | php-pecl-dio-dev.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-dio-dev.spec b/php-pecl-dio-dev.spec index da81c76..4a1abd1 100644 --- a/php-pecl-dio-dev.spec +++ b/php-pecl-dio-dev.spec @@ -19,8 +19,8 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.0.8 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.0.9 +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -193,7 +193,7 @@ TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php +%{__php} -n run-tests.php --show-diff %if %{with_zts} @@ -208,7 +208,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \ NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php +%{__ztsphp} -n run-tests.php --show-diff %endif @@ -232,6 +232,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 0.0.9-2 +- update to 0.0.9 + * Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 0.0.8-1 - update to 0.0.8 |