diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:17:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:17:46 +0200 |
commit | f35a5cdcfe7a6e8b66a778665eeb126b42724aa0 (patch) | |
tree | 5114b4a801c770bd6c89a0363b3d8cc7f7909b04 /php-pecl-inotify.spec | |
parent | 52e7fb8a99ad3546c1b9e0e7e092aa19f08104fe (diff) |
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-inotify.spec')
-rw-r--r-- | php-pecl-inotify.spec | 10 |
1 files changed, 8 insertions, 2 deletions
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 <remi@remirepo.net> - 3.0.0-2 +- rebuild for 8.1.0RC1 + * Fri Dec 18 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 |