diff options
| -rw-r--r-- | php-phpseclib-crypt-hash.spec | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/php-phpseclib-crypt-hash.spec b/php-phpseclib-crypt-hash.spec index f00a02c..9366d3b 100644 --- a/php-phpseclib-crypt-hash.spec +++ b/php-phpseclib-crypt-hash.spec @@ -2,7 +2,7 @@  %global pear_name Crypt_Hash  Name:           php-phpseclib-crypt-hash -Version:        0.3.6 +Version:        0.3.7  Release:        1%{?dist}  Summary:        Pure-PHP implementations of keyed HMACs and hashing functions @@ -14,15 +14,17 @@ Source0:        http://phpseclib.sourceforge.net/get/%{pear_name}-%{version}.tgz  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildArch:      noarch  BuildRequires:  php-pear(PEAR) +BuildRequires:  php-channel(phpseclib.sourceforge.net)  Requires(post): %{__pear}  Requires(postun): %{__pear}  Requires:       php-pear(PEAR) -Provides:       php-pear(phpseclib.sourceforge.net/Crypt_Hash) = %{version} -BuildRequires:  php-channel(phpseclib.sourceforge.net)  Requires:       php-channel(phpseclib.sourceforge.net)  Requires:       php-pear(phpseclib.sourceforge.net/Math_BigInteger) +Provides:       php-pear(phpseclib.sourceforge.net/Crypt_Hash) = %{version} + +  %description  Uses hash() or mhash() if available and an internal implementation,  otherwise.  Optionally uses suhosin. Currently supports the following: @@ -75,6 +77,9 @@ fi  %changelog +* Mon Jul 07 2014 Remi Collet <remi@fedoraproject.org> - 0.3.7-1 +- Update to 0.3.7 +  * Wed Feb 26 2014 Remi Collet <remi@fedoraproject.org> - 0.3.6-1  - Update to 0.3.6 | 
