[php-horde-wicked] update to 2.0.2

Remi Collet remi at fedoraproject.org
Thu Oct 30 15:50:51 UTC 2014


commit 94e9c23ba30e6139269ba4deb3ce1a63b145591b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Oct 30 16:50:55 2014 +0100

    update to 2.0.2

 .gitignore            |    1 +
 php-horde-wicked.spec |   14 +++++++-------
 sources               |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03dc788..7947d28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wicked-2.0.1.tgz
+/wicked-2.0.2.tgz
diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec
index 3907bd3..01e230b 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
@@ -178,10 +177,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
@@ -222,6 +219,9 @@ fi
 
 
 %changelog
+* Wed Oct 29 2014 Remi Collet <remi at fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
 * Sat May 17 2014 Remi Collet <remi at fedoraproject.org> - 2.0.1-2
 - fix from review #1087769
 - explicitly requires httpd + mod_php
diff --git a/sources b/sources
index 8760c36..2ce6d50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a435efb065e108f506b98b96925aa5b  wicked-2.0.1.tgz
+eefb4ff88c0472e199756d65df0bdf7e  wicked-2.0.2.tgz


More information about the scm-commits mailing list