summaryrefslogtreecommitdiffstats
path: root/php-pecl-excimer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-excimer.spec')
-rw-r--r--php-pecl-excimer.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec
index 6d93065..d2a5905 100644
--- a/php-pecl-excimer.spec
+++ b/php-pecl-excimer.spec
@@ -1,6 +1,6 @@
# spec file for php-pecl-excimer
#
-# Copyright (c) 2021-2023 Remi Collet
+# Copyright (c) 2021-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -20,8 +20,8 @@
Summary: Interrupting timer and low-overhead sampling profiler
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.1.1
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.2.0
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: Apache-2.0
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{sources}.tgz
@@ -74,6 +74,9 @@ mkdir ZTS
cat > %{ini_name} << 'EOF'
; Enable %{pecl_name} extension module
extension=%{pecl_name}.so
+
+; Configuration
+;excimer.default_max_depth = 1000
EOF
@@ -195,6 +198,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Wed Feb 28 2024 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 1.1.1-2
- build out of sources tree