diff options
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r-- | php-pecl-rpminfo.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 1148e23..ba38644 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.3.1 +Version: 0.4.0 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 +* Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 0.4.0-1 +- update to 0.4.0 (stable) + * Thu Mar 12 2020 Remi Collet <remi@remirepo.net> - 0.3.1-1 - update to 0.3.1 |