summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-16 08:20:36 +0200
committerRemi Collet <remi@remirepo.net>2018-08-16 08:20:36 +0200
commitfed6eb6a9aff403c145826a95fcf1ed0224d8e18 (patch)
treef3fed000429685ad7161ea68625e7813dd83abd4
parentb027c411e662036b5c0a6d1d2d0bff85ffb6991b (diff)
rebuild for 7.3.0beta2 new ABI
-rw-r--r--php-pecl-ahocorasick.spec5
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)