summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-08 10:53:13 +0200
committerRemi Collet <remi@remirepo.net>2019-07-08 10:53:13 +0200
commit3158b8eff5d90e31cf51c62d760959a387b127e5 (patch)
tree72962815e9b14eef2711564354afd1dac107b00f
parentd4568ed911655ce3077e2daeaec679ca4ffe775e (diff)
v0.0.7
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-ahocorasick.spec11
3 files changed, 11 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 5bc9ae8..05c6037 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,4 +1,4 @@
ahocorasick
-Version => 0.0.6
+Version => 0.0.7
diff --git a/REFLECTION b/REFLECTION
index bfcba6c..103dd23 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #73 ahocorasick version 0.0.6 ] {
+Extension [ <persistent> extension #72 ahocorasick version 0.0.7 ] {
- Functions {
Function [ <internal:ahocorasick> function ahocorasick_match ] {
diff --git a/php-pecl-ahocorasick.spec b/php-pecl-ahocorasick.spec
index 3ab3140..264a699 100644
--- a/php-pecl-ahocorasick.spec
+++ b/php-pecl-ahocorasick.spec
@@ -23,7 +23,7 @@
Summary: Effective Aho-Corasick string pattern matching algorithm
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.0.6
+Version: 0.0.7
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP and LGPLv3
URL: http://pecl.php.net/package/%{pecl_name}
@@ -57,9 +57,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -226,6 +230,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jul 8 2019 Remi Collet <remi@remirepo.net> - 0.0.7-1
+- update to 0.0.7
+
* Fri Mar 15 2019 Remi Collet <remi@remirepo.net> - 0.0.6-1
- update to 0.0.6