From 36e481fed1d3a8a0c02bdbde78648260b3227251 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Sep 2017 04:47:34 +0200 Subject: v0.6.3 --- REFLECTION | 28 ++++------------------------ php-pecl-parle.spec | 5 ++++- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/REFLECTION b/REFLECTION index 30358fe..7bb3a8d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 parle version 0.6.2 ] { +Extension [ extension #115 parle version 0.6.3 ] { - Classes [9] { Class [ class Parle\ErrorInfo ] { @@ -342,19 +342,13 @@ Extension [ extension #115 parle version 0.6.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ public $empty ] Property [ public $size ] + Property [ public $top ] } - - Methods [5] { - Method [ public method empty ] { - - - Parameters [0] { - } - - Return [ boolean ] - } - + - Methods [2] { Method [ public method pop ] { - Parameters [0] { @@ -367,20 +361,6 @@ Extension [ extension #115 parle version 0.6.2 ] { Parameter #0 [ $item ] } } - - Method [ public method size ] { - - - Parameters [0] { - } - - Return [ integer ] - } - - Method [ public method top ] { - - - Parameters [1] { - Parameter #0 [ $new_top ] - } - } } } diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 71bf4b7..56c9e7e 100644 --- a/php-pecl-parle.spec +++ b/php-pecl-parle.spec @@ -26,7 +26,7 @@ BuildRequires: devtoolset-6-toolchain Summary: Parsing and lexing Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is BSD, libraries are Boost License: BSD and Boost @@ -240,6 +240,9 @@ fi %changelog +* Sat Sep 23 2017 Remi Collet - 0.6.3-1 +- Update to 0.6.3 + * Wed Sep 20 2017 Remi Collet - 0.6.2-1 - Update to 0.6.2 -- cgit