From 81a8f5b5acdfe0217bd6aa0cd312ae97eb05b949 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2015 15:15:03 +0200 Subject: php-zendframework-zend-crypt: typo --- php-zendframework-zend-crypt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-crypt.spec') diff --git a/php-zendframework-zend-crypt.spec b/php-zendframework-zend-crypt.spec index 788857c..2bd27ca 100644 --- a/php-zendframework-zend-crypt.spec +++ b/php-zendframework-zend-crypt.spec @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 2.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -64,8 +64,8 @@ Requires: php-composer(%{gh_owner}/zend-math) >= 2.5 Requires: php-composer(%{gh_owner}/zend-math) < 3 Requires: php-composer(%{gh_owner}/zend-stdlib) >= 2.5 Requires: php-composer(%{gh_owner}/zend-stdlib) < 3 -Requires: php-composer(%{gh_owner}/servicemanager) >= 2.5 -Requires: php-composer(%{gh_owner}/servicemanager) < 3 +Requires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.5 +Requires: php-composer(%{gh_owner}/zend-servicemanager) < 3 # From composer, "suggest": { # "ext-mcrypt": "Required for most features of Zend\\Crypt" # https://github.com/zendframework/zend-crypt/issues/3 @@ -149,5 +149,8 @@ rm -rf %{buildroot} %changelog +* Wed Aug 5 2015 Remi Collet - 2.5.1-2 +- fix dependencies + * Tue Aug 4 2015 Remi Collet - 2.5.1-1 - initial package \ No newline at end of file -- cgit