diff options
-rw-r--r-- | php-horde-Horde-Date.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-horde-Horde-Date.spec b/php-horde-Horde-Date.spec index 363a68c..42d5109 100644 --- a/php-horde-Horde-Date.spec +++ b/php-horde-Horde-Date.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Date -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Summary: Horde Date package @@ -94,10 +94,10 @@ done | tee ../%{pear_name}.lang %check %if %{with_tests} +src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -# See http://bugs.horde.org/ticket/11941 -phpunit\ - -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ +phpunit \ + -d include_path=$src/lib:.:%{pear_phpdir} \ -d date.timezone=UTC \ . %else @@ -127,6 +127,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet <remi@fedoraproject.org> - 2.0.7-1 +- Update to 2.0.7 + * Fri May 31 2013 Remi Collet <remi@fedoraproject.org> - 2.0.6-1 - Update to 2.0.6 - switch from Conflicts >= max to Requires < max |