diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-18 15:22:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-18 15:22:07 +0200 |
commit | 2b18d25827de849c1764cd61a5d6d966e2ccdd51 (patch) | |
tree | 186ef8dab37d81f960ffcf37a0fb848fd6e41733 /php-pecl-scrypt.spec | |
parent | 75018be7bbfe8051a82cd5939da5c2f0fc155c61 (diff) |
php-pecl-scrypt: add patch for PHP 7
Diffstat (limited to 'php-pecl-scrypt.spec')
-rw-r--r-- | php-pecl-scrypt.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/php-pecl-scrypt.spec b/php-pecl-scrypt.spec index a63d15f..233817c 100644 --- a/php-pecl-scrypt.spec +++ b/php-pecl-scrypt.spec @@ -32,6 +32,8 @@ Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Patch0: %{pecl_name}-pr47.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel > 5.3 BuildRequires: %{?scl_prefix}php-pear @@ -93,6 +95,7 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS +%patch0 -p1 -b .pr47 # Sanity check, really often broken extver=$(sed -n '/#define PHP_SCRYPT_VERSION/{s/.* "//;s/".*$//;p}' php_scrypt.h) @@ -189,7 +192,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} @@ -204,7 +207,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 @@ -230,6 +233,8 @@ rm -rf %{buildroot} %changelog * Wed May 18 2016 Remi Collet <remi@fedoraproject.org> - 1.4-1 - Update to 1.4 (php 5 and 7, stable) +- open https://github.com/DomBlack/php-scrypt/issues/46 failed test +- add patch from https://github.com/DomBlack/php-scrypt/pull/47 * Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 1.3-2 - adapt for F24 |