From bfa5d6b83dde034ebd3bcc7383ba8ce6122830ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2018 07:12:14 +0100 Subject: v1.0.2 from Fedora --- php-paragonie-constant-time-encoding.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-paragonie-constant-time-encoding.spec') diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index eedc210..ecef537 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -14,13 +14,13 @@ %global github_owner paragonie %global github_name constant_time_encoding -%global commit0 d96e63b79a7135a65659ba5b1cb02826172bfedd +%global commit0 6111a38faf6fdebc14e36652d22036f379ba58d3 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: php-%{composer_vendor}-constant-time-encoding -Version: 1.0.1 -Release: 4%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Constant-Time Character Encoding in PHP Projects Group: System Environment/Libraries @@ -76,7 +76,7 @@ require_once '%{_datadir}/php/random_compat/autoload.php'; EOF ret=0 -for cmd in php php56 php70 php71; do +for cmd in php php70 php71; do if which $cmd; then $cmd %{_bindir}/phpunit --no-coverage --verbose || ret=1 fi @@ -92,6 +92,9 @@ exit $ret %license LICENSE.txt %changelog +* Sat Mar 10 2018 François Kooman - 1.0.2-1 +- update to 1.0.2 + * Thu Mar 16 2017 Remi Collet - 1.0.1-4 - backport for remi repository -- cgit