summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 16:10:42 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 16:10:42 +0100
commitb22376f5707c4ab566c7b4407a863299e712da19 (patch)
tree28b78269f910057e52219f66ed3aba622ece8773
parente597d2ce687c963c1ea7ad75ff3dc3f5534435ad (diff)
php-horde-Horde-Xml-Wbxml: 2.0.2
-rw-r--r--php-horde-Horde-Xml-Wbxml.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/php-horde-Horde-Xml-Wbxml.spec b/php-horde-Horde-Xml-Wbxml.spec
index edb6949..4b6da7a 100644
--- a/php-horde-Horde-Xml-Wbxml.spec
+++ b/php-horde-Horde-Xml-Wbxml.spec
@@ -12,8 +12,8 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Xml-Wbxml
-Version: 2.0.1
-Release: 3%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
Summary: Provides an API for encoding and decoding WBXML documents
Group: Development/Libraries
@@ -43,6 +43,7 @@ Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-xml-wbxml) = %{version}
%description
@@ -76,12 +77,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-phpunit \
- --include-path=$src/lib \
- -d date.timezone=UTC \
- .
+phpunit .
%clean
@@ -110,6 +107,10 @@ fi
%changelog
+* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+- add provides php-composer(horde/horde-xml-wbxml)
+
* Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-3
- missing requires, from review #908357