summaryrefslogtreecommitdiffstats
path: root/php-pecl-rpminfo.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-10 10:54:49 +0100
committerRemi Collet <remi@php.net>2023-11-10 10:54:49 +0100
commit703626e8ebc0ed85a81ebb8e5ac725123ee6b3e6 (patch)
tree3cf6dafc07a5b157394404f274832b4663595898 /php-pecl-rpminfo.spec
parente64d3b6eb6c7bef678b5aeb8a6b633daf6024511 (diff)
update to 1.1.0HEADmaster
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r--php-pecl-rpminfo.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec
index 2318183..2df4c20 100644
--- a/php-pecl-rpminfo.spec
+++ b/php-pecl-rpminfo.spec
@@ -19,7 +19,7 @@
Summary: RPM information
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.1
+Version: 1.1.0
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP-3.01
URL: https://pecl.php.net/package/%{pecl_name}
@@ -171,7 +171,7 @@ TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__php} -n run-tests.php --show-diff
+%{__php} -n run-tests.php --show-diff %{?_smp_mflags}
%endif
%if %{with_zts}
@@ -186,7 +186,7 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \
TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \
NO_INTERACTION=1 \
REPORT_EXIT_STATUS=1 \
-%{__ztsphp} -n run-tests.php --show-diff
+%{__ztsphp} -n run-tests.php --show-diff %{?_smp_mflags}
%endif
%endif
@@ -206,6 +206,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Nov 10 2023 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
* Fri Oct 13 2023 Remi Collet <remi@remirepo.net> - 1.0.1-1
- update to 1.0.1