From fbea6d366fd0e919ba9c74152f95f7bd6d2054e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 27 Oct 2018 07:07:13 +0200 Subject: v1.1.4 --- php-samyoul-u2f-php-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-samyoul-u2f-php-server.spec b/php-samyoul-u2f-php-server.spec index 3c35c12..e755ae3 100644 --- a/php-samyoul-u2f-php-server.spec +++ b/php-samyoul-u2f-php-server.spec @@ -9,7 +9,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit 815279529ddd63b349dea9a1d0817fa2775d81c8 +%global gh_commit 0625202c79d570e58525ed6c4ae38500ea3f0883 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Samyoul %global gh_project U2F-php-server @@ -22,7 +22,7 @@ %global ns_library U2FServer Name: php-%{pk_vendor}-%{pk_project} -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Server side handling class for FIDO U2F registration and authentication @@ -113,5 +113,8 @@ php -r ' %changelog +* Sat Oct 27 2018 Remi Collet - 1.1.4-1 +- update to 1.1.4 + * Wed Mar 7 2018 Remi Collet - 1.1.3-1 - initial package -- cgit