From b700925fcc1d65bd441ec26453e6bb4c227deb54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Mar 2020 10:45:27 +0100 Subject: v0.2.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-rpminfo.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index f948460..0e935f7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ rpminfo rpminfo support => enabled -Extension version => 0.2.1 +Extension version => 0.2.3 RPM library version => 4.15.1 diff --git a/REFLECTION b/REFLECTION index 98e6636..084af42 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #136 rpminfo version 0.2.1 ] { +Extension [ extension #136 rpminfo version 0.2.3 ] { - Constants [24] { Constant [ string RPMVERSION ] { 4.15.1 } diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index ce7f3aa..90950fb 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.2.2 +Version: 0.2.3 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -224,6 +224,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Mar 11 2020 Remi Collet - 0.2.3-1 +- update to 0.2.3 + * Wed Mar 11 2020 Remi Collet - 0.2.2-1 - update to 0.2.2 -- cgit