summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-24 11:49:00 +0200
committerRemi Collet <remi@remirepo.net>2018-09-24 11:49:00 +0200
commita32bde1056ec4680aa5aad33269449e034467c1d (patch)
tree306d1c5ff0bdb79cacbb95299235396e2103dcb1
parent99627ce5d7002c5fbf8cb99ad7ff382477c71846 (diff)
v5.0.2
-rw-r--r--php-phpspec.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec
index e57a3c1..5996d4c 100644
--- a/php-phpspec.spec
+++ b/php-phpspec.spec
@@ -10,11 +10,12 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit b37c5a0659d8a405b820737099cf619b29b3a40e
+%global gh_commit eeb9503bdd0bca26d7d7dcfb87742a9675d3bbcd
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project phpspec
#global prever beta3
+%global with_tests 0%{!?_without_tests:1}
# Only allow a single Symfony version
# to ensure components consistency
@@ -23,7 +24,7 @@
%global symfony_max 5
Name: php-phpspec
-Version: 5.0.1
+Version: 5.0.2
Release: 1%{?dist}
Summary: Specification-oriented BDD framework for PHP
@@ -148,6 +149,7 @@ install -Dpm755 bin/phpspec %{buildroot}%{_bindir}/phpspec
%check
+%if %{with_tests}
export LANG=en_GB.utf8
# Ignore this test which use bossa/phpspec2-expect
@@ -166,6 +168,7 @@ for cmd in php php71 php72 php73; do
--bootstrap %{buildroot}%{_datadir}/php/PhpSpec/autoload.php
fi
done
+%endif
%files
@@ -178,6 +181,9 @@ done
%changelog
+* Mon Sep 24 2018 Remi Collet <remi@remirepo.net> - 5.0.2-1
+- update to 5.0.2
+
* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 5.0.1-1
- update to 5.0.1