diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-09 12:36:16 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-09 12:36:16 +0100 |
commit | 6f5a862e98b02bac3bcca9e917cedce80902b90a (patch) | |
tree | 3c8ca9fd125b946fd5039b13c09c97abd9082f4c | |
parent | 086bb4f387255182c983f6c0dc652dcb3b15c3b0 (diff) |
php-simplesamlphp-saml2: 2.3.1
-rw-r--r-- | php-simplesamlphp-saml2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-simplesamlphp-saml2.spec b/php-simplesamlphp-saml2.spec index 7bccd4f..5abb343 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 -%global github_commit 4853f1e7f69e428afc1843d4170bbaa1038199b4 +%global github_version 2.3.1 +%global github_commit d01b753d557917583292ba9bc64fb1b917d6ea63 %global composer_vendor simplesamlphp %global composer_project saml2 @@ -192,6 +192,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 9 2016 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Sun Sep 25 2016 Shawn Iwinski <shawn@iwin.ski> - 2.3-1 - Update to 2.3 (RHBZ #1376301) |