diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-08 13:45:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-08 13:45:40 +0100 |
commit | 1a2d8e249757dd1c5fb1233a76b004be838bdcff (patch) | |
tree | ec0eb9f3e6b43914bbadac72495762a06384b6bf /php-pecl-rpminfo.spec | |
parent | 8f8901baf29cc0b9634ecb067c5873b05dff0fb2 (diff) |
v0.2.0
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r-- | php-pecl-rpminfo.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index eeb21ca..ea52991 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.2 +Version: 0.2.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -65,6 +65,11 @@ Obsoletes: php72w-pecl-%{pecl_name} %description Retrieve RPM information using librpm. +Available functions: +- rpmvercmp to compare 2 EVRs +- rpminfo to retrieve information from a RPM file +- rpmdbingo to rerieve information from an installed RPM + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -212,6 +217,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Feb 8 2018 Remi Collet <remi@remirepo.net> - 0.2.0-1 +- update to 0.2.0 (beta) + * Thu Feb 8 2018 Remi Collet <remi@remirepo.net> - 0.1.2-1 - update to 0.1.2 |