diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 19:32:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 19:32:52 +0100 |
commit | 473d8c0771b416095d9c1a93e10d7062328f073b (patch) | |
tree | 1f9cdedcd38b1b1ff18ed78a79f2009ccce24a19 | |
parent | 2c9577c9d892aa8e297743f9b5504d4294fcec34 (diff) |
php-horde-Horde-Alarm: fix test
-rw-r--r-- | php-horde-Horde-Argv.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Argv.spec b/php-horde-Horde-Argv.spec index 7b767f5..baee570 100644 --- a/php-horde-Horde-Argv.spec +++ b/php-horde-Horde-Argv.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Argv -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Horde command-line argument parsing package @@ -21,7 +21,7 @@ BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: gettext # To run unit tests -BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -83,7 +83,7 @@ sh %{SOURCE1} %{buildroot} %{pear_name} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:) -phpunit AllTests.php +phpunit . %post @@ -111,6 +111,9 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.2-1 +- Update to 2.0.2 for remi repo + * Wed Nov 7 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1 - Update to 2.0.1 for remi repo |