summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-02 14:20:46 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-02 14:20:46 +0100
commita5e90676285c7b3f53f3457402ad267a41bbaae5 (patch)
tree66ac5aba279abe0f9573846aab354e0a8d99350b
parentfadc2993a19971e10443d15fd18a129a9fe9c49a (diff)
php-simplesamlphp-saml2_1: 1.10.3
-rw-r--r--php-simplesamlphp-saml2_1.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-simplesamlphp-saml2_1.spec b/php-simplesamlphp-saml2_1.spec
index 592bf6a..8b577c1 100644
--- a/php-simplesamlphp-saml2_1.spec
+++ b/php-simplesamlphp-saml2_1.spec
@@ -12,8 +12,8 @@
%global github_owner simplesamlphp
%global github_name saml2
-%global github_version 1.10.2
-%global github_commit fbc457e774a1cd57945ca2684a2198a0984497c1
+%global github_version 1.10.3
+%global github_commit 3f268c25ca5e9748652834faad04525746227ef7
%global composer_vendor simplesamlphp
%global composer_project saml2
@@ -38,7 +38,7 @@
Name: php-%{composer_vendor}-%{composer_project}_1
Version: %{github_version}
-Release: 2%{?github_release}%{?dist}
+Release: 1%{?github_release}%{?dist}
Summary: SAML2 PHP library from SimpleSAMLphp (version 1)
Group: Development/Libraries
@@ -172,6 +172,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Dec 2 2016 Remi Collet <remi@remirepo.net> - 1.10.3-1
+- update to 1.10.3
+
* Wed Nov 09 2016 Shawn Iwinski <shawn@iwin.ski> - 1.10.2-1
- Update to 1.10.2 (RHBZ #1379182)
- Use php-composer(fedora/autoloader)