From 1a2d8e249757dd1c5fb1233a76b004be838bdcff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 13:45:40 +0100 Subject: v0.2.0 --- php-pecl-rpminfo.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-pecl-rpminfo.spec') 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 - 0.2.0-1 +- update to 0.2.0 (beta) + * Thu Feb 8 2018 Remi Collet - 0.1.2-1 - update to 0.1.2 -- cgit