summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-05 11:04:02 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-05 11:04:02 +0200
commit33038f90b4efb936e0acaff7f0ee04e37b691a8f (patch)
tree03951c6afd1151a5e098bc50ae66d58c2c88027e
parent5a47ae79c7a70ac3c4b4d658623e1e8d112673c4 (diff)
php-pecl-libsodium: 1.0.4
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-libsodium.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index 32773c1..302088d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #121 libsodium version 1.0.3 ] {
+Extension [ <persistent> extension #121 libsodium version 1.0.4 ] {
- Constants [54] {
Constant [ integer Sodium\CRYPTO_AEAD_AES256GCM_KEYBYTES ] { 32 }
diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec
index 0b3abe6..db28baa 100644
--- a/php-pecl-libsodium.spec
+++ b/php-pecl-libsodium.spec
@@ -27,7 +27,7 @@
Summary: Wrapper for the Sodium cryptographic library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.0.3
+Version: 1.0.4
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -238,6 +238,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Apr 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1
+- Update to 1.0.4 (no change since 1.0.3)
+
* Tue Apr 5 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1
- Update to 1.0.3
- raise minimal PHP version to 5.4