diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 20:43:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 20:43:38 +0100 |
commit | 40933dd6ef2ee46159b061c29d97ab6f74c4f1ce (patch) | |
tree | 682f8f46fcca3ff97f4f47e565fe357e4c569bdd | |
parent | d97d0ad49fd23aa5c5a7fd01d15621e9f19f834a (diff) |
php-horde-Horde-Util 2.0.1
-rw-r--r-- | php-horde-Horde-Util.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-horde-Horde-Util.spec b/php-horde-Horde-Util.spec index 353f2f4..76bb79d 100644 --- a/php-horde-Horde-Util.spec +++ b/php-horde-Horde-Util.spec @@ -7,8 +7,8 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Util -Version: 2.0.0 -Release: 4%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Horde Utility Libraries Group: Development/Libraries @@ -22,7 +22,7 @@ BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) %if %{with_tests} # To run unit tests -BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 %endif Requires(post): %{__pear} @@ -76,7 +76,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check %if %{with_tests} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %else : Test disabled, missing '--with tests' option. %endif @@ -107,6 +110,9 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Mon Nov 5 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-4 - make test optionnal |