diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-05 15:15:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-05 15:15:03 +0200 |
commit | 81a8f5b5acdfe0217bd6aa0cd312ae97eb05b949 (patch) | |
tree | 1a6dbe1bc7feac861aa213dc60574cf019b29288 | |
parent | 426517fba8c17a9bbfe1b348ecd64589491168bd (diff) |
php-zendframework-zend-crypt: typo
-rw-r--r-- | php-zendframework-zend-crypt.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@fedoraproject.org> - 2.5.1-2 +- fix dependencies + * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 - initial package
\ No newline at end of file |