summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-23 12:05:39 +0200
committerRemi Collet <remi@remirepo.net>2021-07-23 12:05:39 +0200
commitee94c3459a9d61a6e20b8f64612f0681b9d0633c (patch)
tree724afd82107e53ae35cb6c2f878f0d9c4cf26153 /php-pecl-memcached.spec
parent523246f0321476672349c4b1b7cb97e3fe68ccfb (diff)
add patch for PHP 8.1.0beta1 from
https://github.com/php-memcached-dev/php-memcached/pull/487
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)