From 46a9449599ec7f474188f7335e9ebe7a0d28ff14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Nov 2024 07:15:11 +0100 Subject: update to 0.15.2 --- php-brotli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-brotli.spec') diff --git a/php-brotli.spec b/php-brotli.spec index cf81140..489b93e 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -21,7 +21,7 @@ Summary: Brotli Extension for PHP Name: %{?scl_prefix}php-%{pecl_name} -Version: 0.15.1 +Version: 0.15.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} @@ -199,6 +199,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Nov 8 2024 Remi Collet - 0.15.2-1 +- update to 0.15.2 + * Wed Nov 6 2024 Remi Collet - 0.15.1-1 - update to 0.15.1 -- cgit