summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-17 07:20:39 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-17 07:20:39 +0200
commit38158cef6fe5f04670fbb7d42818c3ff2ed49fa9 (patch)
tree059feb5837864611d0dfefa0c5f493b8d9437c9a
parentc173ca7dafc2420a2fe22ebfb3f5b21ef2b8038d (diff)
php-phpunit-environment: 1.3.7
-rw-r--r--php-phpunit-environment.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-phpunit-environment.spec b/php-phpunit-environment.spec
index e92e6d3..4c0ed02 100644
--- a/php-phpunit-environment.spec
+++ b/php-phpunit-environment.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 2292b116f43c272ff4328083096114f84ea46a56
+%global gh_commit 4e8f0da10ac5802913afc151413bc8c53b6c2716
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project environment
@@ -19,7 +19,7 @@
%endif
Name: php-phpunit-environment
-Version: 1.3.6
+Version: 1.3.7
Release: 1%{?dist}
Summary: Handle HHVM/PHP environments
@@ -41,6 +41,9 @@ BuildRequires: php-composer(phpunit/phpunit) >= 4.4
# from composer.json, "require": {
# "php": ">=5.3.3"
Requires: php(language) >= 5.3.3
+# From phpcompatinfo report for 1.3.7
+Requires: php-pcre
+Requires: php-posix
Provides: php-composer(sebastian/environment) = %{version}
@@ -99,6 +102,10 @@ rm -rf %{buildroot}
%changelog
+* Tue May 17 2016 Remi Collet <remi@fedoraproject.org> - 1.3.7-1
+- update to 1.3.7
+- add explicit dependencies on pcre and posix
+
* Wed May 4 2016 Remi Collet <remi@fedoraproject.org> - 1.3.6-1
- update to 1.3.6