summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-03 17:16:43 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-03 17:16:43 +0100
commitfa460b4e80bf16bc06e2642a9448e534259ce84b (patch)
treef83803dff50ceb66e3a8ab721d8a348558c407e7
parent4d1cf036a18f1915d415a4d8f678684c5bd44d22 (diff)
php-horde-Horde-Stream: 1.6.2
-rw-r--r--php-horde-Horde-Stream.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-horde-Horde-Stream.spec b/php-horde-Horde-Stream.spec
index 8e087f2..87b9592 100644
--- a/php-horde-Horde-Stream.spec
+++ b/php-horde-Horde-Stream.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Stream
-Version: 1.6.1
+Version: 1.6.2
Release: 1%{?dist}
Summary: Horde stream handler
@@ -77,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 .
%post
@@ -106,6 +102,9 @@ fi
%changelog
+* Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 1.6.2-1
+- Update to 1.6.2
+
* Wed Feb 12 2014 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
- Update to 1.6.1
- add optional dependencies, Horde_Stream_Wrapper, Horde_Util