summaryrefslogtreecommitdiffstats
path: root/php-pecl-parallel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-parallel.spec')
-rw-r--r--php-pecl-parallel.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec
index 4f5d75f..9506aab 100644
--- a/php-pecl-parallel.spec
+++ b/php-pecl-parallel.spec
@@ -15,7 +15,7 @@
Summary: Parallel concurrency API
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.2.3
+Version: 1.2.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
@@ -114,7 +114,7 @@ cd %{pecl_name}-%{version}
TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \
SKIP_ONLINE_TESTS=1 \
-%{_bindir}/zts-php -n -q run-tests.php --show-diff
+%{_bindir}/zts-php -n -q run-tests.php --show-diff %{?_smp_mflags}
%endif
@@ -128,6 +128,9 @@ SKIP_ONLINE_TESTS=1 \
%changelog
+* Mon Aug 26 2024 Remi Collet <remi@remirepo.net> - 1.2.4-1
+- update to 1.2.4
+
* Mon Jul 22 2024 Remi Collet <remi@remirepo.net> - 1.2.3-1
- update to 1.2.3