diff options
| -rw-r--r-- | REFLECTION | 9 | ||||
| -rw-r--r-- | php-pecl-rpminfo.spec | 5 | 
2 files changed, 11 insertions, 3 deletions
@@ -1,11 +1,16 @@ -Extension [ <persistent> extension #128 rpminfo version 0.1.1 ] { +Extension [ <persistent> extension #129 rpminfo version 0.1.2 ] { + +  - Constants [1] { +    Constant [ string RPMVERSION ] { 4.14.1 } +  }    - Functions {      Function [ <internal:rpminfo> function rpminfo ] { -      - Parameters [2] { +      - Parameters [3] {          Parameter #0 [ <required> $path ]          Parameter #1 [ <optional> $full ] +        Parameter #2 [ <optional> &$error ]        }      }      Function [ <internal:rpminfo> function rpmvercmp ] { diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 0033e0c..02eaf5c 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -18,7 +18,7 @@  Summary:        RPM information  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        0.1.1 +Version:        0.1.2  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages @@ -213,5 +213,8 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Feb  8 2018 Remi Collet <remi@remirepo.net> - 0.1.2-1 +- update to 0.1.2 +  * Fri Jan 26 2018 Remi Collet <remi@remirepo.net> - 0.1.1-1  - initial package, version 0.1.1 (alpha)  | 
