summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached-php7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-memcached-php7.spec')
-rw-r--r--php-pecl-memcached-php7.spec15
1 files changed, 5 insertions, 10 deletions
diff --git a/php-pecl-memcached-php7.spec b/php-pecl-memcached-php7.spec
index bdd3b98..4e5181c 100644
--- a/php-pecl-memcached-php7.spec
+++ b/php-pecl-memcached-php7.spec
@@ -26,19 +26,13 @@
Summary: Extension to work with the Memcached caching daemon
Name: %{?sub_prefix}php-pecl-memcached
-Version: 3.0.1
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 3.0.2
+Release: 1%{?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
BuildRequires: %{?scl_prefix}php-devel >= 7
BuildRequires: %{?scl_prefix}php-pear
@@ -136,8 +130,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-cp %{SOURCE1} %{SOURCE2} %{SOURCE3} tests/
-%patch0 -p1 -b .pr319
%if %{with_fastlz}
rm -r fastlz
@@ -341,6 +333,9 @@ exit $ret
%changelog
+* Mon Feb 13 2017 Remi Collet <remi@fedoraproject.org> - 3.0.2-1
+- update to 3.0.2 (php 7, stable)
+
* 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