diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-01 18:56:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-01 18:56:58 +0200 |
commit | 6916635a9d99d13a132a5fb25a692dd27c326c98 (patch) | |
tree | 8598a6ebbc8df3eaebe8e0704303e03cedd06348 /php-pecl-libsodium.spec | |
parent | ddc6ad28f34e17dc70e6e1cdc850d9f436b5bfda (diff) |
rebuild for libsodium 1.0.15
Diffstat (limited to 'php-pecl-libsodium.spec')
-rw-r--r-- | php-pecl-libsodium.spec | 10 |
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 |