summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-13 07:29:58 +0200
committerRemi Collet <remi@php.net>2022-10-13 07:29:58 +0200
commit5c09b0ea726872acb15f27dd9d9b953afef9c280 (patch)
tree8dcce7f0c427024643a89ff3d7359168e28ceba0
parent37665f8f02b93378134cbdba046fee570812251a (diff)
update to 0.1.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-bsdiff.spec5
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 [ <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