From 93003f01e8bfb4ba370c03bf3b1b912c6eec281e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:27:20 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-memcache.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-memcache.spec') diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 57cad3c..aaa1ff5 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -21,7 +21,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcache Version: 8.0 -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;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -283,6 +283,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 8.0-3 +- rebuild for 8.1.0RC1 + * Thu Jun 10 2021 Remi Collet - 8.0-2 - add patch for PHP 8.1 from https://github.com/websupport-sk/pecl-memcache/pull/88 -- cgit