From b7bd68433bd6812a47d7cc5c9285e8aa63067334 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2015 15:37:32 +0200 Subject: php-zendframework-zend-validator: fix descr. --- php-zendframework-zend-validator.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-zendframework-zend-validator.spec b/php-zendframework-zend-validator.spec index 706d531..02abcaa 100644 --- a/php-zendframework-zend-validator.spec +++ b/php-zendframework-zend-validator.spec @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 2.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -113,8 +113,9 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} %description -Zend\Ldap\Ldap is a class for performing LDAP operations including but -not limited to binding, searching and modifying entries in an LDAP directory. +The Zend\Validator component provides a set of commonly needed validators. +It also provides a simple validator chaining mechanism by which multiple +validators may be applied to a single datum in a user-defined order. %prep @@ -166,5 +167,8 @@ rm -rf %{buildroot} %changelog +* Thu Aug 6 2015 Remi Collet - 2.5.2-2 +- fix description + * Tue Aug 4 2015 Remi Collet - 2.5.2-1 - initial package \ No newline at end of file -- cgit