From fa5210484fb122586df4f8d30674ecb066132ec3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-pecl-libsodium.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index 86dc737..92931e2 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -28,7 +28,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.6 -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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -79,6 +79,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif # Filter shared private - always as libsodium.so is a bad name @@ -238,6 +242,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet - 1.0.6-2 +- rebuild for PHP 7.1 new API version + * Thu May 05 2016 Remi Collet - 1.0.6-1 - Update to 1.0.6 -- cgit