[php-phpseclib-crypt-rijndael] requires Crypt_Base

Adam Williamson adamwill at fedoraproject.org
Wed Nov 12 16:20:50 UTC 2014


commit b080cbd187e29bc8200558cc07c9650095fa4332
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Nov 12 08:20:43 2014 -0800

    requires Crypt_Base

 php-phpseclib-crypt-rijndael.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php-phpseclib-crypt-rijndael.spec b/php-phpseclib-crypt-rijndael.spec
index d15528c..206920c 100644
--- a/php-phpseclib-crypt-rijndael.spec
+++ b/php-phpseclib-crypt-rijndael.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpseclib-crypt-rijndael
 Version:        0.3.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pure-PHP implementation of Rijndael
 
 Group:          Development/Libraries
@@ -21,6 +21,7 @@ Requires:       php-pear(PEAR)
 Provides:       php-pear(phpseclib.sourceforge.net/Crypt_Rijndael) = %{version}
 BuildRequires:  php-channel(phpseclib.sourceforge.net)
 Requires:       php-channel(phpseclib.sourceforge.net)
+Requires:       php-pear(phpseclib.sourceforge.net/Crypt_Base) = %{version}
 
 %description
 Does not use mcrypt, even when available, for reasons discussed in
@@ -63,10 +64,13 @@ fi
 
 %files
 %{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/Crypt
+%{pear_phpdir}/Crypt/Rijndael.php
 
 
 %changelog
+* Wed Nov 12 2014 Adam Williamson <awilliam at redhat.com> - 0.3.9-2
+- requires Crypt_Base
+
 * Wed Nov 12 2014 Adam Williamson <awilliam at redhat.com> - 0.3.9-1
 - new release 0.3.9
 


More information about the scm-commits mailing list