summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-24 17:07:06 +0200
committerRemi Collet <remi@remirepo.net>2018-08-24 17:07:06 +0200
commit81d6749ac12c663dcb676d0756c82a61eeecb396 (patch)
treed0cf15b17418bdece0b59ddb46f6ab270a228d46
parent1da5985f4714b4479652adc1d9f6e95f1d52c201 (diff)
v1.6.2
-rw-r--r--php-myclabs-php-enum.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec
index dbe02ac..1708a7c 100644
--- a/php-myclabs-php-enum.spec
+++ b/php-myclabs-php-enum.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 8c5649e4ed99acd53a40eada270154dcac089f7e
+%global gh_commit ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner myclabs
%global gh_project php-enum
@@ -20,7 +20,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{pk_vendor}-%{pk_project}
-Version: 1.6.1
+Version: 1.6.2
Release: 1%{?dist}
Summary: PHP Enum implementation
@@ -101,7 +101,7 @@ require '%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php';
EOF
ret=0
-for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do
+for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72 php73; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
@@ -123,6 +123,9 @@ exit $ret
%changelog
+* Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 1.6.2-1
+- update to 1.6.2
+
* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 1.6.1-1
- update to 1.6.1
- raise dependency on PHP 5.4