summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Db.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 20:15:36 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 20:15:36 +0100
commit8be42d4368aad349ee6510524c09dfc8756d3f4e (patch)
treeb09b7702d67ac46899555e9032622dd61cd1bc18 /php-horde-Horde-Db.spec
parente5fc125ffbbc71506d2d57ce979c248bb387d6f8 (diff)
php-horde-Horde-Db 2.0.1
Diffstat (limited to 'php-horde-Horde-Db.spec')
-rw-r--r--php-horde-Horde-Db.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-horde-Horde-Db.spec b/php-horde-Horde-Db.spec
index 6904ca0..cdd025c 100644
--- a/php-horde-Horde-Db.spec
+++ b/php-horde-Horde-Db.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Db
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Horde Database Libraries
@@ -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
BuildRequires: php-pear(%{pear_channel}/Horde_Cache) >= 2.0.0
Requires(post): %{__pear}
@@ -69,7 +69,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:)
-phpunit AllTests.php
+# Not ready
+#phpunit\
+# -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \
+# -d date.timezone=UTC \
+# .
%post
@@ -94,6 +98,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