summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-16 11:37:42 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-16 11:37:42 +0200
commit158c992b0e62ec058f689afb09f01e2408f415a8 (patch)
tree55eb6fb4c11b4b6c07e01e75bddc5d01d82f522f
parentb80d6a9431d8d30deaf9fd961251b3f268e84b9e (diff)
php-onelogin-php-saml: 2.10.0
-rw-r--r--composer.json2
-rw-r--r--php-onelogin-php-saml.spec19
2 files changed, 10 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 18a15c6..38be51c 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "onelogin/php-saml",
"description": "OneLogin PHP SAML Toolkit",
"license": "MIT",
- "version": "2.9.1",
+ "version": "2.10.0",
"homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
"keywords": ["saml", "saml2", "onelogin"],
"autoload": {
diff --git a/php-onelogin-php-saml.spec b/php-onelogin-php-saml.spec
index 4257d7d..63b59f3 100644
--- a/php-onelogin-php-saml.spec
+++ b/php-onelogin-php-saml.spec
@@ -7,7 +7,7 @@
#
# Please preserve changelog entries
#
-%global gh_commit 17bfafe301bf21be1827c72f90e33a9c29d58553
+%global gh_commit 5e943886a695769dc35fe7f9ffdbe7d5fd8eeb99
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner onelogin
%global gh_project php-saml
@@ -17,8 +17,8 @@
Name: php-%{gh_owner}-%{gh_project}
Group: Development/Libraries
-Version: 2.9.1
-Release: 3%{?dist}
+Version: 2.10.0
+Release: 1%{?dist}
Summary: SAML support for PHP
License: MIT
@@ -100,17 +100,13 @@ cp -pr lib/* %{buildroot}%{_datadir}/php/%{php_vendor}/
%check
-# With PHP 7.1, There was 1 failure:
-# 1) OneLogin_Saml2_UtilsTest::testisSessionStarted
-# Failed asserting that false is true.
-
run=0
if which php56; then
- php56 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
+ php56 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1
run=1
fi
-if which php70; then
- php70 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
+if which php71; then
+ php71 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1
run=1
fi
if [ $run -eq 0 ]; then
@@ -132,6 +128,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Oct 16 2016 Remi Collet <remi@remirepo.net> - 2.10.0-1
+- update to 2.10.0
+
* Thu Jul 28 2016 Remi Collet <remi@remirepo.net> - 2.9.1-3
- add needed backport stuff for remi repository