diff --git a/.gitignore b/.gitignore index fc6105e..a486bce 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ Net_URL2-0.3.1.tgz /Net_URL2-2.0.7.tgz /Net_URL2-2.0.8.tgz /Net_URL2-2.0.9.tgz +/Net_URL2-2.0.10.tgz +/Net_URL2-2.0.11.tgz diff --git a/php-pear-Net-URL2.spec b/php-pear-Net-URL2.spec index 913a438..efb838e 100644 --- a/php-pear-Net-URL2.spec +++ b/php-pear-Net-URL2.spec @@ -12,7 +12,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-pear-Net-URL2 -Version: 2.0.9 +Version: 2.0.11 Release: 1%{?dist} Summary: Class for parsing and handling URL @@ -35,6 +35,7 @@ Requires: php-pear(PEAR) Requires: php-pcre Provides: php-pear(%{pear_name}) = %{version} +Provides: php-composer(pear/net_url2) = %{version} %description @@ -71,7 +72,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} # test suite cannot run in mock (use network) -# Version 2.0.9 : OK (111 tests, 264 assertions) +# Version 2.0.11 : OK (111 tests, 265 assertions) cd %{buildroot}%{pear_testdir}/%{pear_name}/tests phpunit \ -d date.timezone=UTC \ @@ -106,8 +107,12 @@ fi %changelog +* Sat Oct 18 2014 Remi Collet - 2.0.11-1 +- Update to 2.0.11 +- provide php-composer(pear/net_url2) + * Thu Oct 9 2014 Remi Collet - 2.0.9-1 -- Update to 2.0.8 (stable) +- Update to 2.0.9 (stable) * Wed Oct 8 2014 Remi Collet - 2.0.8-1 - Update to 2.0.8 (stable) diff --git a/sources b/sources index 766e626..b84f995 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e7c441d6c36a3a629850213bff6d86c Net_URL2-2.0.9.tgz +951022dd9003d84786e4893ef2d339f0 Net_URL2-2.0.11.tgz