diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-08 08:07:16 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-08 08:07:16 +0100 |
commit | 245ed161fbfaa73fb388d651428cd3a4ab3ca8ba (patch) | |
tree | 85742bc1f066fdd7cae3ce193fca934691efe1d0 | |
parent | a113f422397acf4b73fd520f51b2390c77a713f1 (diff) |
v0.1.2
-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) |