summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-27 10:50:14 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-27 10:50:14 +0200
commitcbdb01c20ba685460c9add31fb3c1288e8124e63 (patch)
tree96c119c2cae3060ac1fd6cf61c77e228bc32aaae
parent51facbaf94923c24a8453413c586a67953111f43 (diff)
php-pecl-libsodium: 0.2.1
-rw-r--r--REFLECTION8
-rw-r--r--php-pecl-libsodium.spec7
2 files changed, 12 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index e3f2fa6..7053b97 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #114 libsodium version 0.2.0 ] {
+Extension [ <persistent> extension #114 libsodium version 0.2.1 ] {
- Constants [36] {
Constant [ integer Sodium\CRYPTO_AEAD_CHACHA20POLY1305_KEYBYTES ] { 32 }
@@ -316,6 +316,12 @@ Extension [ <persistent> extension #114 libsodium version 0.2.0 ] {
Parameter #1 [ <required> $string_2 ]
}
}
+ Function [ <internal:libsodium> function Sodium\increment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
Function [ <internal:libsodium> function Sodium\library_version_major ] {
- Parameters [0] {
diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec
index dd09086..85637cf 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.0
+Version: 0.2.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -230,8 +230,11 @@ rm -rf %{buildroot}
%changelog
+* Mon Jul 27 2015 Remi Collet <remi@fedoraproject.org> - 0.2.1-1
+- Update to 0.2.1 (beta)
+
* Sun Jul 26 2015 Remi Collet <remi@fedoraproject.org> - 0.2.0-1
-- Update to 0.2.0
+- Update to 0.2.0 (beta)
* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 0.1.3-4
- rebuild against php 7.0.0beta2