From 09c80cc82bbd619e12eef7d2bc84b143849fc3ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Mar 2018 08:08:13 +0100 Subject: v2.1.1 --- REFLECTION | 11 +++++++++-- php-componere.spec | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 39f593f..11d995e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 componere version 2.1.0 ] { +Extension [ extension #79 componere version 2.1.1 ] { - Dependencies { Dependency [ reflection (Required) ] @@ -153,7 +153,7 @@ Extension [ extension #79 componere version 2.1.0 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { } @@ -188,6 +188,13 @@ Extension [ extension #79 componere version 2.1.0 ] { } } + Method [ public method derive ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Method [ public method addMethod ] { - Parameters [2] { diff --git a/php-componere.spec b/php-componere.spec index e288e81..e00bc5c 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -12,7 +12,7 @@ %{?scl: %scl_package php-componere} -%global gh_commit 94df694367126f942da2dfe8fc006b06e766f7ed +%global gh_commit 8374256328f6bb36a551798062e5802c43bbaa30 %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.1.0 +Version: 2.1.1 %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 @@ -177,6 +177,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Mar 5 2018 Remi Collet - 2.1.1-1 +- Update to 2.1.1 + * Fri Mar 2 2018 Remi Collet - 2.1.0-1 - Update to 2.1.0 -- cgit