From 0a0416fb166d7924ee13fe25414c71b79d1cd6c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Jun 2014 19:22:55 +0200 Subject: php-horde-Horde-Url: 2.2.3 --- php-horde-Horde-Url.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-horde-Horde-Url.spec') 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 - 2.2.3-1 +- Update to 2.2.3 + * Tue Mar 04 2014 Remi Collet - 2.2.2-1 - Update to 2.2.2 -- cgit