summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-servicemanager.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-15 17:26:38 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-15 17:26:38 +0100
commita0c95a7352ac8e8aa3bd10b2f39918721d54da2d (patch)
tree72546b9fededfae688f6d2413b8497b82fb9ea7d /php-zendframework-zend-servicemanager.spec
parent974aa496160957ff0f2d0fdbc3ed633b8dd0abc6 (diff)
php-zendframework-zend-servicemanager: 3.2.1
Diffstat (limited to 'php-zendframework-zend-servicemanager.spec')
-rw-r--r--php-zendframework-zend-servicemanager.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zendframework-zend-servicemanager.spec b/php-zendframework-zend-servicemanager.spec
index 7cfe9dd..5bde965 100644
--- a/php-zendframework-zend-servicemanager.spec
+++ b/php-zendframework-zend-servicemanager.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 596a2cde85a92c3366514ae0f55ea32ef59536ac
+%global gh_commit fe608d85457449889750fc6bf8d0859af59f56ec
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-servicemanager
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 3.2.0
+Version: 3.2.1
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -44,10 +44,10 @@ BuildRequires: php-spl
# From composer, "require-dev": {
# "ocramius/proxy-manager": "^1.0 || ^2.0",
# "phpbench/phpbench": "^0.10.0",
-# "phpunit/phpunit": "^4.6 || ^5.2.10",
+# "phpunit/phpunit": "^5.7 || ^6.0.6"
# "mikey179/vfsStream": "^1.6",
# "zendframework/zend-coding-standard": "~1.0.0"
-BuildRequires: php-composer(phpunit/phpunit) >= 4.6
+BuildRequires: php-composer(phpunit/phpunit) >= 5.7
BuildRequires: php-composer(ocramius/proxy-manager) >= 1.0
BuildRequires: php-composer(mikey179/vfsStream) >= 1.6
# Autoloader
@@ -149,7 +149,7 @@ if which php56; then
run=1
fi
if which php71; then
- php71 %{_bindir}/phpunit --include-path=%{buildroot}%{php_home} || ret=1
+ php71 %{_bindir}/phpunit6 --include-path=%{buildroot}%{php_home} || ret=1
run=1
fi
if [ $run -eq 0 ]; then
@@ -177,6 +177,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Feb 15 2017 Remi Collet <remi@fedoraproject.org> - 3.2.1-1
+- update to 3.2.1
+
* Tue Dec 20 2016 Remi Collet <remi@fedoraproject.org> - 3.2.0-1
- update to 3.2.0
- raise dependency on PHP 5.6