diff options
Diffstat (limited to 'php-paragonie-constant-time-encoding.spec')
-rw-r--r-- | php-paragonie-constant-time-encoding.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <fkooman@tuxed.net> - 1.0.2-1 +- update to 1.0.2 + * Thu Mar 16 2017 Remi Collet <remi@remirepo.net> - 1.0.1-4 - backport for remi repository |