diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 13:59:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 13:59:12 +0200 | 
| commit | 73a8a56086f3563fc05f0360e42abc90221f4f32 (patch) | |
| tree | 7a8431935bbcfb3b95c3ff04ea0a6bce118e30fc | |
| parent | 3148ecb3440fcc6824d89819da478ed40c18258c (diff) | |
rebuild for 7.4.0RC1
| -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 493ee42..c6d9495 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -23,7 +23,7 @@  Summary:        RPM information  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.2.1 -Release:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.2.1-5 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.2.1-4  - rebuild for 7.4.0beta1  | 
