summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-06 15:27:51 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-06 15:27:51 +0200
commit177f9f2a9a9b09c3d4a7d83de2ed1e3ffa5378b4 (patch)
tree4e7156fa6bf7cfd00ec7aafdc59806b3a473a74a
parentf2236cae5e8878d2ecc8e4af26a1df5d3bd4b32c (diff)
php-zendframework-zend-captcha: fix descr.
-rw-r--r--php-zendframework-zend-dom.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-zendframework-zend-dom.spec b/php-zendframework-zend-dom.spec
index 2834e83..ce57bbf 100644
--- a/php-zendframework-zend-dom.spec
+++ b/php-zendframework-zend-dom.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
@@ -62,10 +62,9 @@ Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version}
%description
-Zend\Math provides general mathematical functions.
-So far the supported functionalities are:
-* Zend\Math\Rand, a random number generator;
-* Zend\Math\BigInteger, a library to manage big integers.
+The Zend\Dom component provides tools for working with DOM documents and
+structures. Currently, we offer Zend\Dom\Query, which provides a unified
+interface for querying DOM documents utilizing both XPath and CSS selectors.
%prep
@@ -117,5 +116,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-2
+- fix description
+
* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
- initial package \ No newline at end of file