From c51be2aa530dd33047ff5d29d083b531748b08ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 12:55:15 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-mogilefs.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/php-pecl-mogilefs.spec b/php-pecl-mogilefs.spec index 2ddf632..a9ef64e 100644 --- a/php-pecl-mogilefs.spec +++ b/php-pecl-mogilefs.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-mogilefs # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,7 +25,7 @@ Summary: PHP client library to communicate with the MogileFS storage Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.3.1 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # https://github.com/lstrojny/pecl-mogilefs/issues/15 License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -65,9 +65,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 @@ -230,6 +234,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet - 0.9.3.1-9 +- rebuild for 7.4.0beta1 + * Thu Aug 16 2018 Remi Collet - 0.9.3.1-8 - rebuild for 7.3.0beta2 new ABI -- cgit