[php-phpseclib-crypt-des] requires Crypt_Base

Adam Williamson adamwill at fedoraproject.org
Wed Nov 12 16:19:06 UTC 2014


commit 1ad2b5b58654da258407a504b2a6d369cb51ab38
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Nov 12 08:18:59 2014 -0800

    requires Crypt_Base

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