summaryrefslogtreecommitdiffstats
path: root/php-paragonie-constant-time-encoding.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-12 07:12:14 +0100
committerRemi Collet <remi@remirepo.net>2018-03-12 07:12:14 +0100
commitbfa5d6b83dde034ebd3bcc7383ba8ce6122830ab (patch)
tree8571da5f80e91eac072e5b718e4f76f843df4467 /php-paragonie-constant-time-encoding.spec
parent43d244a5f3eea2ffdb4eb241df3f22c91cf2e9f4 (diff)
v1.0.2 from Fedora
Diffstat (limited to 'php-paragonie-constant-time-encoding.spec')
-rw-r--r--php-paragonie-constant-time-encoding.spec11
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