diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:44:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:44:22 +0200 |
commit | 7bbcd6522b6cda6d9a26a1613c42a8669e8427fa (patch) | |
tree | 37370a2f732b781eb8b4c16c7e320c71d64ec7fc | |
parent | df027c74b30567806ccb0eddfdd41de797afdddd (diff) |
rebuild for 7.4.0RC1
-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 82cff67..6c2325a 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.7 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?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 @@ -230,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.0.7-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.0.7-2 - rebuild for 7.4.0beta1 |