diff options
Diffstat (limited to 'php-snuffleupagus.spec')
-rw-r--r-- | php-snuffleupagus.spec | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/php-snuffleupagus.spec b/php-snuffleupagus.spec index 3181e62..d2263b7 100644 --- a/php-snuffleupagus.spec +++ b/php-snuffleupagus.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-snuffleupagus # -# Copyright (c) 2018-2023 Remi Collet +# Copyright (c) 2018-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -16,7 +16,7 @@ %bcond_without tests -%global gh_commit cb3d7aed877ce2a0952c00f1950d57c72d664b49 +%global gh_commit 0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jvoisin %global gh_project snuffleupagus @@ -31,7 +31,7 @@ Summary: Security module for PHP Name: %{?scl_prefix}php-snuffleupagus -Version: 0.10.0 +Version: 0.11.0 %if 0%{?gh_date} Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -194,19 +194,10 @@ REPORT_EXIT_STATUS=1 \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ --define sp.allow_broken_configuration=1 \ --modules | grep %{pecl_name} - -%if %{with tests} -: Upstream test suite for ZTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="-n $TEST_DEPS -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ -REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php -q --show-diff -%endif %endif %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -221,6 +212,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Sep 6 2024 Remi Collet <remi@remirepo.net> - 0.11.0-1 +- update to 0.11.0 + * Wed Sep 20 2023 Remi Collet <remi@remirepo.net> - 0.10.0-1 - update to 0.10.0 |