diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-propro.spec | 10 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 propro version 2.0.1 ] { +Extension [ <persistent> extension #123 propro version 2.1.0 ] { - Classes [1] { Class [ <internal:propro> final class php\PropertyProxy ] { @@ -19,7 +19,7 @@ Extension [ <persistent> extension #72 propro version 2.0.1 ] { Method [ <internal:propro, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <required> &$object ] + Parameter #0 [ <required> $object ] Parameter #1 [ <required> $member ] Parameter #2 [ <optional> 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 <remi@remirepo.net> - 2.1.0-1 +- update to 2.1.0 + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.0.1-4 - rebuild for PHP 7.2.0beta1 new API |