diff options
-rw-r--r-- | php-pecl-libsodium2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-libsodium2.spec b/php-pecl-libsodium2.spec index aae6b7c..100f886 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.5 +Version: 2.0.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -236,6 +236,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 2.0.6-1 +- Update to 2.0.6 + * Tue Sep 26 2017 Remi Collet <remi@remirepo.net> - 2.0.5-1 - Update to 2.0.5 |