[php-phpseclib-crypt-blowfish] requires Crypt_Base

Adam Williamson adamwill at fedoraproject.org
Wed Nov 12 16:17:21 UTC 2014


commit 512c9502925ab066194a920ee7ae61a42d1bb6c4
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Nov 12 08:17:14 2014 -0800

    requires Crypt_Base

 php-phpseclib-crypt-blowfish.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/php-phpseclib-crypt-blowfish.spec b/php-phpseclib-crypt-blowfish.spec
index 17df7c6..f0f622c 100644
--- a/php-phpseclib-crypt-blowfish.spec
+++ b/php-phpseclib-crypt-blowfish.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpseclib-crypt-blowfish
 Version:        0.3.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pure-PHP implementation of Blowfish
 
 Group:          Development/Libraries
@@ -22,6 +22,7 @@ Requires:       php-pear(phpseclib.sourceforge.net/Crypt_Hash)
 Provides:       php-pear(phpseclib.sourceforge.net/Crypt_Blowfish) = %{version}
 BuildRequires:  php-channel(phpseclib.sourceforge.net)
 Requires:       php-channel(phpseclib.sourceforge.net)
+Requires:       php-pear(phpseclib.sourceforge.net/Crypt_Base) = %{version}
 
 %description
 Uses mcrypt, if available, and an internal implementation, otherwise.
@@ -73,6 +74,9 @@ fi
 
 
 %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