diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-09 16:01:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-09 16:01:24 +0100 |
commit | c65efaa60905db2be99e1c298aaf826003693f5d (patch) | |
tree | 5010133d94ae941a5e102fa112d7b275ba17556a /php-pecl-memcached-php7.spec | |
parent | c52f0a87b5c5ad2d581c201bcb9af100c8c3d49c (diff) |
php-pecl-memcached: test build
Diffstat (limited to 'php-pecl-memcached-php7.spec')
-rw-r--r-- | php-pecl-memcached-php7.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-memcached-php7.spec b/php-pecl-memcached-php7.spec index 8027ef8..bdd3b98 100644 --- a/php-pecl-memcached-php7.spec +++ b/php-pecl-memcached-php7.spec @@ -27,12 +27,15 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: 3.0.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +Source1: skipif.inc +Source2: incrdecr_64.phpt +Source3: incrdecr_bykey_64.phpt # https://github.com/php-memcached-dev/php-memcached/pull/319 Patch0: %{pecl_name}-pr319.patch @@ -133,6 +136,7 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS +cp %{SOURCE1} %{SOURCE2} %{SOURCE3} tests/ %patch0 -p1 -b .pr319 %if %{with_fastlz} @@ -337,6 +341,9 @@ exit $ret %changelog +* Thu Feb 9 2017 Remi Collet <remi@fedoraproject.org> - 3.0.1-3 +- test build for https://github.com/php-memcached-dev/php-memcached/pull/320 + * Thu Feb 9 2017 Remi Collet <remi@fedoraproject.org> - 3.0.1-2 - switch to pecl sources - enable test suite |