From c06a769bb9ea51731c8d2f73d363f22b7a791fc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2013 14:49:07 +0200 Subject: php-horde-Horde-Date: 2.0.7 --- php-horde-Horde-Date.spec | 11 +++++++---- 1 file 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 - 2.0.7-1 +- Update to 2.0.7 + * Fri May 31 2013 Remi Collet - 2.0.6-1 - Update to 2.0.6 - switch from Conflicts >= max to Requires < max -- cgit