From 125c35fb58759011ac91174bf51a0807d0a3a776 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Oct 2018 08:30:32 +0100 Subject: v1.6.3 --- php-myclabs-php-enum.spec | 11 +++++++---- 1 file 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 - 1.6.3-1 +- update to 1.6.3 + * Fri Aug 24 2018 Remi Collet - 1.6.2-1 - update to 1.6.2 -- cgit