diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 21:24:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 21:24:49 +0100 |
commit | 13346d9f53d4f755d018bfaa35dec36b3ae65f59 (patch) | |
tree | 7610327dc05e4419b7f78119a7c3b3b74d1a8c38 | |
parent | 46711e5bd0f15401ec4f99776477c02c8011a668 (diff) |
php-horde-Horde-Text-Diff 2.0.1
-rw-r--r-- | php-horde-Horde-Text-Diff.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Text-Diff.spec b/php-horde-Horde-Text-Diff.spec index 70be016..ea442a3 100644 --- a/php-horde-Horde-Text-Diff.spec +++ b/php-horde-Horde-Text-Diff.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Text-Diff -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Engine for performing and rendering text diffs @@ -18,7 +18,7 @@ BuildArch: noarch BuildRequires: php-pear BuildRequires: php-channel(%{pear_channel}) # 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} @@ -63,7 +63,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit -d date.timezone=UTC AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %post @@ -87,6 +90,9 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Fri Nov 2 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1 - Update to 2.0.0 for remi repo |