From e64d3b6eb6c7bef678b5aeb8a6b633daf6024511 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Oct 2023 14:28:17 +0200 Subject: update to 1.0.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-rpminfo.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7de6bba..3d77e32 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ rpminfo rpminfo support => enabled -Extension version => 1.0.0 +Extension version => 1.0.1 RPM library version => 4.18.1 RPM stream wrapper => yes diff --git a/REFLECTION b/REFLECTION index 0ff80f3..c627e11 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 rpminfo version 1.0.0 ] { +Extension [ extension #98 rpminfo version 1.0.1 ] { - Constants [278] { Constant [ string RPMVERSION ] { 4.18.1 } diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index bfc979d..2318183 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -19,7 +19,7 @@ Summary: RPM information Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -206,6 +206,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Oct 13 2023 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Thu Oct 12 2023 Remi Collet - 1.0.0-1 - update to 1.0.0 -- cgit