diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-02 14:22:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-02 14:22:24 +0100 |
commit | a31f692abde3c9e8c702510fa6aad20e1637c0d7 (patch) | |
tree | 35a04402389f89c772a4dd9a143c8fd85c7c248c /php-simplesamlphp-saml2.spec | |
parent | 46d1d08d9317feb14ff81b04403e8b5a2ca85615 (diff) |
php-simplesamlphp-saml2: 2.3.3
Diffstat (limited to 'php-simplesamlphp-saml2.spec')
-rw-r--r-- | php-simplesamlphp-saml2.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.3.3-1 +- update to 2.3.3 + * Wed Nov 09 2016 Shawn Iwinski <shawn@iwin.ski> - 2.3.2-1 - Update to 2.3.2 (RHBZ #1393368) - Change autoloader from php-composer(symfony/class-loader) to |