summaryrefslogtreecommitdiffstats
path: root/php-pecl-memcached.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 08:53:34 +0200
committerRemi Collet <remi@php.net>2023-08-30 08:53:34 +0200
commitd05c495441da42a28a3465cc35495785510c2e7a (patch)
tree6a5175a34ca102cb30909dfd89d979f2d8ab6798 /php-pecl-memcached.spec
parentb0c12a8c38a8aabdb31efd03fc1930a70746a799 (diff)
rebuild for PHP 8.3.0RC1
Diffstat (limited to 'php-pecl-memcached.spec')
-rw-r--r--php-pecl-memcached.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec
index c7b8d0a..55f8d2e 100644
--- a/php-pecl-memcached.spec
+++ b/php-pecl-memcached.spec
@@ -39,7 +39,7 @@
Summary: Extension to work with the Memcached caching daemon
Name: %{?scl_prefix}php-pecl-memcached
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
URL: https://pecl.php.net/package/%{pecl_name}
@@ -294,13 +294,13 @@ OPT="-n"
: Minimal load test for NTS extension
%{__php} $OPT \
-d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%if %{with_zts}
: Minimal load test for ZTS extension
%{__ztsphp} $OPT \
-d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
+ --modules | grep '^%{pecl_name}$'
%endif
%if %{with tests}
@@ -360,6 +360,9 @@ exit $ret
%changelog
+* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 3.2.0-7
+- rebuild for PHP 8.3.0RC1
+
* Wed Jul 12 2023 Remi Collet <remi@remirepo.net> - 3.2.0-6
- build out of sources tree