summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-29 18:00:28 +0100
committerRemi Collet <fedora@famillecollet.com>2014-10-29 18:00:28 +0100
commita99168f48efd7e4b03b279fd50fd344064d78c1b (patch)
treedce7035e957f9eea307e65e8363167ba9aafced9
parent836ca3be7d8eea52566b79d227b91df62283eb34 (diff)
php-horde-wicked: 2.0.2
-rw-r--r--php-horde-wicked.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec
index 7829d70..8377f02 100644
--- a/php-horde-wicked.spec
+++ b/php-horde-wicked.spec
@@ -10,13 +10,12 @@
%{!?__pear: %global __pear %{_bindir}/pear}
%global pear_name wicked
%global pear_channel pear.horde.org
-# disable as not ready - Need Framework 5.2
-# Unit/RstTest.php is broken, all others ignored
+# all tests are ignored
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-horde-wicked
-Version: 2.0.1
-Release: 2%{?dist}
+Version: 2.0.2
+Release: 1%{?dist}
Summary: Wiki application
Group: Development/Libraries
@@ -180,10 +179,8 @@ sed -e 's:#!/usr/bin/env php:#!%{_bindir}/php:' \
%check
%if %{with_tests}
-src=$(pwd)/%{pear_name}-%{version}
cd %{pear_name}-%{version}/test/Wicked
-phpunit\
- --include-path=$src/lib \
+phpunit \
-d date.timezone=UTC \
.
%endif
@@ -229,6 +226,9 @@ fi
%changelog
+* Wed Oct 29 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
* Sat May 17 2014 Remi Collet <remi@fedoraproject.org> - 2.0.1-2
- fix from review #1087769
- explicitly requires httpd + mod_php