diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-04 17:23:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-04 17:23:25 +0100 |
commit | 3d5315f71f148cdeb2f8dd56e7a741c870dd18b1 (patch) | |
tree | 0bb25c77f98dbd3bbcdaf10ce50df1374813c4a0 | |
parent | 4732b8f573cb252f8d4bec5c8fc3ee70fb4af15a (diff) |
php-pecl-libsodium: rebuild for libsodium 1.0.6
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-libsodium.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 libsodium version 1.0.1 ] { +Extension [ <persistent> extension #117 libsodium version 1.0.2 ] { - Constants [46] { Constant [ integer Sodium\CRYPTO_AEAD_AES256GCM_KEYBYTES ] { 32 } diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index 43f2fd3..c351dae 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -32,7 +32,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.2 -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: http://pecl.php.net/package/%{pecl_name} @@ -41,7 +41,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if "%{?vendor}" == "Remi Collet" # Ensure libsodium-last is used -BuildRequires: libsodium-devel >= 1.0.0 +BuildRequires: libsodium-devel >= 1.0.6 %else # Per upstream documentation BuildRequires: libsodium-devel >= 0.6.0 @@ -81,7 +81,7 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif %endif -# Filter shared private +# Filter shared private - always as libsodium.so is a bad name %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} @@ -232,6 +232,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 4 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-2 +- rebuild against libsodium 1.0.6 + * Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 - Update to 1.0.2 - drop all patches, merged upstream |