From 6916635a9d99d13a132a5fb25a692dd27c326c98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 1 Oct 2017 18:56:58 +0200 Subject: rebuild for libsodium 1.0.15 --- php-pecl-libsodium.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-libsodium.spec') 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 - 1.0.7-1 +- rebuild for libsodium 1.0.15 + +* Thu Sep 28 2017 Remi Collet - 1.0.6-7 +- F27: bump release + * Thu Sep 28 2017 Remi Collet - 1.0.6-5 - add upstreamm patch to ensure sodium_init can be run multiple time without failure -- cgit