summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-06 15:37:32 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-06 15:37:32 +0200
commitb7bd68433bd6812a47d7cc5c9285e8aa63067334 (patch)
tree6b55c7e8f7b9687d5e974f5fcca1f4fbafaf53c9
parent4afa51bc6282006d0e556c587ad48fefc6653d22 (diff)
php-zendframework-zend-validator: fix descr.
-rw-r--r--php-zendframework-zend-validator.spec10
1 files 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 <remi@fedoraproject.org> - 2.5.2-2
+- fix description
+
* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
- initial package \ No newline at end of file