summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-09 16:06:45 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-09 16:06:45 +0100
commit02b3bfd1c2fd429e2cdbe7db0d05e32519a046a1 (patch)
treec66c1c6cae1acd737cf0c27a7d0a9ba3c7840e09
parent940c4d421a554a18712c18d0e6c8af0b2f6f57a5 (diff)
php-horde-Horde-Xml-Element: 2.0.2
-rw-r--r--php-horde-Horde-Xml-Element.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/php-horde-Horde-Xml-Element.spec b/php-horde-Horde-Xml-Element.spec
index 919bf43..9c415fd 100644
--- a/php-horde-Horde-Xml-Element.spec
+++ b/php-horde-Horde-Xml-Element.spec
@@ -12,8 +12,8 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Xml-Element
-Version: 2.0.1
-Release: 2%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
Summary: Horde Xml Element object
Group: Development/Libraries
@@ -39,6 +39,7 @@ Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides: php-composer(horde/horde-vfs) = %{version}
%description
@@ -74,17 +75,13 @@ 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)
# Need investigation
sed -e 's/function testCustomGetterGet/function SKIP_testCustomGetterGet/' \
-i ElementTest.php
-phpunit\
- --include-path=$src/lib \
- -d date.timezone=UTC \
- .
+phpunit .
%clean
@@ -113,6 +110,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-vfs)
+
* Wed Feb 6 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-2
- cleanups for review