summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Xml-Wbxml.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-19 21:16:36 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-19 21:16:36 +0100
commit8078d3a6041cab0db326c7641be8db28cdebf5f3 (patch)
treeaff99f4127a7a62c77bad451cf18b19f4484905a /php-horde-Horde-Xml-Wbxml.spec
parenta5571ce8ff9f233c134e75d08d64eda89ef52168 (diff)
php-horde-Horde-Xml-Wbxml 2.0.1
Diffstat (limited to 'php-horde-Horde-Xml-Wbxml.spec')
-rw-r--r--php-horde-Horde-Xml-Wbxml.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Xml-Wbxml.spec b/php-horde-Horde-Xml-Wbxml.spec
index 118d024..4478e90 100644
--- a/php-horde-Horde-Xml-Wbxml.spec
+++ b/php-horde-Horde-Xml-Wbxml.spec
@@ -4,7 +4,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Xml-Wbxml
-Version: 2.0.0
+Version: 2.0.1
Release: 1%{?dist}
Summary: Provides an API for encoding and decoding WBXML documents
@@ -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
%if 0%{?fedora} > 12
BuildRequires: libwbxml
%endif
@@ -65,7 +65,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
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 \
+ .
%post
@@ -89,6 +92,9 @@ fi
%changelog
+* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1
+- Update to 2.0.1 for remi repo
+
* Thu Nov 1 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1
- Update to 2.0.0 for remi repo