From a78784d753817adede38814598f43649a3c0f50c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jan 2017 07:26:54 +0100 Subject: php-onelogin-php-saml: 2.10.3 --- 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 fb0c56d..6668c9d 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.2", + "version": "2.10.3", "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 de7f150..ff00328 100644 --- a/php-onelogin-php-saml.spec +++ b/php-onelogin-php-saml.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit f9543a05494633671ec587ae1611238dae6edfd4 +%global gh_commit eb6cfbca928106205558a596988923da0e47bd9d %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.2 +Version: 2.10.3 Release: 1%{?dist} Summary: SAML support for PHP @@ -128,6 +128,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 12 2017 Remi Collet - 2.10.3-1 +- update to 2.10.3 + * Wed Nov 16 2016 Remi Collet - 2.10.2-1 - update to 2.10.2 -- cgit