summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-11 09:32:02 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-11 09:32:02 +0100
commit00e2b6729554dd8f9991b2650c05083681d682cf (patch)
tree623b12167685a2a51219aae3604908ebe3bcb972
parent91bad9cb4d4dd1e068f2be01deaa98cb1457f68d (diff)
php-zordius-lightncandy: 0.23 (backported from Fedora)HEADmaster
-rw-r--r--php-zordius-lightncandy.spec15
1 files changed, 13 insertions, 2 deletions
diff --git a/php-zordius-lightncandy.spec b/php-zordius-lightncandy.spec
index 517fc85..1dedfef 100644
--- a/php-zordius-lightncandy.spec
+++ b/php-zordius-lightncandy.spec
@@ -11,7 +11,7 @@
%global mustache_git 83b0721610a4e11832e83df19c73ace3289972b9
Name: php-zordius-lightncandy
-Version: 0.22
+Version: 0.23
Release: 1%{?dist}
Summary: An extremely fast PHP implementation of handlebars and mustache
Group: Development/Libraries
@@ -62,7 +62,11 @@ cp -p src/lightncandy.php %{buildroot}%{_datadir}/php/zordius/lightncandy
%check
-phpunit -v --filter test
+%{_bindir}/phpunit -v --filter test
+
+if which php70; then
+ php70 %{_bindir}/phpunit -v --filter test || exit 0
+fi
%clean
@@ -78,6 +82,13 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 11 2015 Remi Collet <remi@remirepo.net> - 0.23-1
+- update to 0.23 (backported from Fedora)
+- run test suite against PHP 7 (broken for now)
+
+* Wed Nov 11 2015 Michael Cronenworth <mike@cchtml.com> - 0.23-1
+- version update
+
* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 0.22-1
- backport for remi repo, add EL-5 stuff