From 54e37d01eb311109667eb65672e0816ebf3caf13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2020 11:32:04 +0100 Subject: v0.3.0 --- php-pecl-rpminfo.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-pecl-rpminfo.spec') diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 90950fb..f5a3b2b 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -1,4 +1,4 @@ -# spec file for php-pecl-rpminfo +# remirepo spec file for php-pecl-rpminfo # # Copyright (c) 2018-2020 Remi Collet # License: CC-BY-SA @@ -22,14 +22,14 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.3 +Version: 0.3.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc -BuildRequires: rpm-devel >= 4.11.3 +BuildRequires: pkgconfig(rpm) >= 4.11.3 BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -75,7 +75,8 @@ 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 +- rpmdbinfo to rerieve information from an installed RPM +- rpmdbsearch to search installed RPMs Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. @@ -224,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Mar 12 2020 Remi Collet - 0.3.0-1 +- update to 0.3.0 + * Wed Mar 11 2020 Remi Collet - 0.2.3-1 - update to 0.2.3 -- cgit