From 4e5c3263686b8820656c0759333e52da293fdd5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Nov 2016 07:04:55 +0100 Subject: php-onelogin-php-saml: 2.10.2 --- composer.json | 2 +- php-onelogin-php-saml.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ca0f315..fb0c56d 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.1", + "version": "2.10.2", "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 31ccf73..de7f150 100644 --- a/php-onelogin-php-saml.spec +++ b/php-onelogin-php-saml.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 1017afe7fe6da1def37cc92af37434fbba893d03 +%global gh_commit f9543a05494633671ec587ae1611238dae6edfd4 %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.1 +Version: 2.10.2 Release: 1%{?dist} Summary: SAML support for PHP @@ -128,6 +128,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 16 2016 Remi Collet - 2.10.2-1 +- update to 2.10.2 + * Wed Oct 26 2016 Remi Collet - 2.10.1-1 - update to 2.10.1 -- cgit