From 5c09b0ea726872acb15f27dd9d9b953afef9c280 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Oct 2022 07:29:58 +0200 Subject: update to 0.1.2 --- PHPINFO | 2 ++ REFLECTION | 2 +- php-pecl-bsdiff.spec | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/PHPINFO b/PHPINFO index e714ee5..598ff5e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,3 +2,5 @@ bsdiff bsdiff support => enabled +bsdiff version => 0.1.2 +BZip2 version => 1.0.8, 13-Jul-2019 diff --git a/REFLECTION b/REFLECTION index e7bdd69..b742ac1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 bsdiff version 0.1.1 ] { +Extension [ extension #72 bsdiff version 0.1.2 ] { - Functions { Function [ 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 - 0.1.2-1 +- update to 0.1.2 + * Mon Oct 10 2022 Remi Collet - 0.1.1-1 - initial package -- cgit