From 5cbbd2cc24147b792f7559ff1a6c2e8db5bd7fe6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Mar 2018 16:03:11 +0100 Subject: v2.1.0 --- php-componere.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-componere.spec') diff --git a/php-componere.spec b/php-componere.spec index 6ed5dc6..e288e81 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -12,7 +12,7 @@ %{?scl: %scl_package php-componere} -%global gh_commit cc328c6d0e1d9d89c1fc214a050ca3ca8f850451 +%global gh_commit 94df694367126f942da2dfe8fc006b06e766f7ed %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner krakjoe %global gh_project componere @@ -23,7 +23,7 @@ Summary: Composing PHP classes at runtime Name: %{?scl_prefix}php-componere -Version: 2.0.1 +Version: 2.1.0 %if 0%{?gh_date:1} Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -33,6 +33,7 @@ License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -176,6 +177,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Mar 2 2018 Remi Collet - 2.1.0-1 +- Update to 2.1.0 + * Thu Mar 1 2018 Remi Collet - 2.0.1-1 - Update to 2.0.1 -- cgit