summaryrefslogtreecommitdiffstats
path: root/php-ocramius-proxy-manager.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ocramius-proxy-manager.spec')
-rw-r--r--php-ocramius-proxy-manager.spec20
1 files changed, 6 insertions, 14 deletions
diff --git a/php-ocramius-proxy-manager.spec b/php-ocramius-proxy-manager.spec
index 74b559b..fb172dc 100644
--- a/php-ocramius-proxy-manager.spec
+++ b/php-ocramius-proxy-manager.spec
@@ -12,8 +12,8 @@
%global github_owner Ocramius
%global github_name ProxyManager
-%global github_version 2.1.0
-%global github_commit d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435
+%global github_version 2.1.1
+%global github_commit e18ac876b2e4819c76349de8f78ccc8ef1554cd7
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor ocramius
@@ -69,7 +69,7 @@ BuildRequires: php-composer(phpunit/phpunit) >= 5.6.4
Requires: php(language) >= %{php_min_ver}
Requires: php-composer(zendframework/zend-code) >= %{zf_min_ver}
Requires: php-composer(zendframework/zend-code) < %{zf_max_ver}
-# phpcompatinfo (computed from version 2.0.0)
+# phpcompatinfo (computed from version 2.1.1)
Requires: php-pcre
Requires: php-reflection
Requires: php-spl
@@ -144,18 +144,7 @@ require_once '%{buildroot}%{phpdir}/ProxyManager/autoload.php';
EOF
: Run tests
-# remirepo:7
-run=0
-ret=0
-if which php71; then
- php71 %{_bindir}/phpunit || ret=1
- run=1
-fi
-if [ $run -eq 0 ]; then
%{_bindir}/phpunit --verbose
-# remirepo:2
-fi
-exit $ret
%else
: Tests skipped
%endif
@@ -175,6 +164,9 @@ rm -rf %{buildroot}
%changelog
+* Thu May 4 2017 Remi Collet <remi@remirepo.net> - 2.1.1-1
+- Update to 2.1.1
+
* Wed Nov 30 2016 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
- update to 2.1.0
- raise dependency on php 7.1