From a31f692abde3c9e8c702510fa6aad20e1637c0d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Dec 2016 14:22:24 +0100 Subject: php-simplesamlphp-saml2: 2.3.3 --- php-simplesamlphp-saml2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-simplesamlphp-saml2.spec b/php-simplesamlphp-saml2.spec index e0d98b3..64f837f 100644 --- a/php-simplesamlphp-saml2.spec +++ b/php-simplesamlphp-saml2.spec @@ -12,8 +12,8 @@ %global github_owner simplesamlphp %global github_name saml2 -%global github_version 2.3.2 -%global github_commit 9a2ffdd7d05ec520b172c5442f4724cab8800bc7 +%global github_version 2.3.3 +%global github_commit 5e12d7ec0d2d64b45aaa31bbf235d1be4d6450b5 %global composer_vendor simplesamlphp %global composer_project saml2 @@ -38,7 +38,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: SAML2 PHP library from SimpleSAMLphp Group: Development/Libraries @@ -181,6 +181,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 2 2016 Remi Collet - 2.3.3-1 +- update to 2.3.3 + * Wed Nov 09 2016 Shawn Iwinski - 2.3.2-1 - Update to 2.3.2 (RHBZ #1393368) - Change autoloader from php-composer(symfony/class-loader) to -- cgit