From 79a0ae83d11e2b9fd2e4342a63a2256f3cee3554 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Apr 2018 15:36:06 +0200 Subject: v2.1.0 --- REFLECTION | 4 ++-- php-pecl-propro.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7833992..8dcb381 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 propro version 2.0.1 ] { +Extension [ extension #123 propro version 2.1.0 ] { - Classes [1] { Class [ final class php\PropertyProxy ] { @@ -19,7 +19,7 @@ Extension [ extension #72 propro version 2.0.1 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ &$object ] + Parameter #0 [ $object ] Parameter #1 [ $member ] Parameter #2 [ php\PropertyProxy or NULL $parent ] } diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index bff4ded..7af08f4 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-propro # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -30,17 +30,18 @@ Summary: Property proxy Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.1 +Version: 2.1.0 %if 0%{?ghdate} Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD URL: http://pecl.php.net/package/%{pecl_name} +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -254,6 +255,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Apr 9 2018 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Tue Jul 18 2017 Remi Collet - 2.0.1-4 - rebuild for PHP 7.2.0beta1 new API -- cgit