summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
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 6e732aa..7cc45d1 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: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
@@ -48,6 +48,7 @@ Patch5: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php
Patch6: https://patch-diff.githubusercontent.com/raw/php-memcached-dev/php-memcached/pull/472.patch
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
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7
@@ -174,6 +175,7 @@ cd NTS
%patch6 -p1 -b .pr472
%patch7 -p1 -b .pr473
%patch8 -p1 -b .pr486
+%patch9 -p1 -b .pr486
%endif
%if %{with fastlz}
@@ -375,6 +377,10 @@ exit $ret
%changelog
+* 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
+
* Tue Jul 13 2021 Remi Collet <remi@remirepo.net> - 3.1.5-8
- rebuild using remi-libmemcached-awesome (relocated on /opt/remi)