diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-bsdiff.spec | 5 |
3 files changed, 7 insertions, 2 deletions
@@ -2,3 +2,5 @@ bsdiff bsdiff support => enabled +bsdiff version => 0.1.2 +BZip2 version => 1.0.8, 13-Jul-2019 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 bsdiff version 0.1.1 ] { +Extension [ <persistent> extension #72 bsdiff version 0.1.2 ] { - Functions { Function [ <internal:bsdiff> function bsdiff_diff ] { diff --git a/php-pecl-bsdiff.spec b/php-pecl-bsdiff.spec index cb36841..b5fe6c1 100644 --- a/php-pecl-bsdiff.spec +++ b/php-pecl-bsdiff.spec @@ -19,7 +19,7 @@ Summary: The bsdiff extension for PHP Name: %{?scl_prefix}php-pecl-bsdiff -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -179,5 +179,8 @@ cd ../ZTS %changelog +* Thu Oct 13 2022 Remi Collet <remi@remirepo.net> - 0.1.2-1 +- update to 0.1.2 + * Mon Oct 10 2022 Remi Collet <remi@remirepo.net> - 0.1.1-1 - initial package |