diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-14 15:25:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-14 15:25:03 +0200 |
commit | 697b54ebb16546dd8e1240a78a654cb7670ef314 (patch) | |
tree | 9101946d7535208a0b2274821d57824daee4598f | |
parent | d62b2f2ee99c5377789cc60683c8dbdd5b95126a (diff) |
php-theseer-fDOMDocument: 1.6.0
-rw-r--r-- | php-theseer-fDOMDocument.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-theseer-fDOMDocument.spec b/php-theseer-fDOMDocument.spec index 653e19f..f8ab375 100644 --- a/php-theseer-fDOMDocument.spec +++ b/php-theseer-fDOMDocument.spec @@ -12,7 +12,7 @@ %global channel pear.netpirates.net Name: php-theseer-fDOMDocument -Version: 1.5.0 +Version: 1.6.0 Release: 1%{?dist} Summary: An Extension to PHP standard DOM @@ -43,8 +43,8 @@ Requires: php-channel(%{channel}) Requires: php-pcre Requires: php-spl - -Provides: php-pear(%{channel}/%{pear_name}) = %{version} +Provides: php-pear(%{channel}/%{pear_name}) = %{version} +Provides: php-composer(theseer/fdomdocument) = %{version} %description @@ -80,7 +80,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version} -sed -e s:autoload:TheSeer/fDOMDocument/autoload: \ +sed -e s:src/autoload:TheSeer/fDOMDocument/autoload: \ phpunit.xml.dist >phpunit.xml phpunit -d date.timezone=UTC @@ -111,6 +111,10 @@ fi %changelog +* Sun Sep 14 2014 Remi Collet <remi@fedoraproject.org> - 1.6.0-1 +- Update to 1.6.0 +- provide php-composer(theseer/fdomdocument) + * Wed Feb 19 2014 Remi Collet <remi@fedoraproject.org> - 1.5.0-1 - Update to 1.5.0 |