From 147aca2375e93bd027099b7ea17452728d8e77bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Feb 2019 07:52:26 +0100 Subject: v1.6.6 --- php-myclabs-php-enum.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-myclabs-php-enum.spec') diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 7c7d281..0e38768 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-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 550d2334d77f91b0816a5cbd6965272fe20146b8 +%global gh_commit 32c4202886c51fbe5cc3a7c34ec5c9a4a790345e %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.4 +Version: 1.6.6 Release: 1%{?dist} Summary: PHP Enum implementation @@ -51,11 +51,12 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require": { -# "php": ">=5.4" +# "php": ">=5.4", +# "ext-json": "*" Requires: php(language) >= 5.4 +Requires: php-json # From phpcompatinfo report for version 1.6.1 Requires: php-reflection -Requires: php-json Requires: php-spl # Required by autoloader Requires: php-composer(fedora/autoloader) @@ -122,6 +123,9 @@ exit $ret %changelog +* Tue Feb 5 2019 Remi Collet - 1.6.6-1 +- update to 1.6.6 + * Tue Oct 30 2018 Remi Collet - 1.6.4-1 - update to 1.6.4 -- cgit