summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-29 08:30:32 +0100
committerRemi Collet <remi@remirepo.net>2018-10-29 08:30:32 +0100
commit125c35fb58759011ac91174bf51a0807d0a3a776 (patch)
tree58b7171590ee5a01f109532bfc8c80c07bc14444
parent81d6749ac12c663dcb676d0756c82a61eeecb396 (diff)
v1.6.3
-rw-r--r--php-myclabs-php-enum.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec
index 1708a7c..8185ebb 100644
--- a/php-myclabs-php-enum.spec
+++ b/php-myclabs-php-enum.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-myclabs-php-enum
#
-# Copyright (c) 2017 Remi Collet
+# Copyright (c) 2017-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219
+%global gh_commit a8284c7c540caf9988e339a404cadcdf1e8b165d
%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.2
+Version: 1.6.3
Release: 1%{?dist}
Summary: PHP Enum implementation
@@ -41,7 +41,7 @@ BuildRequires: php-spl
# From composer.json, "require-dev": {
# "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
# "squizlabs/php_codesniffer": "1.*"
-%if 0%{?fedora} >= 26
+%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8
%global phpunit %{_bindir}/phpunit6
%else
%global phpunit %{_bindir}/phpunit
@@ -123,6 +123,9 @@ exit $ret
%changelog
+* Mon Oct 29 2018 Remi Collet <remi@remirepo.net> - 1.6.3-1
+- update to 1.6.3
+
* Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 1.6.2-1
- update to 1.6.2