From dcc877d1c6276ea9fa163d9ec480bbe01a6be7ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Feb 2017 07:29:09 +0100 Subject: php-tecnickcom-tc-lib-color: 1.12.4 --- composer.json | 3 ++- php-tecnickcom-tc-lib-color.spec | 32 ++++++++++++++------------------ 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 1e5f459..aa77c42 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ } ], "require": { - "php": ">=5.4" + "php": ">=5.4", + "ext-pcre": "*" }, "require-dev": { "apigen/apigen" : "^4.1.2", diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 5c66feb..6b6a618 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d86d7ca6153ce9fcde7ae4043567aaf4a184b347 +%global gh_commit ba1c4a9debecb0da843c13861b602a23127aeabf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.12.1 +Version: 1.12.4 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -34,10 +34,12 @@ Requires: php-pcre %endif # From composer.json, "require": { -# "php": ">=5.4" +# "php": ">=5.4", +# "ext-pcre": "*" Requires: php(language) >= 5.4 -# From phpcompatinfo report for version 1.4.5 Requires: php-pcre +# From phpcompatinfo report for version 1.12.4 +# none # Composer Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version} @@ -84,21 +86,12 @@ cat < - 1.12.4-1 +- update to 1.12.4 (no change) + * Fri Sep 2 2016 Remi Collet - 1.12.1-1 - update to 1.12.1 -- cgit