summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-rpminfo.spec5
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 3b19caa..9dcca65 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
rpminfo
rpminfo support => enabled
-Extension version => 0.4.1
+Extension version => 0.4.2
RPM library version => 4.15.1
diff --git a/REFLECTION b/REFLECTION
index 9f3b4c6..206f5b8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #94 rpminfo version 0.4.1 ] {
+Extension [ <persistent> extension #94 rpminfo version 0.4.2 ] {
- Constants [271] {
Constant [ string RPMVERSION ] { 4.15.1 }
@@ -278,7 +278,7 @@ Extension [ <persistent> extension #94 rpminfo version 0.4.1 ] {
Function [ <internal:rpminfo> function rpmdbinfo ] {
- Parameters [2] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> string $nevr ]
Parameter #1 [ <optional> bool $full ]
}
- Return [ array or NULL ]
@@ -296,7 +296,7 @@ Extension [ <persistent> extension #94 rpminfo version 0.4.1 ] {
Function [ <internal:rpminfo> function rpminfo ] {
- Parameters [3] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> string $path ]
Parameter #1 [ <optional> bool $full ]
Parameter #2 [ <optional> string or NULL &$error ]
}
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec
index 6f7de13..33e09e8 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.1
+Version: 0.4.2
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
@@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Mar 25 2020 Remi Collet <remi@remirepo.net> - 0.4.2-1
+- update to 0.4.2
+
* Wed Mar 18 2020 Remi Collet <remi@remirepo.net> - 0.4.1-1
- update to 0.4.1