summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-02 09:09:34 +0100
committerRemi Collet <remi@php.net>2025-12-02 09:09:34 +0100
commit760cc6500e4708cfcf061178bb3486111d9a230d (patch)
treef344dd45f30d8063ba45b67cdd0d81cad09f6c7f /php-brotli.spec
parent496d92ef17ae765df91d2c17fe270fd1dca92b47 (diff)
update to 0.18.3HEADmaster
Diffstat (limited to 'php-brotli.spec')
-rw-r--r--php-brotli.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-brotli.spec b/php-brotli.spec
index 469acfa..be24f0b 100644
--- a/php-brotli.spec
+++ b/php-brotli.spec
@@ -23,8 +23,8 @@
Summary: Brotli Extension for PHP
Name: %{?scl_prefix}php-%{pecl_name}
-Version: 0.18.2
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.18.3
+Release: 1%{?dist}
License: MIT
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -42,10 +42,13 @@ Provides: bundled(brotli) = 1.1.0
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
+
+# PECL
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
+# PIE
Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}
Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version}
@@ -204,6 +207,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 0.18.3-1
+- update to 0.18.3
+
* Mon Aug 18 2025 Remi Collet <remi@remirepo.net> - 0.18.2-1
- update to 0.18.2