From 725e19b05ba0203ec25a6f16176f9d570634ff51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Aug 2018 12:49:40 +0200 Subject: v2.0.12 --- php-pecl-libsodium2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-libsodium2.spec') diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index 515bbc0..53bef23 100644 --- a/php-pecl-libsodium2.spec +++ b/php-pecl-libsodium2.spec @@ -24,7 +24,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{proj_name}2 -Version: 2.0.11 +Version: 2.0.12 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -35,6 +35,7 @@ BuildRequires: %{?dtsprefix}gcc # Ensure libsodium-last is used (1.0.9 per upstream) BuildRequires: pkgconfig(libsodium) >= 1.0.15 BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel < 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json BuildRequires: pkgconfig @@ -222,6 +223,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 29 2018 Remi Collet - 2.0.12-1 +- update to 2.0.12 + * Wed May 2 2018 Remi Collet - 2.0.11-1 - update to 2.0.11 -- cgit