summaryrefslogtreecommitdiffstats
path: root/php-pecl-libsodium.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-libsodium.spec')
-rw-r--r--php-pecl-libsodium.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec
index b3a561e..5340c8f 100644
--- a/php-pecl-libsodium.spec
+++ b/php-pecl-libsodium.spec
@@ -24,7 +24,7 @@
Summary: Wrapper for the Sodium cryptographic library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.6
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 8%{?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}
@@ -34,7 +34,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
Patch0: %{pecl_name}-upstream.patch
# Ensure libsodium-last is used (upstream 0.6.0)
-BuildRequires: pkgconfig(libsodium) >= 1.0.13
+BuildRequires: pkgconfig(libsodium) >= 1.0.15
BuildRequires: %{?scl_prefix}php-devel > 5.4
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-json
@@ -233,6 +233,12 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Sun Oct 1 2017 Remi Collet <remi@remirepo.net> - 1.0.7-1
+- rebuild for libsodium 1.0.15
+
+* Thu Sep 28 2017 Remi Collet <remi@remirepo.net> - 1.0.6-7
+- F27: bump release
+
* Thu Sep 28 2017 Remi Collet <remi@fedoraproject.org> - 1.0.6-5
- add upstreamm patch to ensure sodium_init can be run
multiple time without failure