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 ba38644..6f7de13 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.0 +Version: 0.4.1 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 18 2020 Remi Collet <remi@remirepo.net> - 0.4.1-1 +- update to 0.4.1 + * Fri Mar 13 2020 Remi Collet <remi@remirepo.net> - 0.4.0-1 - update to 0.4.0 (stable) |