diff options
| -rw-r--r-- | php-pecl-http-message.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-http-message.spec b/php-pecl-http-message.spec index 828627b..bddbd2f 100644 --- a/php-pecl-http-message.spec +++ b/php-pecl-http-message.spec @@ -21,7 +21,7 @@  Summary:        PSR-7 HTTP Message implementation  Name:           %{?sub_prefix}php-pecl-http-message  Version:        0.1.1 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -235,6 +235,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.1.1-2 +- rebuild for 7.4.0RC1 +  * Mon Jul 29 2019 Remi Collet <remi@remirepo.net> - 0.1.1-1  - update to 0.1.1  | 
