summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-27 14:58:42 +0200
committerRemi Collet <remi@remirepo.net>2021-07-27 14:58:42 +0200
commit2007bb1b4b03104a2a587a3432562f6a540567bb (patch)
tree66495ecd13b226fafdad58556661e38ff09c6408 /php-pecl-memcached.spec
parentee94c3459a9d61a6e20b8f64612f0681b9d0633c (diff)
add patch to report about libmemcached-awesome from
https://github.com/php-memcached-dev/php-memcached/pull/488
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index 7cc45d1..e0d63fa 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -33,7 +33,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: %{?sub_prefix}php-pecl-memcached
Version: 3.1.5
-Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
@@ -49,6 +49,7 @@ Patch6: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php
Patch7: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php-memcached/pull/473.patch
Patch8: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php-memcached/pull/486.patch
Patch9: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php-memcached/pull/487.patch
+Patch10: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php-memcached/pull/488.patch
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7
@@ -177,6 +178,7 @@ cd NTS
%patch8 -p1 -b .pr486
%patch9 -p1 -b .pr486
%endif
+%patch10 -p1 -b .pr488
%if %{with fastlz}
rm -r fastlz
@@ -377,6 +379,10 @@ exit $ret
%changelog
+* Tue Jul 27 2021 Remi Collet <remi@remirepo.net> - 3.1.5-10
+- add patch to report about libmemcached-awesome from
+ https://github.com/php-memcached-dev/php-memcached/pull/488
+
* Fri Jul 23 2021 Remi Collet <remi@remirepo.net> - 3.1.5-9
- add patch for PHP 8.1.0beta1 from
https://github.com/php-memcached-dev/php-memcached/pull/487