diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | fa5210484fb122586df4f8d30674ecb066132ec3 (patch) | |
tree | e3a9a87647263fe3adcffc9617db32e7f47a0aa8 /php-pecl-libsodium.spec | |
parent | 178319a9a41a0f2ea15582897df7974619984e88 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
Diffstat (limited to 'php-pecl-libsodium.spec')
-rw-r--r-- | php-pecl-libsodium.spec | 9 |
1 files changed, 8 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.0.6-2 +- rebuild for PHP 7.1 new API version + * Thu May 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.6-1 - Update to 1.0.6 |