diff options
-rw-r--r-- | php-pecl-ahocorasick.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ahocorasick.spec b/php-pecl-ahocorasick.spec index 6561f2f..f42f91e 100644 --- a/php-pecl-ahocorasick.spec +++ b/php-pecl-ahocorasick.spec @@ -24,7 +24,7 @@ Summary: Effective Aho-Corasick string pattern matching algorithm Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.0.1 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP and LGPLv3 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -235,5 +235,8 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.0.1-2 +- rebuild for 7.3.0beta2 new ABI + * Sat Aug 11 2018 Remi Collet <remi@remirepo.net> - 0.0.1-1 - initial package, version 0.0.1 (beta) |