diff options
-rw-r--r-- | php-horde-Horde-Url.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Url.spec b/php-horde-Horde-Url.spec index 46aa9d9..89f2604 100644 --- a/php-horde-Horde-Url.spec +++ b/php-horde-Horde-Url.spec @@ -15,7 +15,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Url -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: Horde Url class @@ -78,7 +78,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit \ - -d include_path=$src/lib:.:%{pear_phpdir} \ + --include-path=$src/lib \ -d date.timezone=UTC \ . %else @@ -106,6 +106,9 @@ fi %changelog +* Wed Jun 04 2014 Remi Collet <remi@fedoraproject.org> - 2.2.3-1 +- Update to 2.2.3 + * Tue Mar 04 2014 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 - Update to 2.2.2 |