From 178131e59392d810eafaaea846b836f2fc4b998d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Apr 2020 09:41:51 +0200 Subject: update to 0.5.0 --- PHPINFO | 2 +- REFLECTION | 9 ++++++++- php-pecl-rpminfo.spec | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9dcca65..ce23073 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ rpminfo rpminfo support => enabled -Extension version => 0.4.2 +Extension version => 0.5.0 RPM library version => 4.15.1 diff --git a/REFLECTION b/REFLECTION index 206f5b8..c81f7e6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #94 rpminfo version 0.4.2 ] { +Extension [ extension #94 rpminfo version 0.5.0 ] { - Constants [271] { Constant [ string RPMVERSION ] { 4.15.1 } @@ -275,6 +275,13 @@ Extension [ extension #94 rpminfo version 0.4.2 ] { } - Functions { + Function [ function rpmaddtag ] { + + - Parameters [1] { + Parameter #0 [ int $rpmtag ] + } + - Return [ bool ] + } Function [ function rpmdbinfo ] { - Parameters [2] { diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index ce646a7..88f0ec9 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -22,7 +22,7 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.4.2 +Version: 0.5.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Apr 7 2020 Remi Collet - 0.5.0-1 +- update to 0.5.0 + * Wed Mar 25 2020 Remi Collet - 0.4.2-1 - update to 0.4.2 -- cgit