diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-13 13:41:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-13 13:41:03 +0100 |
commit | 3cc10963ec731c855f0c639324678427930cb786 (patch) | |
tree | 9e8976882ae2f10bd01fffa7fe4a495b758bbd8c | |
parent | d50cf561a476fda33bfafcf5dd45b64b46883351 (diff) |
php-onelogin-php-saml: 2.10.5
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-onelogin-php-saml.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index f977ac1..7c07916 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "onelogin/php-saml", "description": "OneLogin PHP SAML Toolkit", "license": "MIT", - "version": "2.10.4", + "version": "2.10.5", "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 43f8f17..ed908af 100644 --- a/php-onelogin-php-saml.spec +++ b/php-onelogin-php-saml.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit e1d6b8dc2e6abea3185b59da8b52002eb7dc9a87 +%global gh_commit 3319d7707f342e38291eee6b01a4a5f8df1b333b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner onelogin %global gh_project php-saml @@ -17,7 +17,7 @@ Name: php-%{gh_owner}-%{gh_project} Group: Development/Libraries -Version: 2.10.4 +Version: 2.10.5 Release: 1%{?dist} Summary: SAML support for PHP @@ -102,11 +102,11 @@ cp -pr lib/* %{buildroot}%{_datadir}/php/%{php_vendor}/ %check run=0 if which php56; then - php56 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1 + php56 %{_bindir}/phpunit --no-coverage --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1 run=1 fi if which php71; then - php71 %{_bindir}/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1 + php71 %{_bindir}/phpunit --no-coverage --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml || ret=1 run=1 fi if [ $run -eq 0 ]; then @@ -128,6 +128,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 13 2017 Remi Collet <remi@remirepo.net> - 2.10.5-1 +- Update to 2.10.5 + * Wed Mar 1 2017 Remi Collet <remi@remirepo.net> - 2.10.4-1 - update to 2.10.4 |