diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ion.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,5 +2,5 @@ ion ion support => enabled -ion version => 0.2.0 +ion version => 0.2.1 ion-c version => unknown @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #86 ion version 0.2.0 ] { +Extension [ <persistent> extension #86 ion version 0.2.1 ] { - Dependencies { Dependency [ date (Required) ] diff --git a/php-pecl-ion.spec b/php-pecl-ion.spec index b41adbf..ed142d4 100644 --- a/php-pecl-ion.spec +++ b/php-pecl-ion.spec @@ -23,16 +23,16 @@ %global pecl_name ion %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.2.0 +%global upstream_version 0.2.1 #global upstream_prever a1 # Bundled library https://github.com/amzn/ion-c/releases # see https://github.com/awesomized/ext-ion for used commit reference -%global gh_commit fcbfeaed29a39de03efdc3d2bc825a425312ecf7 +%global gh_commit ab2aba07639fcc0707a4e95f2e9707a13e9fab0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner amzn %global gh_project ion-c -%global gh_version 1.4.0 +%global gh_version 1.0.6 Summary: Amazon ION support Name: %{?scl_prefix}php-pecl-%{pecl_name} @@ -223,6 +223,9 @@ fi %changelog +* Tue May 31 2022 Remi Collet <remi@remirepo.net> - 0.2.1-1 +- update to 0.2.1 + * Fri May 13 2022 Remi Collet <remi@remirepo.net> - 0.2.0-1 - update to 0.2.0 |