summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Date.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-15 14:49:07 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-15 14:49:07 +0200
commitc06a769bb9ea51731c8d2f73d363f22b7a791fc6 (patch)
treeefb2a8fb84f203040b25c8d1b1c0fca559c7746a /php-horde-Horde-Date.spec
parentb48e0af712057c2ec180dfb79865223332fd8969 (diff)
php-horde-Horde-Date: 2.0.7
Diffstat (limited to 'php-horde-Horde-Date.spec')
-rw-r--r--php-horde-Horde-Date.spec11
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