summaryrefslogtreecommitdiffstats
path: root/php-pecl-ssdeep.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 09:53:03 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 09:53:03 +0200
commit5c75077791c9f844e071c6422300987c300c66b2 (patch)
tree88a414d039c1e9fa548c68f3ef0884ad94722e11 /php-pecl-ssdeep.spec
parentf7385871c61d772b480186d1ff96def4464187a3 (diff)
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-ssdeep.spec')
-rw-r--r--php-pecl-ssdeep.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec
index 757667e..69af076 100644
--- a/php-pecl-ssdeep.spec
+++ b/php-pecl-ssdeep.spec
@@ -31,7 +31,7 @@
Summary: Wrapper for libfuzzy library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.0
-Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -69,6 +69,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -233,6 +236,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.1.0-11
+- rebuild for 8.1.0RC1
+
* Fri Apr 30 2021 Remi Collet <remi@remirepo.net> - 1.1.0-10
- F34 rebuild for https://github.com/remicollet/remirepo/issues/174