Skip to content

Commit

Permalink
php-pecl-dio: 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Dec 13, 2016
1 parent 8814fba commit 3b4d777
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion php/pecl/php-pecl-dio/REFLECTION
@@ -1,4 +1,4 @@
Extension [ <persistent> extension #80 dio version 0.0.8 ] {
Extension [ <persistent> extension #80 dio version 0.0.9 ] {

- Constants [36] {
Constant [ integer O_RDONLY ] { 0 }
Expand Down
11 changes: 7 additions & 4 deletions php/pecl/php-pecl-dio/php-pecl-dio-dev.spec
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand All @@ -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


Expand All @@ -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

Expand Down
12 changes: 7 additions & 5 deletions php/pecl/php-pecl-dio/php-pecl-dio.spec
Expand Up @@ -19,8 +19,8 @@

Summary: Direct I/O functions
Name: php-pecl-%{pecl_name}
Version: 0.0.8
Release: 2%{?dist}
Version: 0.0.9
Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Expand Down Expand Up @@ -61,7 +61,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml

cd NTS

# Sanity check, really often broken
extver=$(sed -n '/#define PHP_DIO_VERSION/{s/.* "//;s/".*$//;p}' php7/php_dio.h)
if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then
Expand Down Expand Up @@ -155,7 +154,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}
Expand All @@ -170,7 +169,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


Expand All @@ -188,6 +187,9 @@ REPORT_EXIT_STATUS=1 \


%changelog
* Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 0.0.9-1
- update to 0.0.9

* Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 0.0.8-2
- cleanup for Fedora review

Expand Down

0 comments on commit 3b4d777

Please sign in to comment.