summaryrefslogtreecommitdiffstats
path: root/php-mikey179-vfsstream.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-04 19:03:58 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-04 19:03:58 +0100
commitcf7145e488ef1bdf2186b5db9108efa66def36ae (patch)
treeab942a5f92ff815be81e65dddf41f69a1e8e7c7e /php-mikey179-vfsstream.spec
parentb1a18965b3eee3c49dffa0ef51aaa71a2c78739c (diff)
php-mikey179-vfsstream: 1.6.1
Diffstat (limited to 'php-mikey179-vfsstream.spec')
-rw-r--r--php-mikey179-vfsstream.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-mikey179-vfsstream.spec b/php-mikey179-vfsstream.spec
index a859d8a..9f0ba19 100644
--- a/php-mikey179-vfsstream.spec
+++ b/php-mikey179-vfsstream.spec
@@ -6,14 +6,14 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 73bcb605b741a7d5044b47592338c633788b0eb7
+%global gh_commit f4aabeb1976f96343ad1253c8d60ad40307e409a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mikey179
%global gh_project vfsStream
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: php-mikey179-vfsstream
-Version: 1.6.0
+Version: 1.6.1
Release: 1%{?dist}
Summary: PHP stream wrapper for a virtual file system
@@ -81,6 +81,12 @@ cp -pr src/main/php/org %{buildroot}%{_datadir}/php/org
%{_bindir}/phpunit \
--bootstrap %{buildroot}%{_datadir}/php/org/bovigo/vfs/autoload.php \
--verbose
+
+if which php70; then
+ %{_bindir}/phpunit \
+ --bootstrap %{buildroot}%{_datadir}/php/org/bovigo/vfs/autoload.php \
+ --verbose
+fi
%endif
@@ -100,6 +106,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Dec 4 2015 Remi Collet <remi@fedoraproject.org> - 1.6.1-1
+- update to 1.6.1
+
* Wed Oct 7 2015 Remi Collet <remi@fedoraproject.org> - 1.6.0-1
- update to 1.6.0
- add generated autoloader