summaryrefslogtreecommitdiffstats
path: root/php-pragmarx-google2fa.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-29 17:31:55 +0200
committerRemi Collet <remi@remirepo.net>2018-08-29 17:31:55 +0200
commit17fb75368f991dc112bd123e40ddeab8f9962af6 (patch)
treecddc8b708381d120f05d704fa9db76c8606f152c /php-pragmarx-google2fa.spec
parent0b8f17798be222eca8f7efd8968a42b7c7b708a3 (diff)
v3.0.3 (no change)HEADmaster
Diffstat (limited to 'php-pragmarx-google2fa.spec')
-rw-r--r--php-pragmarx-google2fa.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pragmarx-google2fa.spec b/php-pragmarx-google2fa.spec
index 63a9e10..0b249d0 100644
--- a/php-pragmarx-google2fa.spec
+++ b/php-pragmarx-google2fa.spec
@@ -9,7 +9,7 @@
%global with_tests 0%{!?_without_tests:1}
# Github
-%global gh_commit d9d960370277958c700552c551e136018b915499
+%global gh_commit 6949226739e4424f40031e6f1c96b1fd64047335
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner antonioribeiro
%global gh_project google2fa
@@ -21,7 +21,7 @@
%global ns_project Google2FA
Name: php-%{pk_vendor}-%{pk_project}
-Version: 3.0.2
+Version: 3.0.3
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: Google Two-Factor Authentication for PHP Package
@@ -58,7 +58,7 @@ BuildRequires: php-composer(fedora/autoloader)
# From composer.json, "require": {
# "php": ">=5.4",
# "paragonie/constant_time_encoding": "~1.0|~2.0",
-# "paragonie/random_compat": ">=1 <9.9",
+# "paragonie/random_compat": ">=1",
# "symfony/polyfill-php56": "~1.2"
# Use 5.6 and avoid polyfill
Requires: php(language) >= 5.6
@@ -161,6 +161,9 @@ exit $ret
%changelog
+* Wed Aug 29 2018 Remi Collet <remi@remirepo.net> - 3.0.3-1
+- update to 3.0.3 (no change)
+
* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 3.0.2-1
- update to 3.0.2 (no change)