From 245ed161fbfaa73fb388d651428cd3a4ab3ca8ba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 08:07:16 +0100 Subject: v0.1.2 --- REFLECTION | 9 +++++++-- php-pecl-rpminfo.spec | 5 ++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index e02ea56..feb0c3a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,11 +1,16 @@ -Extension [ extension #128 rpminfo version 0.1.1 ] { +Extension [ extension #129 rpminfo version 0.1.2 ] { + + - Constants [1] { + Constant [ string RPMVERSION ] { 4.14.1 } + } - Functions { Function [ function rpminfo ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $full ] + Parameter #2 [ &$error ] } } Function [ 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 - 0.1.2-1 +- update to 0.1.2 + * Fri Jan 26 2018 Remi Collet - 0.1.1-1 - initial package, version 0.1.1 (alpha) -- cgit