From b139b2c0d29506ecb31764092923702b1c0db979 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Sep 2015 21:37:40 +0200 Subject: php-pecl-libsodium: 1.0.0 (stable) --- php-pecl-libsodium.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php-pecl-libsodium.spec') diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index 85637cf..6e572b3 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -30,7 +30,7 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.1 +Version: 1.0.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -77,17 +77,15 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} -%endif %description A simple, low-level PHP extension for libsodium. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. %prep @@ -230,6 +228,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 03 2015 Remi Collet - 1.0.0-1 +- Update to 1.0.0 (stable) + * Mon Jul 27 2015 Remi Collet - 0.2.1-1 - Update to 0.2.1 (beta) -- cgit