From f35a5cdcfe7a6e8b66a778665eeb126b42724aa0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:17:46 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-inotify.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-inotify.spec') diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 1b6469a..407740a 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-inotify # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -17,7 +17,7 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.0.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -50,6 +50,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 @@ -202,6 +205,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet - 3.0.0-2 +- rebuild for 8.1.0RC1 + * Fri Dec 18 2020 Remi Collet - 3.0.0-1 - update to 3.0.0 -- cgit