summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 07:06:24 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 07:06:24 +0200
commit0549c742d22bbd6d92cdfdde33c1c16816c2d4c9 (patch)
treea360146cc7084f929556ef0705574f7c5f369603
parentdeed8d3652731f6a06509e0cb26218425b71e57a (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-mogilefs.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-mogilefs.spec b/php-pecl-mogilefs.spec
index cb820b8..36a38ac 100644
--- a/php-pecl-mogilefs.spec
+++ b/php-pecl-mogilefs.spec
@@ -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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?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}
@@ -64,6 +64,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
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: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -226,6 +230,9 @@ fi
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.9.3.1-7
+- rebuild for 7.3.0alpha4 new ABI
+
* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 0.9.3.1-6
- add patch for PHP 7.3 from
https://github.com/lstrojny/pecl-mogilefs/pull/25