diff options
-rw-r--r-- | php-pecl-hprose.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-hprose.spec b/php-pecl-hprose.spec index e02038e..75404f1 100644 --- a/php-pecl-hprose.spec +++ b/php-pecl-hprose.spec @@ -23,7 +23,7 @@ Summary: Hprose for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.6.8 -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: MIT URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -234,6 +234,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.6.8-2 +- rebuild for 7.4.0beta1 + * Thu Jun 6 2019 Remi Collet <remi@remirepo.net> - 1.6.8-1 - update to 1.6.8 - drop patch merged upstream |