diff options
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-druid.spec | 5 | 
2 files changed, 9 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #156 Druid version 0.9.0 ] { +Extension [ <persistent> extension #157 Druid version 0.9.2 ] {    - Dependencies {      Dependency [ curl (Required) ] @@ -35,8 +35,9 @@ Extension [ <persistent> extension #156 Druid version 0.9.0 ] {    - Classes [1] {      Class [ <internal:Druid> class Druid ] { -      - Constants [1] { +      - Constants [2] {          Constant [ string DRUID_CONTENT_TYPE ] { Content-Type:application/json } +        Constant [ string DRUID_INSTANCE_DEFAULT ] { default }        }        - Static properties [1] { @@ -46,7 +47,8 @@ Extension [ <persistent> extension #156 Druid version 0.9.0 ] {        - Static methods [1] {          Method [ <internal:Druid> static public method getInstance ] { -          - Parameters [0] { +          - Parameters [1] { +            Parameter #0 [ <required> $instance_name ]            }          }        } diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index dd2c105..b162f89 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -24,7 +24,7 @@  Summary:        A Druid driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        0.9.0 +Version:        0.9.2  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0  Group:          Development/Languages @@ -239,6 +239,9 @@ rm -rf %{buildroot}  %changelog +* Mon Jan 09 2017 Remi Collet <remi@fedoraproject.org> - 0.9.2-1 +- Update to 0.9.2 +  * Tue Dec 27 2016 Remi Collet <remi@fedoraproject.org> - 0.9.0-1  - update to 0.9.0 (stable)  | 
